Lines Matching refs:hh8
73 hh8: label
75 ldi r24, hh8(0x0815)
76 ldi r24, hh8(foo)
77 ldi r24, hh8(bar + 5)
79 ; CHECK: ldi r24, hh8(2069) ; encoding: [0x80,0xe0]
80 ; CHECK: ldi r24, hh8(foo) ; encoding: [0x80'A',0xe0]
81 ; CHECK: ; fixup A - offset: 0, value: hh8(foo), kind: fixup_hh8_ldi
82 ; CHECK: ldi r24, hh8(bar+5) ; encoding: [0x80'A',0xe0]
83 ; CHECK: ; fixup A - offset: 0, value: hh8(bar+5), kind: fixup_hh8_ldi
87 ldi r24, -hh8(123456)
88 ldi r24, -hh8(foo)
90 ; CHECK: ldi r24, -hh8(123456) ; encoding: [0x8e,0xef]
91 ; CHECK: ldi r24, -hh8(foo) ; encoding: [0x80'A',0xe0]
92 ; CHECK: ; fixup A - offset: 0, value: -hh8(foo), kind: fixup_hh8_ldi_neg
94 hlo8: ; synonym with hh8() above, hence the... odd results
100 ; CHECK: ldi r24, hh8(2069) ; encoding: [0x80,0xe0]
101 ; CHECK: ldi r24, hh8(foo) ; encoding: [0x80'A',0xe0]
102 ; CHECK: ; fixup A - offset: 0, value: hh8(foo), kind: fixup_hh8_ldi
103 ; CHECK: ldi r24, hh8(bar+5) ; encoding: [0x80'A',0xe0]
104 ; CHECK: ; fixup A - offset: 0, value: hh8(bar+5), kind: fixup_hh8_ldi
112 ; CHECK: ldi r24, -hh8(123456) ; encoding: [0x8e,0xef]
113 ; CHECK: ldi r24, -hh8(foo) ; encoding: [0x80'A',0xe0]
114 ; CHECK: ; fixup A - offset: 0, value: -hh8(foo), kind: fixup_hh8_ldi_neg