/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-shifted.ll | 204 %tst2 = icmp ne i32 %lhs32, %shift2 205 br i1 %tst2, label %t3, label %end 260 %tst2 = icmp ne i32 %lhs32, %val2 261 br i1 %tst2, label %t3, label %end
|
D | addsub_ext.ll | 71 %tst2 = icmp eq i64 %lhs64, %cmp_sext 72 br i1 %tst2, label %other, label %end 204 %tst2 = icmp eq i64 %lhs64, %cmp_sext 205 br i1 %tst2, label %other, label %end
|
D | tbz-tbnz.ll | 142 %tst2 = icmp sge i64 %and2, 0 143 br i1 %tst2, label %if.then2, label %if.end
|
D | logical_shifted_reg.ll | 208 %tst2 = icmp slt i64 %shifted_and, 0 209 br i1 %tst2, label %ret, label %test3
|
/external/libxml2/result/HTML/ |
D | entities.html.err | 2 <p tst="a&b" tst2="a&b" tst3="a & b"> 5 <p tst="a&b" tst2="a&b" tst3="a & b">
|
D | entities.html.sax | 7 SAX.startElement(p, tst='a&b', tst2='a&b', tst3='a & b')
|
/external/llvm/test/CodeGen/X86/ |
D | sse-fcopysign.ll | 27 define double @tst2(double %a, float %b, float %c) { 28 ; X32-LABEL: @tst2 39 ; X64-LABEL: @tst2
|
/external/elfutils/ |
D | .gitignore | 90 /tests/asm-tst2
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 712 void Push(Register src, Condition cond, Register tst1, Register tst2) { in Push() argument 714 Branch(3, cond, tst1, Operand(tst2)); in Push()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 750 void Push(Register src, Condition cond, Register tst1, Register tst2) { in Push() argument 752 Branch(3, cond, tst1, Operand(tst2)); in Push()
|
/external/elfutils/tests/ |
D | Makefile.am | 58 asm_TESTS = asm-tst1 asm-tst2 asm-tst3 asm-tst4 asm-tst5 \
|
D | ChangeLog | 209 * asm-tst2.c (main): Likewise. 2177 * asm-tst2.c: Likewise. 2407 * asm-tst2.c: Likewise.
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-solaris.c | 569 ThreadState *tst2 = VG_(get_ThreadState)(1); in VG_() local 570 uc->uc_stack.ss_sp = (void*)(tst2->client_stack_highest_byte + 1 in VG_() 571 - tst2->client_stack_szB); in VG_() 572 uc->uc_stack.ss_size = tst2->client_stack_szB; in VG_()
|