Lines Matching defs:hh8
66 hh8:
67 ldi r24, hh8(0x0815)
68 ldi r24, hh8(foo)
69 ldi r24, hh8(bar + 5)
71 ; CHECK: ldi r24, hh8(2069) ; encoding: [0x80,0xe0]
72 ; CHECK: ldi r24, hh8(foo) ; encoding: [0x80'A',0xe0]
73 ; CHECK: ; fixup A - offset: 0, value: hh8(foo), kind: fixup_hh8_ldi
74 ; CHECK: ldi r24, hh8(bar+5) ; encoding: [0x80'A',0xe0]
75 ; CHECK: ; fixup A - offset: 0, value: hh8(bar+5), kind: fixup_hh8_ldi
78 ldi r24, hh8(-(123456))
79 ldi r24, hh8(-(foo))
81 ; CHECK: ldi r24, hh8(-(123456)) ; encoding: [0x8e,0xef]
82 ; CHECK: ldi r24, hh8(-(foo)) ; encoding: [0x80'A',0xe0]
83 ; CHECK: ; fixup A - offset: 0, value: hh8(-(foo)), kind: fixup_hh8_ldi_neg
85 hlo8: ; synonym with hh8() above, hence the... odd results
90 ; CHECK: ldi r24, hh8(2069) ; encoding: [0x80,0xe0]
91 ; CHECK: ldi r24, hh8(foo) ; encoding: [0x80'A',0xe0]
92 ; CHECK: ; fixup A - offset: 0, value: hh8(foo), kind: fixup_hh8_ldi
93 ; CHECK: ldi r24, hh8(bar+5) ; encoding: [0x80'A',0xe0]
94 ; CHECK: ; fixup A - offset: 0, value: hh8(bar+5), kind: fixup_hh8_ldi
100 ; CHECK: ldi r24, hh8(-(123456)) ; encoding: [0x8e,0xef]
101 ; CHECK: ldi r24, hh8(-(foo)) ; encoding: [0x80'A',0xe0]
102 ; CHECK: ; fixup A - offset: 0, value: hh8(-(foo)), kind: fixup_hh8_ldi_neg