Searched refs:HI_REGS (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/crx/
H A Dcrx.h176 HI_REGS, enumerator in enum:reg_class
203 "HI_REGS", \
214 {0x00020000}, /* HI_REGS : 17 */ \
230 (C) == 'h' ? HI_REGS : \
H A Dcrx.c377 return HI_REGS;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/crx/
H A Dcrx.h176 HI_REGS, enumerator in enum:reg_class
190 "HI_REGS", \
201 {0x00020000}, /* HI_REGS : 17 */ \
217 (C) == 'h' ? HI_REGS : \
H A Dcrx.c367 return HI_REGS;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.h332 HI_REGS, enumerator in enum:reg_class
374 "HI_REGS", \
H A Dm32c.c674 return HI_REGS;
692 return HI_REGS;
744 /* newclass = HI_REGS; */
793 rclass = reduce_class (rclass, HI_REGS, rclass);
825 return TARGET_A16 ? HI_REGS : A_REGS;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m32c/
H A Dm32c.h297 HI_REGS, enumerator in enum:reg_class
335 "HI_REGS", \
H A Dm32c.c653 return HI_REGS;
671 return HI_REGS;
717 /* newclass = HI_REGS; */
766 rclass = reduce_class (rclass, HI_REGS, rclass);
798 return TARGET_A16 ? HI_REGS : A_REGS;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h1157 HI_REGS,
1183 "HI_REGS", \
1208 { 0x0000DF00, 0x00000000, 0x00000000, 0x00000000 }, /* HI_REGS */ \
1284 ((CLASS) == GENERAL_REGS || (CLASS) == HI_REGS \
1454 ((FROM) == HI_REGS || (TO) == HI_REGS) ? 4 : 2)
1152 HI_REGS, enumerator in enum:reg_class
H A Darm.c16348 /* For efficiency and historical reasons LO_REGS, HI_REGS and CC_REGS are
16362 return HI_REGS;
16371 return TARGET_THUMB2 ? HI_REGS : GENERAL_REGS;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mep/
H A Dmep.h355 HI_REGS,
383 "HI_REGS", \
407 { 0x00800000, 0x00000000, 0x00000000, 0x00000000 }, /* HI_REGS */ \
348 HI_REGS, enumerator in enum:reg_class
H A Dmep.c597 case HI_REGNO: return HI_REGS;
667 return HI_REGS;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Darm.h975 HI_REGS,
997 "HI_REGS", \
1018 { 0x0000FF00, 0x00000000, 0x00000000 }, /* HI_REGS */ \
1079 : (C) == 'h' ? HI_REGS \
1346 ((FROM) == HI_REGS || (TO) == HI_REGS) ? 4 : 2)
970 HI_REGS, enumerator in enum:reg_class
H A Darm.c11930 return HI_REGS;

Completed in 270 milliseconds