Searched refs:sfr_offset (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | avr-arch.h | 95 int sfr_offset; member
|
| H A D | predicates.md | 48 (match_test "IN_RANGE (INTVAL (op) - avr_arch->sfr_offset, 56 (match_test "IN_RANGE (INTVAL (op) - avr_arch->sfr_offset, 62 (match_test "IN_RANGE (INTVAL (op) - avr_arch->sfr_offset,
|
| H A D | avr-c.c | 387 avr_arch->sfr_offset); in avr_cpu_cpp_builtins()
|
| H A D | avr.c | 776 avr_addr.sreg = 0x3F + avr_arch->sfr_offset; in avr_option_override() 779 avr_addr.rampz = 0x3B + avr_arch->sfr_offset; in avr_option_override() 781 avr_addr.rampy = 0x3A + avr_arch->sfr_offset; in avr_option_override() 782 avr_addr.rampx = 0x39 + avr_arch->sfr_offset; in avr_option_override() 783 avr_addr.rampd = 0x38 + avr_arch->sfr_offset; in avr_option_override() 784 avr_addr.ccp = (AVR_TINY ? 0x3C : 0x34) + avr_arch->sfr_offset; in avr_option_override() 787 avr_addr.sp_l = 0x3D + avr_arch->sfr_offset; in avr_option_override() 2859 ival - avr_arch->sfr_offset); in avr_print_operand() 2928 (file, VOIDmode, plus_constant (HImode, x, -avr_arch->sfr_offset)); in avr_print_operand() 10538 int sfr_offset = avr_arch->sfr_offset; in avr_file_start() local [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr-arch.h | 95 int sfr_offset; member
|
| H A D | predicates.md | 53 (match_test "IN_RANGE (INTVAL (op) - avr_arch->sfr_offset, 61 (match_test "IN_RANGE (INTVAL (op) - avr_arch->sfr_offset, 67 (match_test "IN_RANGE (INTVAL (op) - avr_arch->sfr_offset,
|
| H A D | avr-c.cc | 387 avr_arch->sfr_offset); in avr_cpu_cpp_builtins()
|
| H A D | avr.cc | 1130 avr_addr.sreg = 0x3F + avr_arch->sfr_offset; in avr_option_override() 1133 avr_addr.rampz = 0x3B + avr_arch->sfr_offset; in avr_option_override() 1135 avr_addr.rampy = 0x3A + avr_arch->sfr_offset; in avr_option_override() 1136 avr_addr.rampx = 0x39 + avr_arch->sfr_offset; in avr_option_override() 1137 avr_addr.rampd = 0x38 + avr_arch->sfr_offset; in avr_option_override() 1138 avr_addr.ccp = (AVR_TINY ? 0x3C : 0x34) + avr_arch->sfr_offset; in avr_option_override() 1141 avr_addr.sp_l = 0x3D + avr_arch->sfr_offset; in avr_option_override() 3233 ival - avr_arch->sfr_offset); in avr_print_operand() 3302 (file, VOIDmode, plus_constant (HImode, x, -avr_arch->sfr_offset)); in avr_print_operand() 10243 HOST_WIDE_INT io_start = avr_arch->sfr_offset; in avr_handle_addr_attribute() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2011 | 2780 * config/avr/avr.h (struct base_arch_s): Add field sfr_offset. 2793 (avr_file_start): Use avr_current_arch->sfr_offset instead of
|