Searched refs:pm_hi8 (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/MC/AVR/ |
D | modifiers.s | 148 pm_hi8: label 149 ldi r24, pm_hi8(0x0815) 150 ldi r24, pm_hi8(foo) 151 ldi r24, pm_hi8(bar + 5) 153 ; CHECK: ldi r24, pm_hi8(2069) ; encoding: [0x84,0xe0] 154 ; CHECK: ldi r24, pm_hi8(foo) ; encoding: [0x80'A',0xe0] 155 ; CHECK: ; fixup A - offset: 0, value: pm_hi8(foo), kind: fixup_hi8_ldi_… 156 ; CHECK: ldi r24, pm_hi8(bar+5) ; encoding: [0x80'A',0xe0] 157 ; CHECK: ; fixup A - offset: 0, value: pm_hi8(bar+5), kind: fixup_hi8_ld… 183 ldi r24, -pm_hi8(0x0815) [all …]
|
D | relocations.s | 106 ldi r22, pm_hi8(bar) 107 ldi r25, +pm_hi8(foo) 108 ldi r25, pm_hi8(+(foo)) 124 ldi r25, -pm_hi8(foo) 125 ldi r25, pm_hi8(-(foo))
|
/external/llvm-project/lld/test/ELF/ |
D | avr-reloc.s | 23 ldi r20, pm_hi8(a) ; R_AVR_HI8_LDI_PM 43 ldi r20, pm_hi8(-(a)) ; R_AVR_HI8_LDI_PM_NEG
|
/external/llvm-project/llvm/test/CodeGen/AVR/ |
D | icall-func-pointer-correct-addr-space.ll | 15 ; CHECK-NEXT: ldi r{{[0-9]+}}, pm_hi8(externalFunction)
|