/external/chromium_org/v8/src/x64/ |
assembler-x64.h | [all...] |
macro-assembler-x64.cc | 975 xorl(dst, dst); [all...] |
code-stubs-x64.cc | 564 __ xorl(result_reg, result_reg); 664 __ xorl(rdx, rbx); 671 __ xorl(rcx, rdx); 672 __ xorl(rax, rdi); 673 __ xorl(rcx, rax); [all...] |
lithium-codegen-x64.cc | [all...] |
/external/openssl/crypto/bn/asm/ |
bn-586.S | 13 xorl %esi,%esi 200 xorl %esi,%esi 489 xorl %eax,%eax 671 xorl %eax,%eax 853 xorl %eax,%eax
|
/external/llvm/test/MC/X86/ |
x86-32-coverage.s | 150 // CHECK: xorl $2063514302, 3735928559(%ebx,%ecx,8) 151 xorl $0x7afebabe,0xdeadbeef(%ebx,%ecx,8) 153 // CHECK: xorl $324478056, 3735928559(%ebx,%ecx,8) 154 xorl $0x13572468,0xdeadbeef(%ebx,%ecx,8) [all...] |
/external/v8/src/x64/ |
code-stubs-x64.cc | 614 __ xorl(result, result); 648 __ xorl(double_value, result); 657 __ xorl(result, double_value); [all...] |
macro-assembler-x64.cc | 862 xorl(dst, dst); 887 xorl(kScratchRegister, kScratchRegister); 914 xorl(dst, dst); 925 xorl(dst, dst); 929 xorl(dst, dst); [all...] |
lithium-codegen-x64.cc | 946 __ xorl(left, left); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/ |
rc4-x86_64.S | 528 xorl %eax,%eax 586 xorl %eax,%eax
|
/external/openssl/crypto/rc4/asm/ |
rc4-x86_64.S | 528 xorl %eax,%eax 586 xorl %eax,%eax
|
/external/valgrind/main/coregrind/ |
m_trampoline.S | 109 xorl %eax, %eax 210 xorl %eax, %eax
|
/bionic/libc/arch-x86/string/ |
sse2-wcscmp-atom.S | 1041 xorl %eax, %eax 1058 xorl %eax, %eax
|
ssse3-strcmp-atom.S | [all...] |
/dalvik/vm/mterp/out/ |
InterpAsm-x86.S | 667 xorl %eax,%eax [all...] |
/external/valgrind/main/none/tests/x86/ |
insn_basic.def | [all...] |
/art/compiler/utils/x86/ |
assembler_x86.cc | 861 void X86Assembler::xorl(Register dst, Register src) { function in class:art::x86::X86Assembler [all...] |
assembler_x86.h | 356 void xorl(Register dst, Register src);
|
/art/runtime/arch/x86/ |
quick_entrypoints_x86.S | 506 xorl %edx, %edx [all...] |
/dalvik/vm/mterp/x86/ |
footer.S | 265 xorl rPC, %ecx 849 xorl %eax,%eax [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
aesni-x86_64.S | 894 xorl %eax,%eax 1548 xorl %eax,%eax [all...] |
/external/chromium_org/v8/test/cctest/ |
test-assembler-x64.cc | 309 __ xorl(Operand(arg1, 0), rax);
|
/external/openssl/crypto/aes/asm/ |
aesni-x86_64.S | 894 xorl %eax,%eax 1548 xorl %eax,%eax [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
ghash-x86_64.S | 107 xorl %edx,%edx
|
/external/openssl/crypto/modes/asm/ |
ghash-x86_64.S | 107 xorl %edx,%edx
|