| /trueos/contrib/gcc/config/sparc/ |
| HD | sparc.h | 1036 enum reg_class { NO_REGS, FPCC_REGS, I64_REGS, GENERAL_REGS, FP_REGS, enumerator 1173 #define INDEX_REG_CLASS GENERAL_REGS 1174 #define BASE_REG_CLASS GENERAL_REGS 1283 ? GENERAL_REGS \ 1303 ? GENERAL_REGS \ 1313 ? GENERAL_REGS \ 1322 ? GENERAL_REGS \ 1332 ? GENERAL_REGS \ 2147 #define GENERAL_OR_I64(C) ((C) == GENERAL_REGS || (C) == I64_REGS)
|
| /trueos/contrib/gcc/config/arm/ |
| HD | arm.h | 974 GENERAL_REGS, enumerator 1044 #define INDEX_REG_CLASS (TARGET_THUMB ? LO_REGS : GENERAL_REGS) 1045 #define BASE_REG_CLASS (TARGET_THUMB ? LO_REGS : GENERAL_REGS) 1051 (TARGET_ARM ? GENERAL_REGS : \ 1099 ? GENERAL_REGS : NO_REGS) \ 1114 ? GENERAL_REGS : \ 1118 ? GENERAL_REGS : \ 1123 ? GENERAL_REGS : NO_REGS) \
|
| HD | constraints.md | 55 (define_register_constraint "l" "TARGET_THUMB ? LO_REGS : GENERAL_REGS"
|
| HD | predicates.md | 440 || REGNO_REG_CLASS (REGNO (op)) == GENERAL_REGS));
|
| /trueos/gnu/usr.bin/gdb/gdbserver/ |
| HD | fbsd-low.h | 28 GENERAL_REGS, enumerator
|
| HD | fbsd-arm-low.c | 129 GENERAL_REGS,
|
| HD | fbsd-powerpc-low.c | 139 GENERAL_REGS,
|
| HD | fbsd-i386-low.c | 114 GENERAL_REGS,
|
| HD | fbsd-amd64-low.c | 135 GENERAL_REGS,
|
| /trueos/contrib/gcc/config/s390/ |
| HD | s390.h | 412 NO_REGS, CC_REGS, ADDR_REGS, GENERAL_REGS, ACCESS_REGS, enumerator 757 (( ( reg_classes_intersect_p ((CLASS1), GENERAL_REGS) \ 760 && reg_classes_intersect_p ((CLASS2), GENERAL_REGS))) ? 10 : 1)
|
| HD | constraints.md | 87 "GENERAL_REGS"
|
| HD | s390.c | 1459 { GENERAL_REGS, ADDR_REGS, ADDR_REGS, ADDR_REGS, enumerator 2641 return GENERAL_REGS; in s390_secondary_input_reload_class() 2658 && reg_classes_intersect_p (GENERAL_REGS, class) in s390_secondary_output_reload_class() 2677 return GENERAL_REGS; in s390_secondary_output_reload_class() 6799 case GENERAL_REGS: in s390_hard_regno_mode_ok()
|
| /trueos/contrib/gcc/config/i386/ |
| HD | i386.h | 1117 GENERAL_REGS, /* %eax %ebx %ecx %edx %esi %edi %ebp %esp %r8 - %r15*/ enumerator 1134 reg_class_subset_p ((CLASS), GENERAL_REGS) 1142 reg_classes_intersect_p ((CLASS), GENERAL_REGS) 1271 #define BASE_REG_CLASS GENERAL_REGS 1279 && ((CLASS) == ALL_REGS || (CLASS) == GENERAL_REGS \ 1315 (((CLASS) == GENERAL_REGS || (CLASS) == LEGACY_REGS \
|
| HD | constraints.md | 32 (define_register_constraint "q" "TARGET_64BIT ? GENERAL_REGS : Q_REGS"
|
| /trueos/contrib/gcc/ |
| HD | targhooks.c | 557 = (insn_letter == 'r' ? GENERAL_REGS in default_secondary_reload() 575 = (scratch_letter == 'r' ? GENERAL_REGS in default_secondary_reload()
|
| HD | recog.c | 2207 reg_class_subunion[(int) op_alt[j].cl][(int) GENERAL_REGS]; in preprocess_constraints() 2435 || GENERAL_REGS == ALL_REGS in constrain_operands() 2438 || reg_fits_class_p (op, GENERAL_REGS, offset, mode)) in constrain_operands() 2562 ? GENERAL_REGS : REG_CLASS_FROM_CONSTRAINT (c, p)); in constrain_operands() 2969 cl = (class_str[0] == 'r' ? GENERAL_REGS in peep2_find_free_register()
|
| HD | cfgloopanal.c | 524 if (TEST_HARD_REG_BIT (reg_class_contents[GENERAL_REGS], i) in init_set_costs()
|
| HD | regclass.c | 895 return GENERAL_REGS; in reg_preferred_class() 1065 GENERAL_REGS, 1) in scan_one_insn() 1667 = reg_class_subunion[(int) classes[i]][(int) GENERAL_REGS]; in record_reg_classes()
|
| HD | cfg.c | 567 if (class != GENERAL_REGS || altclass != ALL_REGS) in dump_flow_info()
|
| HD | postreload.c | 553 class = reg_class_subunion[(int) class][(int) GENERAL_REGS]; in reload_cse_simplify_operands()
|
| /trueos/contrib/gcc/config/rs6000/ |
| HD | rs6000.h | 972 GENERAL_REGS, enumerator 1058 ((REGNO) == 0 ? GENERAL_REGS \ 1077 #define INDEX_REG_CLASS GENERAL_REGS 1104 ? GENERAL_REGS \ 1131 : (TARGET_E500_DOUBLE && (CLASS) == GENERAL_REGS && (MODE) == DFmode) \ 1147 && reg_classes_intersect_p (GENERAL_REGS, CLASS)))
|
| HD | darwin.h | 391 ? GENERAL_REGS \
|
| /trueos/contrib/gcc/config/ia64/ |
| HD | ia64.h | 732 #define GENERAL_REGS GR_REGS macro 820 #define BASE_REG_CLASS GENERAL_REGS 826 #define INDEX_REG_CLASS GENERAL_REGS 1436 ((CLASS) == GENERAL_REGS || (CLASS) == FR_REGS || (CLASS) == FP_REGS \
|
| /trueos/contrib/gdb/gdb/gdbserver/ |
| HD | proc-service.c | 63 if (target_regsets[i].type == GENERAL_REGS)
|
| /trueos/contrib/gcc/config/mips/ |
| HD | mips.h | 1538 #define GENERAL_REGS GR_REGS macro
|