Searched refs:pm_hh8 (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/test/MC/AVR/ |
D | modifiers.s | 159 pm_hh8: label 160 ldi r24, pm_hh8(0x0815) 161 ldi r24, pm_hh8(foo) 162 ldi r24, pm_hh8(bar + 5) 164 ; CHECK: ldi r24, pm_hh8(2069) ; encoding: [0x80,0xe0] 165 ; CHECK: ldi r24, pm_hh8(foo) ; encoding: [0x80'A',0xe0] 166 ; CHECK: ; fixup A - offset: 0, value: pm_hh8(foo), kind: fixup_hh8_ldi_… 167 ; CHECK: ldi r24, pm_hh8(bar+5) ; encoding: [0x80'A',0xe0] 168 ; CHECK: ; fixup A - offset: 0, value: pm_hh8(bar+5), kind: fixup_hh8_ld… 194 ldi r24, -pm_hh8(0x0815) [all …]
|
D | relocations.s | 113 ldi r25, pm_hh8(baz) 114 ldi r25, +pm_hh8(foo) 115 ldi r25, pm_hh8(+(foo)) 129 ldi r25, -pm_hh8(foo) 130 ldi r25, pm_hh8(-(foo))
|
/external/llvm-project/lld/test/ELF/ |
D | avr-reloc.s | 24 ldi r20, pm_hh8(a) ; R_AVR_HH8_LDI_PM 44 ldi r20, pm_hh8(-(a)) ; R_AVR_HH8_LDI_PM_NEG
|