Searched refs:test_hard_reg_class (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr.cc | 4104 if (test_hard_reg_class (STACK_REG, dest)) in output_movqi() 4106 else if (test_hard_reg_class (STACK_REG, src)) in output_movqi() 4151 if (test_hard_reg_class (STACK_REG, dest)) in output_movhi() 4171 else if (test_hard_reg_class (STACK_REG, src)) in output_movhi() 6201 if (!test_hard_reg_class (LD_REGS, xreg) in avr_out_compare() 6242 && test_hard_reg_class (LD_REGS, xreg) in avr_out_compare() 6269 bool ld_reg_p = test_hard_reg_class (LD_REGS, reg8); in avr_out_compare() 6277 && test_hard_reg_class (ADDW_REGS, reg8)) in avr_out_compare() 6668 if (test_hard_reg_class (LD_REGS, operands[0])) in ashlqi3_out() 6681 if (test_hard_reg_class (LD_REGS, operands[0])) in ashlqi3_out() [all …]
|
| H A D | avr-protos.h | 112 extern int test_hard_reg_class (enum reg_class rclass, rtx x);
|
| H A D | avr.md | 7603 if (test_hard_reg_class (ADDW_REGS, operands[0])) 7646 if (test_hard_reg_class (ADDW_REGS, operands[0])) 7687 if (test_hard_reg_class (ADDW_REGS, operands[0]))
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | avr.c | 3897 if (test_hard_reg_class (STACK_REG, dest)) in output_movqi() 3899 else if (test_hard_reg_class (STACK_REG, src)) in output_movqi() 3944 if (test_hard_reg_class (STACK_REG, dest)) in output_movhi() 3964 else if (test_hard_reg_class (STACK_REG, src)) in output_movhi() 5913 if (!test_hard_reg_class (LD_REGS, xreg) in avr_out_compare() 5954 && test_hard_reg_class (LD_REGS, xreg) in avr_out_compare() 5981 bool ld_reg_p = test_hard_reg_class (LD_REGS, reg8); in avr_out_compare() 5989 && test_hard_reg_class (ADDW_REGS, reg8)) in avr_out_compare() 6312 if (test_hard_reg_class (LD_REGS, operands[0])) in ashlqi3_out() 6325 if (test_hard_reg_class (LD_REGS, operands[0])) in ashlqi3_out() [all …]
|
| H A D | avr-protos.h | 110 extern int test_hard_reg_class (enum reg_class rclass, rtx x);
|
| H A D | avr.md | 5494 if (test_hard_reg_class (ADDW_REGS, operands[0])) 5537 if (test_hard_reg_class (ADDW_REGS, operands[0])) 5578 if (test_hard_reg_class (ADDW_REGS, operands[0]))
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2000 | 9787 macro to test_hard_reg_class function. 15108 of TEST_HARD_REG_CLASS macro to test_hard_reg_class function. 19944 * config/avr/avr-protos.h (test_hard_reg_class): Declared. 19948 (test_hard_reg_class): New function.
|
| H A D | ChangeLog-2008 | 11474 test_hard_reg_class, avr_simplify_comparison_p, 11478 preferred_reload_class, test_hard_reg_class): Likewise.
|
| H A D | ChangeLog-2002 | 13603 * config/avr/avr.c (test_hard_reg_class): Fix TEST_HARD_REG_BIT
|