/external/llvm/lib/Target/X86/ |
README.txt | 101 testl %r14d, %r14d 318 testl %ecx, %ecx 488 testl %esi, %esi 1130 lets us change the cmpl into a testl, which is shorter, and eliminate the shift. [all...] |
X86ISelDAGToDAG.cpp | [all...] |
/external/v8/src/x64/ |
assembler-x64.cc | 2070 void Assembler::testl(Register dst, Register src) { function in class:v8::internal::Assembler 2084 void Assembler::testl(Register reg, Immediate mask) { function in class:v8::internal::Assembler 2103 void Assembler::testl(const Operand& op, Immediate mask) { function in class:v8::internal::Assembler [all...] |
macro-assembler-x64.cc | 388 testl(result, result); 390 testl(op, op); [all...] |
macro-assembler-x64.h | [all...] |
assembler-x64.h | [all...] |
/external/zlib/contrib/inflate86/ |
inffast.S | 339 testl $3, in_r 399 testl $0x800000, %edx /* test if MMX feature is set (bit 23) */ [all...] |
/external/quake/quake/src/QW/client/ |
d_parta.s | 217 testl %ebx,%ebx
|
d_draw16.s | 580 testl %ecx,%ecx 964 testl %ebx,%ebx // any more spans?
|
/external/quake/quake/src/WinQuake/ |
d_parta.s | 217 testl %ebx,%ebx
|
d_draw16.s | 580 testl %ecx,%ecx 964 testl %ebx,%ebx // any more spans?
|
/external/zlib/contrib/amd64/ |
amd64-match.S | 376 LeaveLoopCmps: testl $0xFFFFFFFF, %eax /* Check the first 4 bytes */
|
/external/zlib/contrib/asm586/ |
match.S | 288 LeaveLoopCmps: testl $0x0000FFFF, %eax
|
/system/core/libcutils/arch-x86/ |
sse2-memset32-atom.S | 235 testl $0xf, %edx
|
sse2-memset16-atom.S | 319 testl $0xf, %edx
|
/external/llvm/test/MC/X86/ |
x86-32-coverage.s | 105 // CHECK: testl $2063514302, 3735928559(%ebx,%ecx,8) 106 testl $0x7afebabe,0xdeadbeef(%ebx,%ecx,8) 108 // CHECK: testl $324478056, 3735928559(%ebx,%ecx,8) 109 testl $0x13572468,0xdeadbeef(%ebx,%ecx,8) [all...] |
/external/icu4c/test/cintltst/ |
cloctst.c | 611 static const char *testL[] = { "en_US", 621 for(i=0;i<LENGTHOF(testL);i++) { 623 uloc_getDisplayName(aLocale, testL[i], buffer, LENGTHOF(buffer), &errorCode); 625 log_err("FAIL in uloc_getDisplayName(%s,%s,..) -> %s\n", aLocale, testL[i], u_errorName(errorCode)); 629 log_data_err("FAIL in uloc_getDisplayName(%s,%s,..) expected '%s' got '%s' (Are you missing data?)\n", aLocale, testL[i], expect[i], austrdup(buffer)); 631 log_verbose("pass in uloc_getDisplayName(%s,%s,..) got '%s'\n", aLocale, testL[i], expect[i]); [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
assyntax.h | 631 #define TEST_L(a, b) CHOICE(testl ARG2(a,b), testl ARG2(a,b), _LTOG test ARG2(b,a)) [all...] |
/dalvik/vm/mterp/x86/ |
footer.S | 381 testl $$ACC_NATIVE, offMethod_accessFlags(%eax) # check for native call
|
/external/llvm/test/MC/Disassembler/X86/ |
simple-tests.txt | 366 # CHECK: testl $0, %eax
|
x86-32.txt | 370 # CHECK: testl $0, %eax
|
/external/quake/quake/src/QW/gas2masm/ |
gas2masm.c | 750 {"testl", " test", 3, emittwooperandsl},
|
/external/quake/quake/src/WinQuake/gas2masm/ |
gas2masm.c | 750 {"testl", " test", 3, emittwooperandsl},
|
/external/qemu/distrib/libpng-1.2.19/ |
pnggccrd.c | [all...] |
/external/grub/stage2/ |
asm.S | 250 testl %eax, %eax [all...] |