Searched refs:NO_LD_REGS (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr.h | 231 NO_LD_REGS, /* r0 - r15 */ enumerator
|
H A D | avr.c | 845 NO_LD_REGS, NO_LD_REGS, NO_LD_REGS, in avr_regno_reg_class() enumerator 846 NO_LD_REGS, NO_LD_REGS, NO_LD_REGS, NO_LD_REGS, in avr_regno_reg_class() enumerator 847 NO_LD_REGS, NO_LD_REGS, NO_LD_REGS, NO_LD_REGS, in avr_regno_reg_class() enumerator 848 NO_LD_REGS, NO_LD_REGS, NO_LD_REGS, NO_LD_REGS, in avr_regno_reg_class() enumerator 12706 CLEAR_HARD_REG_SET (reg_class_contents[(int) NO_LD_REGS]); in avr_conditional_register_usage()
|
H A D | constraints.md | 38 (define_register_constraint "l" "NO_LD_REGS"
|
H A D | avr.md | 693 ;; allocated for the variable we are loading. But, most of NO_LD_REGS 1294 ;; Adding a constant to NO_LD_REGS might have lead to a reload of 1313 ;; Same, but with reload to NO_LD_REGS
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr.h | 233 NO_LD_REGS, /* r0 - r15 */ enumerator
|
H A D | avr.cc | 1201 NO_LD_REGS, NO_LD_REGS, NO_LD_REGS, in avr_regno_reg_class() enumerator 1202 NO_LD_REGS, NO_LD_REGS, NO_LD_REGS, NO_LD_REGS, in avr_regno_reg_class() enumerator 1203 NO_LD_REGS, NO_LD_REGS, NO_LD_REGS, NO_LD_REGS, in avr_regno_reg_class() enumerator 1204 NO_LD_REGS, NO_LD_REGS, NO_LD_REGS, NO_LD_REGS, in avr_regno_reg_class() enumerator 13131 CLEAR_HARD_REG_SET (reg_class_contents[(int) NO_LD_REGS]); in avr_conditional_register_usage()
|
H A D | constraints.md | 38 (define_register_constraint "l" "NO_LD_REGS"
|
H A D | avr.md | 741 ;; allocated for the variable we are loading. But, most of NO_LD_REGS 1632 ;; Adding a constant to NO_LD_REGS might have lead to a reload of 1654 ;; Same, but with reload to NO_LD_REGS
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 5764 any constant with exactly one bit set to NO_LD_REGS. 6190 constants 1 and 2 to NO_LD_REGS.
|
H A D | ChangeLog-2016 | 18171 (andqi3, iorqi3): Provide "l" (NO_LD_REGS) alternative if
|