Home
last modified time | relevance | path

Searched refs:or3 (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/test/Transforms/BDCE/
Dbasic.ll14 %or3 = or i32 %or, %and2
17 %or6 = or i32 %or3, %and5
61 %or3 = or i32 %or, %and2
64 %or6 = or i32 %or3, %and5
108 %or3 = or i32 %or, %and2
111 %or6 = or i32 %or3, %and5
146 %or3 = or i32 %or, %and2
149 %or6 = or i32 %or3, %and5
180 %or3 = or i32 %or, %and2
183 %or6 = or i32 %or3, %and5
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/BDCE/
Dbasic.ll15 %or3 = or i32 %or, %and2
18 %or6 = or i32 %or3, %and5
62 %or3 = or i32 %or, %and2
65 %or6 = or i32 %or3, %and5
109 %or3 = or i32 %or, %and2
112 %or6 = or i32 %or3, %and5
147 %or3 = or i32 %or, %and2
150 %or6 = or i32 %or3, %and5
185 %or3 = or i32 %or, %and2
188 %or6 = or i32 %or3, %and5
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dcoalescer-subreg.ll17 %or3 = lshr i16 %2, 8
18 %or4 = trunc i16 %or3 to i8
Dfold-tied-op.ll41 %or3 = or i64 %shl2, %shr
42 %add = add i64 %or, %or3
Dx86-64-bittest-logic.ll64 define i64 @or3(i64 %x) {
65 ; CHECK-LABEL: or3:
/external/llvm/test/CodeGen/X86/
Dcoalescer-subreg.ll17 %or3 = lshr i16 %2, 8
18 %or4 = trunc i16 %or3 to i8
Dfold-tied-op.ll41 %or3 = or i64 %shl2, %shr
42 %add = add i64 %or, %or3
/external/llvm/test/CodeGen/Hexagon/
Dmemops.ll43 %or3 = or i8 %0, %x
44 store i8 %or3, i8* %p, align 1
122 %or3 = or i8 %0, %x
123 store i8 %or3, i8* %add.ptr, align 1
204 %or3 = or i8 %0, %x
205 store i8 %or3, i8* %add.ptr, align 1
282 %or3 = or i8 %0, %x
283 store i8 %or3, i8* %p, align 1
361 %or3 = or i8 %0, %x
362 store i8 %or3, i8* %add.ptr, align 1
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dmemops.ll47 %or3 = or i8 %0, %x
48 store i8 %or3, i8* %p, align 1
133 %or3 = or i8 %0, %x
134 store i8 %or3, i8* %add.ptr, align 1
222 %or3 = or i8 %0, %x
223 store i8 %or3, i8* %add.ptr, align 1
307 %or3 = or i8 %0, %x
308 store i8 %or3, i8* %p, align 1
393 %or3 = or i8 %0, %x
394 store i8 %or3, i8* %add.ptr, align 1
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dbperm.ll248 %or3 = or i64 %or, %and
249 ret i64 %or3
266 %or3 = or i64 %or, %and
267 ret i64 %or3
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dbperm.ll248 %or3 = or i64 %or, %and
249 ret i64 %or3
266 %or3 = or i64 %or, %and
267 ret i64 %or3
/external/llvm/test/CodeGen/SystemZ/
Dor-03.ll131 %or3 = or i64 %or2, %val3
132 %or4 = or i64 %or3, %val4
Dor-01.ll166 %or3 = or i32 %or2, %val3
167 %or4 = or i32 %or3, %val4
Dasm-18.ll374 %or3 = or i32 %res3, 12345678
375 call void asm sideeffect "stepd $0", "h"(i32 %or3)
395 %or3 = or i32 %res3, 12345678
396 call void asm sideeffect "stepd $0", "r"(i32 %or3)
Dfp-move-02.ll159 %or3 = or i64 %or2, %int3
160 %or4 = or i64 %or3, %int4
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dor-03.ll131 %or3 = or i64 %or2, %val3
132 %or4 = or i64 %or3, %val4
Dor-01.ll166 %or3 = or i32 %or2, %val3
167 %or4 = or i32 %or3, %val4
Dasm-18.ll378 %or3 = or i32 %res3, 12345678
379 call void asm sideeffect "stepd $0", "h"(i32 %or3)
399 %or3 = or i32 %res3, 12345678
400 call void asm sideeffect "stepd $0", "r"(i32 %or3)
Dfp-move-02.ll159 %or3 = or i64 %or2, %int3
160 %or4 = or i64 %or3, %int4
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll298 %or3 = or i8 %1, %0
299 store i8 %or3, i8* @uc, align 1, !tbaa !2
484 %or3 = or i16 %1, %0
485 store i16 %or3, i16* @us, align 2, !tbaa !5
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll298 %or3 = or i8 %1, %0
299 store i8 %or3, i8* @uc, align 1, !tbaa !2
484 %or3 = or i16 %1, %0
485 store i16 %or3, i16* @us, align 2, !tbaa !5
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc2151 int32_t or2, int32_t or3) { in DecodeARMv6LoadImmediate() argument
2156 offset |= (or3 & 0xff); in DecodeARMv6LoadImmediate()
2180 const int32_t or3 = region.Load<int32_t>(position + 3*Instr::kInstrSize); in ProcessARMv6() local
2186 ((or3 & 0xffffff00) == 0xe38cc000)) { // orr IP, IP, byte0 in ProcessARMv6()
2187 const int32_t offset = DecodeARMv6LoadImmediate(mov, or1, or2, or3); in ProcessARMv6()
2210 (or3 == Instr::kNopInstruction) && in ProcessARMv6()
2296 const int32_t or3 = in BindARMv6() local
2316 label->position_ = DecodeARMv6LoadImmediate(mov, or1, or2, or3); in BindARMv6()
2325 const int32_t or3 = in BindARMv6() local
2349 label->position_ = DecodeARMv6LoadImmediate(mov, or1, or2, or3); in BindARMv6()
/external/hyphenation-patterns/da/
Dhyph-da.pat.txt1068 or3ø
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D3af16c1171e8d613670b404fdae3176d.0000731e.honggfuzz.cov14 …;���1N��o����{��쾑��b�!8��cvM��b����ڠ��V++S#�α w*#�j��Y�層�pZ4�y+g��or3����"�vm���^kSB�|�…
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D3af16c1171e8d613670b404fdae3176d.0000731e.honggfuzz.cov14 …;���1N��o����{��쾑��b�!8��cvM��b����ڠ��V++S#�α w*#�j��Y�層�pZ4�y+g��or3����"�vm���^kSB�|�…

12