HomeSort by relevance Sort by last modified time
    Searched full:testl (Results 101 - 125 of 167) sorted by null

1 2 3 45 6 7

  /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
aesni-x86.S 316 testl %ebx,%ebx
1330 testl $15,%eax
    [all...]
  /external/openssl/crypto/aes/asm/
vpaes-x86.S 244 testl %edi,%edi
306 testl %edi,%edi
408 testl %edi,%edi
aesni-x86.S 316 testl %ebx,%ebx
1330 testl $15,%eax
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 482 testl(result, result);
484 testl(op, op);
    [all...]
code-stubs-x64.cc     [all...]
assembler-x64.cc 2052 void Assembler::testl(Register dst, Register src) { function in class:v8::internal::Assembler
2066 void Assembler::testl(Register reg, Immediate mask) { function in class:v8::internal::Assembler
2085 void Assembler::testl(const Operand& op, Immediate mask) { function in class:v8::internal::Assembler
    [all...]
assembler-x64.h     [all...]
  /external/valgrind/main/VEX/orig_amd64/
test2.sorted     [all...]
test1.orig     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86-gf2m.S 250 testl $8388608,%eax
  /external/openssl/crypto/bn/asm/
x86-gf2m.S 250 testl $8388608,%eax
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
dwarf32_testhd.asm 63 testl %eax, %eax
100 testl %eax, %eax
  /external/chromium_org/v8/test/cctest/
test-assembler-x64.cc 279 // Set rax with the ZF flag of the testl instruction.
283 __ testl(Operand(arg1, 0), rbx);
  /external/llvm/test/MC/X86/
intel-syntax.s 465 // CHECK: testl (%ecx), %eax
466 // CHECK: testl (%ecx), %eax
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/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...]
  /external/zlib/src/contrib/inflate86/
inffast.S 339 testl $3, in_r
399 testl $0x800000, %edx /* test if MMX feature is set (bit 23) */
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.h     [all...]
assembler-x64.cc 1979 void Assembler::testl(Register dst, Register src) { function in class:v8::internal::Assembler
1993 void Assembler::testl(Register reg, Immediate mask) { function in class:v8::internal::Assembler
2012 void Assembler::testl(const Operand& op, Immediate mask) { function in class:v8::internal::Assembler
2026 void Assembler::testl(const Operand& op, Register reg) { function in class:v8::internal::Assembler
    [all...]
code-stubs-x64.cc 855 __ testl(rax, Immediate(5)); // #IO and #ZD flags of FPU status word.
868 __ testl(rax, Immediate(0x400)); // Check C2 bit of FPU status word.
    [all...]
  /external/zlib/src/contrib/amd64/
amd64-match.S 376 LeaveLoopCmps: testl $0xFFFFFFFF, %eax /* Check the first 4 bytes */
  /external/zlib/src/contrib/asm686/
match.S 278 LeaveLoopCmps: testl $0x0000FFFF, %eax
  /system/core/libcutils/arch-x86/
sse2-memset32-atom.S 235 testl $0xf, %edx
  /bionic/libc/arch-x86/string/
ssse3-memcpy-atom.S     [all...]

Completed in 494 milliseconds

1 2 3 45 6 7