Searched refs:LD_REGS (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/ |
| D | avr.cc | 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() 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() 6696 if (test_hard_reg_class (LD_REGS, operands[0])) in ashlqi3_out() 6738 int ldi_ok = test_hard_reg_class (LD_REGS, operands[0]); in ashlhi3_out() 7221 int ldi_ok = test_hard_reg_class (LD_REGS, operands[0]); in ashrhi3_out() 7568 if (test_hard_reg_class (LD_REGS, operands[0])) in lshrqi3_out() 7581 if (test_hard_reg_class (LD_REGS, operands[0])) in lshrqi3_out() [all …]
|
| D | avr.h | 232 LD_REGS, /* r16 - r31 */ enumerator
|
| D | constraints.md | 35 (define_register_constraint "d" "LD_REGS"
|
| D | avr.md | 742 ;; are call-saved registers, and most of LD_REGS are call-used registers, 772 ;; if a scratch register from LD_REGS happens to be available. 1633 ;; that constant to LD_REGS. We don't add a scratch to *addhi3 5273 ;; Optimize if a scratch register from LD_REGS happens to be available. 5578 ;; Optimize if a scratch register from LD_REGS happens to be available. 5822 ;; Optimize if a scratch register from LD_REGS happens to be available.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog | 2481 non-LD_REGS after a move from LD_REGS.
|
| D | ChangeLog-2000 | 9774 constants to LD_REGS if reg_was_0. 9780 may be clobbered, also for LD_REGS. 9789 for loading immediate constants to LD_REGS.
|