Home
last modified time | relevance | path

Searched refs:hi8 (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/test/MC/AVR/
Dmodifiers.s12 ldi r24, hi8(0x2342)
18 ; CHECK: ldi r24, hi8(9026) ; encoding: [0x83,0xe2]
24 ldi r24, hi8(bar)
28 ; CHECK: ldi r24, hi8(bar) ; encoding: [0x80'A',0xe0]
29 ; CHECK: ; fixup A - offset: 0, value: hi8(bar), kind: fixup_hi8_ldi
52 hi8: label
54 ldi r24, hi8(0x0815)
55 ldi r24, hi8(foo)
56 ldi r24, hi8(bar + 5)
58 ; CHECK: ldi r24, hi8(2069) ; encoding: [0x88,0xe0]
[all …]
Drelocations.s46 ldi r30, hi8(abc)
47 ldi r16, +hi8(abc)
48 ldi r16, hi8(+(abc))
57 ldi r16, -hi8(abc)
58 ldi r16, hi8(-(abc))
136 ldi r18, hi8(gs(foo))
151 .byte hi8(foo)
/external/mesa3d/src/intel/compiler/
Dbrw_inst.h84 hi7, lo7, hi8, lo8, hi12, lo12) \ argument
89 high = hi8; low = lo8; \
108 hi7, lo7, hi8, lo8, hi12, lo12) \ argument
114 hi7, lo7, hi8, lo8, hi12, lo12) \
121 hi7, lo7, hi8, lo8, hi12, lo12) \
141 hi7, lo7, hi8, lo8, hi12ex, lo12ex, hi12, lo12, assertions) \ argument
154 hi7, lo7, hi8, lo8, -1, -1); \
169 hi7, lo7, hi8, lo8, -1, -1); \
175 hi7, lo7, hi8, lo8, hi12ex, lo12ex, hi12, lo12) \ argument
177 hi7, lo7, hi8, lo8, hi12ex, lo12ex, hi12, lo12, true)
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp208 void hi8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in hi8() function
275 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
280 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
304 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp218 static void hi8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in hi8() function
274 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
279 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
303 adjust::ldi::hi8(Size, Fixup, Value, Ctx); in adjustFixupValue()
/external/llvm-project/llvm/test/TableGen/
DGlobalISelEmitter-nested-subregs.td9 def hi8 : SubRegIndex<8, 8>;
20 let SubRegIndices = [hi8, lo8];
/external/llvm-project/lld/test/ELF/
Davr-reloc.s18 ldi r20, hi8(a) ; R_AVR_HI8_LDI
38 ldi r20, hi8(-(a)) ; R_AVR_HI8_LDI_NEG
/external/llvm-project/llvm/test/CodeGen/AVR/
Dicall-func-pointer-correct-addr-space.ll24 ; CHECK-NEXT: ldi r{{[0-9]+}}, hi8(externalConstant)
/external/llvm-project/llvm/test/CodeGen/X86/
Davx-intrinsics-fast-isel.ll916 …%hi8 = shufflevector <4 x float> %hi4, <4 x float> %hi4, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i3…
920 …%res = shufflevector <8 x float> %lo8, <8 x float> %hi8, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i3…
/external/llvm/test/CodeGen/X86/
Davx-intrinsics-fast-isel.ll1221 …%hi8 = shufflevector <4 x float> %hi4, <4 x float> %hi4, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i3…
1225 …%res = shufflevector <8 x float> %lo8, <8 x float> %hi8, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i3…