/external/boringssl/src/crypto/curve25519/asm/ |
D | x25519-asm-x86_64.S | 65 movq %r12,-8(%rsp) label 67 movq 0(%rdi),%rsi label 68 movq 8(%rdi),%rdx label 69 movq 16(%rdi),%rcx label 70 movq 24(%rdi),%r8 label 71 movq 32(%rdi),%r9 label 72 movq x25519_x86_64_REDMASK51(%rip),%rax label 119 movq %rsi,0(%rdi) label 120 movq %rdx,8(%rdi) label 121 movq %rcx,16(%rdi) label [all …]
|
/external/llvm/test/MC/X86/ |
D | x86_64-signed-reloc.s | 10 movq $foo, %rax // CHECK-NEXT: R_X86_64_32S label
|
D | x86-64.s | 611 movq $12, foo(%rip) label 636 movq $12, foo(%eip) label 649 movq _foo@GOTPCREL(%rip), %rax label 654 movq _foo@GOTPCREL(%rip), %r14 label 659 movq _foo@GOTPCREL(%eip), %rax label 664 movq _foo@GOTPCREL(%eip), %r14 label 668 movq 0x00(%r13,%rax,8),%r13 label 1116 movq %rax, %mm5 // CHECK: movd %rax, %mm5 # encoding: [0x48,0x0f,0x6e,0xe8] label 1117 movq %mm5, %rbx // CHECK: movd %mm5, %rbx # encoding: [0x48,0x0f,0x7e,0xeb] label 1123 movq 18446744073709551615,%rbx // CHECK: movq -1, %rbx label [all …]
|
D | x86_errors.s | 34 movq (%rsi,%ecx),%xmm0 label
|
D | x86_64-encoding.s | 11 movq %gs:(%rdi), %rax label
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 709 __ movq(rsp, rbp); in AssembleDeconstructFrame() local 715 __ movq(rbp, MemOperand(rbp, 0)); in AssemblePrepareTailCall() local 941 __ movq(i.OutputRegister(), rsp); in AssembleArchInstruction() local 944 __ movq(i.OutputRegister(), rbp); in AssembleArchInstruction() local 948 __ movq(i.OutputRegister(), Operand(rbp, 0)); in AssembleArchInstruction() local 950 __ movq(i.OutputRegister(), rbp); in AssembleArchInstruction() local 1680 __ movq(kScratchRegister, i.InputRegister(0)); in AssembleArchInstruction() local 1682 __ movq(kScratchRegister, i.InputOperand(0)); in AssembleArchInstruction() local 1689 __ movq(kScratchRegister, i.InputRegister(0)); in AssembleArchInstruction() local 1691 __ movq(kScratchRegister, i.InputOperand(0)); in AssembleArchInstruction() local [all …]
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86_64-encoding.s | 11 movq %gs:(%rdi), %rax label
|
D | x86-64.s | 573 movq $12, foo(%rip) label 586 movq _foo@GOTPCREL(%rip), %rax label 591 movq _foo@GOTPCREL(%rip), %r14 label 596 movq 0x00(%r13,%rax,8),%r13 label 963 movq %rax, %mm5 // CHECK: movd %rax, %mm5 # encoding: [0x48,0x0f,0x6e,0xe8] label 964 movq %mm5, %rbx // CHECK: movd %mm5, %rbx # encoding: [0x48,0x0f,0x7e,0xeb] label 970 movq 18446744073709551615,%rbx // CHECK: movq -1, %rbx label
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 688 __ movq(Operand(rbp, kInputString), rcx); in GetCode() local 689 __ movq(Operand(rbp, kStartIndex), rdx); // Passed as int32 in edx. in GetCode() local 690 __ movq(Operand(rbp, kInputStart), r8); in GetCode() local 691 __ movq(Operand(rbp, kInputEnd), r9); in GetCode() local 1102 __ movq(rdi, register_location(reg)); in ReadCurrentPositionFromRegister() local 1112 __ movq(dst, register_location(reg)); in ReadPositionFromRegister() local 1130 __ movq(rdi, Immediate(-by * char_size())); in SetCurrentPositionFromEnd() local
|
/external/v8/src/x64/ |
D | deoptimizer-x64.cc | 172 __ movq(Operand(rsp, 4 * kRegisterSize), arg5); in Generate() local 174 __ movq(Operand(rsp, 5 * kRegisterSize), arg5); in Generate() local
|
D | code-stubs-x64.cc | 33 __ movq(MemOperand(rsp, rax, times_8, 0), rdi); in Generate() local 1369 __ movq(kReturnRegister0, StackSpaceOperand(kArgExtraStackSpace + 0)); in Generate() local 1370 __ movq(kReturnRegister1, StackSpaceOperand(kArgExtraStackSpace + 1)); in Generate() local 1372 __ movq(kReturnRegister2, StackSpaceOperand(kArgExtraStackSpace + 2)); in Generate() local 1879 __ movq(rax, rdx); in GenerateBooleans() local
|
D | assembler-x64.cc | 1529 void Assembler::movq(Register dst, int64_t value, RelocInfo::Mode rmode) { in movq() function in v8::internal::Assembler 1539 void Assembler::movq(Register dst, uint64_t value, RelocInfo::Mode rmode) { in movq() function in v8::internal::Assembler 2734 void Assembler::movq(XMMRegister dst, Register src) { in movq() function in v8::internal::Assembler 2745 void Assembler::movq(Register dst, XMMRegister src) { in movq() function in v8::internal::Assembler 2756 void Assembler::movq(XMMRegister dst, XMMRegister src) { in movq() function in v8::internal::Assembler
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 283 __ movq(src, kScratchRegister); in GenerateBodyInstructionPost() local 3206 __ movq(tmp2, FieldOperand(input_reg, HeapNumber::kValueOffset)); in DoDeferredMathAbsTaggedHeapNumber() local 3209 __ movq(FieldOperand(tmp, HeapNumber::kValueOffset), tmp2); in DoDeferredMathAbsTaggedHeapNumber() local 3368 __ movq(kScratchRegister, one_half); in DoMathRoundI() local 3382 __ movq(kScratchRegister, minus_one_half); in DoMathRoundI() local 3447 __ movq(kScratchRegister, V8_INT64_C(0xFFF0000000000000)); in DoMathPowHalf() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86BaseImpl.h | 536 void AssemblerX86Base<TraitsType>::movq(XmmRegister dst, XmmRegister src) { in movq() function 546 void AssemblerX86Base<TraitsType>::movq(const Address &dst, XmmRegister src) { in movq() function 557 void AssemblerX86Base<TraitsType>::movq(XmmRegister dst, const Address &src) { in movq() function
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 3287 __ movq(StackOperandForReturnAddress(0), rax); in Generate_OnStackReplacementHelper() local
|