Home
last modified time | relevance | path

Searched refs:lo8 (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/
Dmodifiers.s3 ; TODO: Add support for lo8(-foo + 3), and add test
8 ldi r24, lo8(0x42)
9 ldi r24, lo8(0x2342)
11 ldi r24, lo8(0x23)
14 ; CHECK: ldi r24, lo8(66) ; encoding: [0x82,0xe4]
15 ; CHECK: ldi r24, lo8(9026) ; encoding: [0x82,0xe4]
17 ; CHECK: ldi r24, lo8(35) ; encoding: [0x83,0xe2]
23 ldi r24, lo8(bar)
26 ; CHECK: ldi r24, lo8(bar) ; encoding: [0x80'A',0xe0]
27 ; CHECK: ; fixup A - offset: 0, value: lo8(bar), kind: fixup_lo8_ldi
[all …]
Drelocations.s36 ldi r24, lo8(bar+3)
37 ldi r16, +lo8(abc)
38 ldi r16, lo8(+(abc))
49 ldi r16, -lo8(abc)
50 ldi r16, lo8(-(abc))
130 ldi r17, lo8(gs(foo))
145 .byte lo8(foo)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp203 void lo8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in lo8() function
268 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
273 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
298 adjust::ldi::lo8(Size, Fixup, Value, Ctx); in adjustFixupValue()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/
Dicall-func-pointer-correct-addr-space.ll23 ; CHECK: ldi r{{[0-9]+}}, lo8(externalConstant)
/external/mesa3d/src/intel/compiler/
Dbrw_inst.h77 #define BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, hi7, lo7, hi8, lo8) \ argument
80 high = hi8; low = lo8; \
98 #define FF(name, hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, hi7, lo7, hi8, lo8)\ argument
103 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, hi7, lo7, hi8, lo8) \
109 BOUNDS(hi4, lo4, hi45, lo45, hi5, lo5, hi6, lo6, hi7, lo7, hi8, lo8) \
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Davx-intrinsics-fast-isel.ll916 …%lo8 = shufflevector <4 x float> %lo4, <4 x float> %lo4, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i3…
917 …%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.ll1224 …%lo8 = shufflevector <4 x float> %lo4, <4 x float> %lo4, <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…