/art/compiler/utils/x86_64/ |
assembler_x86_64.h | 687 void xorq(CpuRegister dst, const Immediate& imm); 688 void xorq(CpuRegister dst, CpuRegister src); 689 void xorq(CpuRegister reg, const Address& address); [all...] |
assembler_x86_64_test.cc | [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 | 273 xorq \_reg, \_reg
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/X64/ |
MpFuncs.S | 152 xorq %rcx, %rcx
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/ |
SmiEntry.S | 247 xorq %r8, %r8
|
/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'.
|
avx512bw-mask-op.ll | 122 ; CHECK-NEXT: xorq %rsi, %rdi
|
/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/fipsmodule/ |
vpaes-x86_64.S | 124 xorq $0x30,%r11 246 xorq $0x30,%r8
|
rsaz-avx2.S | 750 xorq %r9,%r9 752 xorq %r10,%r10 753 xorq %r11,%r11 754 xorq %r12,%r12 1220 xorq %rax,%rax [all...] |
/external/boringssl/mac-x86_64/crypto/fipsmodule/ |
vpaes-x86_64.S | 124 xorq $0x30,%r11 246 xorq $0x30,%r8
|
rsaz-avx2.S | 750 xorq %r9,%r9 752 xorq %r10,%r10 753 xorq %r11,%r11 754 xorq %r12,%r12 1220 xorq %rax,%rax [all...] |
/toolchain/binutils/binutils-2.27/include/opcode/ |
metag.h | [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ |
AMD64Ops.go | 235 {name: "XORQ", argLength: 2, reg: gp21, asm: "XORQ", commutative: true, resultInArg0: true, clobberFlags: true}, // arg0 ^ arg1 237 {name: "XORQconst", argLength: 1, reg: gp11, asm: "XORQ", aux: "Int32", resultInArg0: true, clobberFlags: true}, // arg0 ^ auxint 311 {name: "XORQmem", argLength: 3, reg: gp21load, asm: "XORQ", aux: "SymOff", resultInArg0: true, clobberFlags: true, faultOnNilArg1: true, symEffect: "Read"}, // arg0 ^ tmp, tmp loaded from arg1+auxint+aux, arg2 = mem [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
memmove_amd64.s | 457 XORQ R11, DI
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/ |
AMD64Ops.go | 235 {name: "XORQ", argLength: 2, reg: gp21, asm: "XORQ", commutative: true, resultInArg0: true, clobberFlags: true}, // arg0 ^ arg1 237 {name: "XORQconst", argLength: 1, reg: gp11, asm: "XORQ", aux: "Int32", resultInArg0: true, clobberFlags: true}, // arg0 ^ auxint 311 {name: "XORQmem", argLength: 3, reg: gp21load, asm: "XORQ", aux: "SymOff", resultInArg0: true, clobberFlags: true, faultOnNilArg1: true, symEffect: "Read"}, // arg0 ^ tmp, tmp loaded from arg1+auxint+aux, arg2 = mem [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
memmove_amd64.s | 457 XORQ R11, DI
|
/prebuilts/go/darwin-x86/src/crypto/aes/ |
gcm_amd64.s | 77 XORQ AX, AX 366 XORQ autLen, autLen
|
/prebuilts/go/linux-x86/src/crypto/aes/ |
gcm_amd64.s | 77 XORQ AX, AX 366 XORQ autLen, autLen
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/ |
amd64enc.s | [all...] |