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

1 2 3 45 6 7

  /art/compiler/optimizing/
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
  /art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S     [all...]
  /external/fec/
ssebfly29.s 28 testl %edx,%edx
  /external/swiftshader/third_party/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...]
  /bionic/libm/x86_64/
s_sin.S 380 testl $268435456, %r9d
547 testl $-2147483648, %r9d
s_tan.S 362 testl $536870912, %r9d
563 testl $-2147483648, %r9d
    [all...]
  /external/boringssl/linux-x86_64/crypto/fipsmodule/
x86_64-mont.S 16 testl $3,%r9d
22 testl $7,%r9d
  /external/boringssl/mac-x86_64/crypto/fipsmodule/
x86_64-mont.S 15 testl $3,%r9d
21 testl $7,%r9d
  /external/llvm/test/MC/X86/
x86-32-coverage.s 755 // CHECK: testl $2063514302, 3735928559(%ebx,%ecx,8)
757 testl $0x7afebabe,0xdeadbeef(%ebx,%ecx,8)
759 // CHECK: testl $2063514302, 69
761 testl $0x7afebabe,0x45
763 // CHECK: testl $2063514302, 32493
765 testl $0x7afebabe,0x7eed
767 // CHECK: testl $2063514302, 3133065982
769 testl $0x7afebabe,0xbabecafe
771 // CHECK: testl $2063514302, 305419896
773 testl $0x7afebabe,0x1234567
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc 611 TEST_F(AssemblerX86_64Test, Testl) {
614 DriverStr(Repeatrr(&x86_64::X86_64Assembler::testl, "testl %{reg1}, %{reg2}"), "testl");
    [all...]
  /external/syslinux/gpxe/src/arch/i386/prefix/
libprefix.S 684 testl %esi, %esi
pxeprefix.S 211 testl %eax, %eax
  /system/core/libcutils/arch-x86/
android_memset32.S 232 testl $0xf, %edx
  /system/core/libcutils/arch-x86_64/
android_memset32.S 157 testl $0xf, %edi
  /external/boringssl/linux-x86/crypto/chacha/
chacha-x86.S 20 testl $16777216,(%ebp)
22 testl $512,4(%ebp)
  /external/boringssl/mac-x86/crypto/chacha/
chacha-x86.S 19 testl $16777216,(%ebp)
21 testl $512,4(%ebp)
  /external/v8/src/regexp/x64/
regexp-macro-assembler-x64.cc 466 __ testl(current_character(), Immediate(mask));
480 __ testl(current_character(), Immediate(mask));
    [all...]
  /bionic/libc/arch-x86/atom/string/
ssse3-memcpy-atom.S     [all...]
  /external/boringssl/linux-x86/crypto/fipsmodule/
aesni-x86.S 387 testl %ebx,%ebx
1451 testl $15,%eax
    [all...]
aes-586.S     [all...]
  /external/boringssl/mac-x86/crypto/fipsmodule/
aesni-x86.S 366 testl %ebx,%ebx
1420 testl $15,%eax
    [all...]
aes-586.S     [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 1810 void X86Assembler::testl(Register reg1, Register reg2) { function in class:art::x86::X86Assembler
1817 void X86Assembler::testl(Register reg, const Address& address) { function in class:art::x86::X86Assembler
1824 void X86Assembler::testl(Register reg, const Immediate& immediate) { function in class:art::x86::X86Assembler
1858 void X86Assembler::testl(const Address& dst, const Immediate& imm) { function in class:art::x86::X86Assembler
    [all...]

Completed in 908 milliseconds

1 2 3 45 6 7