| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pdp11/ |
| D | predicates.md | 46 (match_test "REGNO_REG_CLASS (REGNO (op)) == LOAD_FPU_REGS") 47 (match_test "REGNO_REG_CLASS (REGNO (op)) == NO_LOAD_FPU_REGS")) 55 (match_test "REGNO_REG_CLASS (REGNO (op)) == LOAD_FPU_REGS") 56 (match_test "REGNO_REG_CLASS (REGNO (op)) == NO_LOAD_FPU_REGS"))
|
| D | pdp11.h | 302 #define REGNO_REG_CLASS(REGNO) pdp11_regno_reg_class (REGNO) macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| D | peepholes.md | 131 && (REGNO_REG_CLASS (REGNO (operands[3])) == GENERAL_REGS 159 && (REGNO_REG_CLASS (REGNO (operands[3])) == GENERAL_REGS 187 && (REGNO_REG_CLASS (REGNO (operands[2])) == GENERAL_REGS 210 && (REGNO_REG_CLASS (REGNO (operands[2])) == GENERAL_REGS 233 && (REGNO_REG_CLASS (REGNO (operands[1])) == GENERAL_REGS 251 && (REGNO_REG_CLASS (REGNO (operands[1])) == GENERAL_REGS
|
| D | h8300.h | 315 #define REGNO_REG_CLASS(REGNO) \ macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/moxie/ |
| D | moxie.h | 176 #define REGNO_REG_CLASS(R) ((R < MOXIE_PC) ? GENERAL_REGS : \ macro 380 && (REGNO_REG_CLASS(NUM) == GENERAL_REGS \
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mn10300/ |
| D | mn10300.cc | 1372 xclass = REGNO_REG_CLASS (xregno); in mn10300_secondary_reload() 1689 dest_class = REGNO_REG_CLASS (dest_regnum); in mn10300_output_add() 1690 src1_class = REGNO_REG_CLASS (src1_regnum); in mn10300_output_add() 1708 src2_class = REGNO_REG_CLASS (src2_regnum); in mn10300_output_add() 2618 if (REGNO_REG_CLASS (regno) == FP_REGS in mn10300_hard_regno_mode_ok() 2619 || REGNO_REG_CLASS (regno) == FP_ACC_REGS) in mn10300_hard_regno_mode_ok() 2623 if (! TARGET_AM33 && REGNO_REG_CLASS (regno) == EXTENDED_REGS) in mn10300_hard_regno_mode_ok() 2629 if (REGNO_REG_CLASS (regno) == DATA_REGS in mn10300_hard_regno_mode_ok() 2630 || (TARGET_AM33 && REGNO_REG_CLASS (regno) == ADDRESS_REGS) in mn10300_hard_regno_mode_ok() 2631 || REGNO_REG_CLASS (regno) == EXTENDED_REGS) in mn10300_hard_regno_mode_ok()
|
| D | mn10300.h | 286 #define REGNO_REG_CLASS(REGNO) \ macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/ |
| D | pa64-regs.h | 237 #define REGNO_REG_CLASS(REGNO) \ macro
|
| D | pa32-regs.h | 301 #define REGNO_REG_CLASS(REGNO) \ macro
|
| D | pa.cc | 2002 && REGNO_REG_CLASS (REGNO (operand0)) == SHIFT_REGS in pa_emit_move_sequence() 6304 if (FP_REG_CLASS_P (REGNO_REG_CLASS (regno))) in pa_secondary_reload() 6309 && REGNO_REG_CLASS (regno) == SHIFT_REGS in pa_secondary_reload() 9002 && (REGNO_REG_CLASS (REGNO (operands[0])) != FPUPPER_REGS in pa_fmpyaddoperands() 9003 || REGNO_REG_CLASS (REGNO (operands[1])) != FPUPPER_REGS in pa_fmpyaddoperands() 9004 || REGNO_REG_CLASS (REGNO (operands[2])) != FPUPPER_REGS in pa_fmpyaddoperands() 9005 || REGNO_REG_CLASS (REGNO (operands[3])) != FPUPPER_REGS in pa_fmpyaddoperands() 9006 || REGNO_REG_CLASS (REGNO (operands[4])) != FPUPPER_REGS in pa_fmpyaddoperands() 9007 || REGNO_REG_CLASS (REGNO (operands[5])) != FPUPPER_REGS)) in pa_fmpyaddoperands() 9175 && (REGNO_REG_CLASS (REGNO (operands[0])) != FPUPPER_REGS in pa_fmpysuboperands() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | regcprop.cc | 795 rtx r1 = find_oldest_value_reg (REGNO_REG_CLASS (regno), in copyprop_hardreg_forward_1() 797 rtx r2 = find_oldest_value_reg (REGNO_REG_CLASS (regno), in copyprop_hardreg_forward_1() 921 new_rtx = find_oldest_value_reg (REGNO_REG_CLASS (regno), in copyprop_hardreg_forward_1() 950 enum reg_class from = REGNO_REG_CLASS (regno); in copyprop_hardreg_forward_1() 951 enum reg_class to = REGNO_REG_CLASS (REGNO (dest)); in copyprop_hardreg_forward_1() 952 enum reg_class new_from = REGNO_REG_CLASS (i); in copyprop_hardreg_forward_1()
|
| D | ira-costs.cc | 463 reg_class_t x_class = REGNO_REG_CLASS (REGNO (x)); in copy_cost() 1381 hard_reg_class = REGNO_REG_CLASS (other_regno); in record_operand_costs() 2186 if (reg_class_size[(int) REGNO_REG_CLASS (hard_regno)] in process_bb_node_for_hard_reg_moves() 2188 [REGNO_REG_CLASS (hard_regno)][(int) ALLOCNO_MODE(a)])) in process_bb_node_for_hard_reg_moves() 2211 hard_reg_class = REGNO_REG_CLASS (hard_regno); in process_bb_node_for_hard_reg_moves() 2264 rclass = REGNO_REG_CLASS (hard_regno); in setup_allocno_class_and_costs() 2461 auto rclass = REGNO_REG_CLASS (regno); in ira_tune_allocno_costs()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/ |
| D | cris.h | 481 #define REGNO_REG_CLASS(REGNO) \ macro 514 || !reg_classes_intersect_p (REGNO_REG_CLASS (true_regnum (X)), \
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
| D | stormy16.h | 186 #define REGNO_REG_CLASS(REGNO) \ macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/vax/ |
| D | vax.h | 212 #define REGNO_REG_CLASS(REGNO) ((void)(REGNO), ALL_REGS) macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | predicates.md | 33 || REGNO_REG_CLASS (REGNO (op)) != NO_REGS)); 187 || REGNO_REG_CLASS (REGNO (op)) == VFP_D0_D7_REGS 188 || REGNO_REG_CLASS (REGNO (op)) == VFP_LO_REGS 190 && REGNO_REG_CLASS (REGNO (op)) == VFP_HI_REGS)));
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/ |
| D | predicates.md | 628 || REGNO_REG_CLASS (REGNO (op)) == DOUBLE_REGS)); 646 || REGNO_REG_CLASS (REGNO (op)) == SIMD_VR_REGS)); 663 || REGNO_REG_CLASS (REGNO (op)) == SIMD_VR_REGS)); 678 || REGNO_REG_CLASS (REGNO (op)) == SIMD_DMA_CONFIG_REGS));
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/fr30/ |
| D | fr30.h | 299 #define REGNO_REG_CLASS(REGNO) \ macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/ |
| D | m32c.h | 387 #define REGNO_REG_CLASS(R) m32c_regno_reg_class (R) macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/ |
| D | s390.h | 605 #define REGNO_REG_CLASS(REGNO) (regclass_map[REGNO]) macro 615 && REGNO_REG_CLASS ((REGNO)) == ADDR_REGS) \
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mmix/ |
| D | mmix.h | 407 #define REGNO_REG_CLASS(REGNO) \ macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/ |
| D | avr.h | 281 #define REGNO_REG_CLASS(R) avr_regno_reg_class(R) macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/lm32/ |
| D | lm32.h | 185 #define REGNO_REG_CLASS(REGNO) \ macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mcore/ |
| D | mcore.h | 332 #define REGNO_REG_CLASS(REGNO) ((REGNO) < FIRST_PSEUDO_REGISTER ? regno_reg_class[REGNO] : NO_REGS) macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| D | alpha.h | 462 #define REGNO_REG_CLASS(REGNO) \ macro
|