Searched refs:tst2 (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/Transforms/InstCombine/ |
D | icmp-logical.ll | 14 %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/ |
D | cond-sel.ll | 18 %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 …]
|
D | fcmp.ll | 14 %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
|
D | compare-branch.ll | 16 %tst2 = icmp ne i32 %val2, 0 17 br i1 %tst2, label %end, label %test3
|
D | fp-cond-sel.ll | 20 %tst2 = icmp sle i64 %lhs64, %rhs64 21 %val2 = select i1 %tst2, double 1.0, double 0.0
|
D | tst-br.ll | 28 %tst2 = icmp ne i64 %tbit2, 0 29 br i1 %tst2, label %test3, label %end1
|
D | addsub_ext.ll | 71 %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
|
D | addsub-shifted.ll | 203 %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
|
D | logical_shifted_reg.ll | 208 %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/ |
D | strucsize.asm | 9 tst2: label
|
/external/llvm/test/CodeGen/X86/ |
D | sse-fcopysign.ll | 8 define double @tst2(double %a, float %b, float %c) {
|
/external/chromium_org/v8/src/mips/ |
D | macro-assembler-mips.h | 661 void Push(Register src, Condition cond, Register tst1, Register tst2) { in Push() argument 663 Branch(3, cond, tst1, Operand(tst2)); in Push()
|