Home
last modified time | relevance | path

Searched refs:tst2 (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/Transforms/InstCombine/
Dicmp-logical.ll14 %tst2 = icmp ne i32 %mask2, 0
16 %res = and i1 %tst1, %tst2
31 %tst2 = icmp eq i32 %mask2, 0
33 %res = or i1 %tst1, %tst2
48 %tst2 = icmp ne i32 %mask2, 39
50 %res = and i1 %tst1, %tst2
65 %tst2 = icmp eq i32 %mask2, 39
67 %res = or i1 %tst1, %tst2
82 %tst2 = icmp ne i32 %mask2, %A
84 %res = and i1 %tst1, %tst2
[all …]
/external/llvm/test/CodeGen/AArch64/
Dcond-sel.ll18 %tst2 = icmp sle i64 %lhs64, %rhs64
19 %val2 = select i1 %tst2, i64 %lhs64, i64 %rhs64
43 %tst2 = fcmp ueq double %lhs64, %rhs64
46 %val2 = select i1 %tst2, i64 9, i64 15
70 %tst2 = icmp sle i32 %lhs32, %rhs2
72 %val2 = select i1 %tst2, i32 %lhs32, i32 %inc2
110 %tst2 = icmp sle i32 %lhs32, %rhs2
112 %val2 = select i1 %tst2, i32 %lhs32, i32 %inc2
150 %tst2 = icmp sle i32 %lhs32, %rhs2
152 %val2 = select i1 %tst2, i32 %lhs32, i32 %inc2
[all …]
Dfcmp.ll14 %tst2 = fcmp une float %b, 0.0
15 br i1 %tst2, label %t3, label %end
53 %tst2 = fcmp une double %b, 0.0
54 br i1 %tst2, label %t3, label %end
Dcompare-branch.ll16 %tst2 = icmp ne i32 %val2, 0
17 br i1 %tst2, label %end, label %test3
Dfp-cond-sel.ll20 %tst2 = icmp sle i64 %lhs64, %rhs64
21 %val2 = select i1 %tst2, double 1.0, double 0.0
Dtst-br.ll28 %tst2 = icmp ne i64 %tbit2, 0
29 br i1 %tst2, label %test3, label %end1
Daddsub_ext.ll71 %tst2 = icmp eq i64 %lhs64, %cmp_sext
72 br i1 %tst2, label %other, label %end
146 %tst2 = icmp eq i64 %lhs64, %cmp_sext
147 br i1 %tst2, label %other, label %end
Daddsub-shifted.ll203 %tst2 = icmp ne i32 %lhs32, %shift2
204 br i1 %tst2, label %t3, label %end
254 %tst2 = icmp ne i32 %lhs32, %val2
255 br i1 %tst2, label %t3, label %end
Dlogical_shifted_reg.ll208 %tst2 = icmp slt i64 %shifted_and, 0
209 br i1 %tst2, label %ret, label %test3
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
Dstrucsize.asm9 tst2: label
/external/llvm/test/CodeGen/X86/
Dsse-fcopysign.ll8 define double @tst2(double %a, float %b, float %c) {
/external/chromium_org/v8/src/mips/
Dmacro-assembler-mips.h661 void Push(Register src, Condition cond, Register tst1, Register tst2) { in Push() argument
663 Branch(3, cond, tst1, Operand(tst2)); in Push()