/external/llvm/test/CodeGen/X86/ |
test-shrink.ll | 142 ; CHECK-64: testl $268468352, %e[[A0W]] 145 ; CHECK-32: testl $268468352, %eax
|
peep-test-3.ll | 4 ; LLVM should omit the testl and use the flags result from the orl.
|
cmp.ll | 31 ; CHECK: testl %eax, %eax
|
/bionic/libc/arch-x86/bionic/ |
setjmp.S | 90 testl %eax,%eax
|
/external/valgrind/main/coregrind/m_syswrap/ |
syscall-x86-linux.S | 99 testl %eax, %eax 128 testl %eax, %eax
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
mmx.h | 91 "testl $0x200000, %%ecx\n\t" 146 "testl $0x00800000, %%eax\n\t" /* Test for MMX */ 148 "testl $0x01000000, %%eax\n\t" /* Test for Ext'd MMX */ 169 "testl $0x00800000, %%edx\n\t" /* Test for MMX */ 171 "testl $0x80000000, %%edx\n\t" /* Test for 3DNow! */ 187 "testl $0x00800000, %%edx\n\t" /* Test for MMX */
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/ |
dwarf64_leb128.asm | 958 testl %edx, %edx 1362 testl %eax, %eax 1426 testl %eax, %eax 1504 testl %edx, %edx 1522 testl %eax, %eax 1543 testl %eax, %eax 1560 testl %eax, %eax 1592 testl %eax, %eax 1619 testl %eax, %eax 1628 testl %eax, %ea [all...] |
/external/valgrind/main/none/tests/x86/ |
insn_basic.def | [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ |
x86cpuid.S | 299 testl $3,%edx 308 testl $-4,%ecx
|
/external/openssl/crypto/ |
x86cpuid.S | 299 testl $3,%edx 308 testl $-4,%ecx
|
/external/stlport/src/ |
lock_free_slist.h | 93 "L1_%=: testl %%eax, %%eax\n\t" // _M_top == NULL? 118 "L1_%=: testl %%eax, %%eax\n\t" // _M_top == NULL?
|
/ndk/sources/cxx-stl/stlport/src/ |
lock_free_slist.h | 93 "L1_%=: testl %%eax, %%eax\n\t" // _M_top == NULL? 118 "L1_%=: testl %%eax, %%eax\n\t" // _M_top == NULL?
|
/external/v8/src/x64/ |
lithium-codegen-x64.cc | 782 __ testl(dividend, dividend); 809 __ testl(right_reg, right_reg); 813 __ testl(left_reg, left_reg); 817 __ testl(right_reg, right_reg); 832 __ testl(scratch, right_reg); 860 __ testl(left_reg, left_reg); 865 __ testl(result_reg, result_reg); 897 __ testl(right_reg, right_reg); 904 __ testl(left_reg, left_reg); 906 __ testl(right_reg, right_reg) [all...] |
/art/runtime/arch/x86/ |
portable_entrypoints_x86.S | 106 testl %eax, %eax
|
quick_entrypoints_x86.S | 216 testl %eax, %eax // Branch forward if exception pending. 361 testl %eax, %eax // eax == 0 ? 369 testl %eax, %eax // eax == 0 ? 378 testl %ebx, %ebx // ebx == 0 ? [all...] |
/external/kernel-headers/original/asm-x86/ |
spinlock_32.h | 65 "testl $0x200, %[flags]\n\t"
|
/external/valgrind/main/VEX/orig_amd64/ |
test1.sorted | [all...] |
/external/chromium_org/v8/src/x64/ |
lithium-codegen-x64.cc | [all...] |
/external/valgrind/main/none/tests/amd64/ |
insn_basic.def | [all...] |
/art/compiler/utils/x86/ |
assembler_x86.cc | 803 void X86Assembler::testl(Register reg1, Register reg2) { function in class:art::x86::X86Assembler 810 void X86Assembler::testl(Register reg, const Immediate& immediate) { function in class:art::x86::X86Assembler 1311 testl(EAX, Immediate(reinterpret_cast<int32_t>(message))); [all...] |
assembler_x86.h | 347 void testl(Register reg1, Register reg2); 348 void testl(Register reg, const Immediate& imm);
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86-64/ |
xform4.S | 65 testl %ecx, %ecx /* verify non-zero count */ 147 testl %ecx, %ecx /* verify non-zero count */
|
/external/mesa3d/src/mesa/x86-64/ |
xform4.S | 65 testl %ecx, %ecx /* verify non-zero count */ 147 testl %ecx, %ecx /* verify non-zero count */
|
/external/llvm/test/MC/X86/ |
x86-32.s | 500 testl %ecx, -24(%ebp) label 501 // CHECK: testl -24(%ebp), %ecx 502 testl -24(%ebp), %ecx label 503 // CHECK: testl -24(%ebp), %ecx
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
vpaes-x86.S | 244 testl %edi,%edi 306 testl %edi,%edi 408 testl %edi,%edi
|