Searched refs:ICC_FIRST (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.h421 #define ICC_FIRST (CC_FIRST + 4) /* First ICC reg */
489 #define ICC_P(R) IN_RANGE (R, ICC_FIRST, ICC_LAST)
705 ICC_FIRST + 0, ICC_FIRST + 1, ICC_FIRST + 2, ICC_FIRST + 3, \
416 #define ICC_FIRST macro
H A Dfrv.c822 fixed_regs[ICC_FIRST] = call_used_regs[ICC_FIRST] = 1;
4720 (cc_mode == CC_FPmode) ? FCC_FIRST : ICC_FIRST));
5467 cc_first = ICC_FIRST;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.h421 #define ICC_FIRST (CC_FIRST + 4) /* First ICC reg */
489 #define ICC_P(R) IN_RANGE (R, ICC_FIRST, ICC_LAST)
705 ICC_FIRST + 0, ICC_FIRST + 1, ICC_FIRST + 2, ICC_FIRST + 3, \
416 #define ICC_FIRST macro
H A Dfrv.cc810 fixed_regs[ICC_FIRST] = call_used_regs[ICC_FIRST] = 1;
4708 (cc_mode == CC_FPmode) ? FCC_FIRST : ICC_FIRST));
5455 cc_first = ICC_FIRST;

Completed in 258 milliseconds