/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-hle.d | 176 [ ]*[a-f0-9]+: f2 f0 48 81 31 80 96 98 00 xacquire lock xorq \$0x989680,\(%rcx\) 177 [ ]*[a-f0-9]+: f2 f0 48 81 31 80 96 98 00 xacquire lock xorq \$0x989680,\(%rcx\) 178 [ ]*[a-f0-9]+: f3 f0 48 81 31 80 96 98 00 xrelease lock xorq \$0x989680,\(%rcx\) 179 [ ]*[a-f0-9]+: f3 f0 48 81 31 80 96 98 00 xrelease lock xorq \$0x989680,\(%rcx\) 180 [ ]*[a-f0-9]+: f0 f2 48 81 31 80 96 98 00 lock xacquire xorq \$0x989680,\(%rcx\) 181 [ ]*[a-f0-9]+: f0 f3 48 81 31 80 96 98 00 lock xrelease xorq \$0x989680,\(%rcx\) 359 [ ]*[a-f0-9]+: f2 f0 48 83 31 64 xacquire lock xorq \$0x64,\(%rcx\) 360 [ ]*[a-f0-9]+: f2 f0 48 83 31 64 xacquire lock xorq \$0x64,\(%rcx\) 361 [ ]*[a-f0-9]+: f3 f0 48 83 31 64 xrelease lock xorq \$0x64,\(%rcx\) 362 [ ]*[a-f0-9]+: f3 f0 48 83 31 64 xrelease lock xorq \$0x64,\(%rcx\ [all...] |
/art/compiler/utils/x86_64/ |
assembler_x86_64.h | 546 void xorq(CpuRegister dst, const Immediate& imm); 547 void xorq(CpuRegister dst, CpuRegister src); 548 void xorq(CpuRegister reg, const Address& address); [all...] |
assembler_x86_64.cc | 1499 void X86_64Assembler::xorq(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler 1507 void X86_64Assembler::xorq(CpuRegister dst, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler 1514 void X86_64Assembler::xorq(CpuRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler [all...] |
/external/valgrind/none/tests/amd64/ |
amd64locked.c | 321 GEN_do_locked_G_E(xorq,rax) 439 GEN_do_locked_imm_E(xorq,rax,0x7D) 440 GEN_do_locked_imm_E(xorq,rax,0x31415927)
|
insn_basic.def | [all...] |
/art/runtime/interpreter/mterp/x86_64/ |
header.S | 267 xorq \_reg, \_reg
|
/external/llvm/test/CodeGen/X86/ |
atomic_mi.ll | 633 ; X64: xorq 635 ; We do not check X86-32 as it cannot do 'xorq'. 646 ; X64: xorq 648 ; We do not check X86-32 as it cannot do 'xorq'.
|
/external/valgrind/coregrind/m_syswrap/ |
syscall-amd64-darwin.S | 172 xorq %rdx, %rdx // NULL
|
syscall-amd64-linux.S | 185 xorq %rdx, %rdx // NULL
|
syscall-amd64-solaris.S | 95 xorq %rax, %rax /* SUCCESS */
|
/external/valgrind/helgrind/tests/ |
annotate_hbefore.c | 100 "xorq %%rcx,%%rcx" "\n\t"
|
/external/boringssl/linux-x86_64/crypto/aes/ |
vpaes-x86_64.S | 124 xorq $48,%r11 246 xorq $48,%r8
|
aesni-x86_64.S | [all...] |
/external/boringssl/mac-x86_64/crypto/aes/ |
vpaes-x86_64.S | 124 xorq $48,%r11 246 xorq $48,%r8
|
aesni-x86_64.S | [all...] |
/external/llvm/test/MC/X86/ |
x86-64.s | 69 // CHECK: xorq $1, %rax 70 xorq $1, %rax 73 // CHECK: xorq $256, %rax 74 xorq $256, %rax 461 // CHECK: xorq %rsi, %rsi
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
metag.h | [all...] |
/prebuilts/go/darwin-x86/src/math/big/ |
arith_amd64.s | 34 // CAUTION: Note that MOVQ $0, Rx is translated to XORQ Rx, Rx which clears the carry bit!
|
/prebuilts/go/linux-x86/src/math/big/ |
arith_amd64.s | 34 // CAUTION: Note that MOVQ $0, Rx is translated to XORQ Rx, Rx which clears the carry bit!
|
/external/v8/src/compiler/x64/ |
code-generator-x64.cc | [all...] |
/external/boringssl/linux-x86_64/crypto/bn/ |
rsaz-x86_64.S | 333 xorq %r14,%r14
|
/external/boringssl/mac-x86_64/crypto/bn/ |
rsaz-x86_64.S | 332 xorq %r14,%r14
|
/art/runtime/interpreter/mterp/out/ |
mterp_x86_64.S | 274 xorq \_reg, \_reg 594 xorq %rax, %rax [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux.cc | 846 "xorq %%rbp,%%rbp\n" [all...] |
/external/boringssl/src/crypto/bn/asm/ |
rsaz-x86_64.pl | 450 xorq %r14, %r14 1541 xorq %rsi, %rsi # cf=0,of=0 [all...] |