Home
last modified time | relevance | path

Searched defs:movq (Results 1 – 18 of 18) sorted by relevance

/external/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-x86_64.S64 movq %r11,0(%rsp) label
65 movq %r12,8(%rsp) label
66 movq %r13,16(%rsp) label
67 movq %r14,24(%rsp) label
68 movq %r15,32(%rsp) label
69 movq %rbx,40(%rsp) label
70 movq %rbp,48(%rsp) label
71 movq 0(%rdi),%rsi label
72 movq 8(%rdi),%rdx label
73 movq 16(%rdi),%rcx label
[all …]
/external/v8/test/cctest/
Dtest-assembler-x64.cc80 __ movq(rax, arg2); in TEST() local
105 __ movq(rbp, rsp); in TEST() local
134 __ movq(rax, arg2); in TEST() local
160 __ movq(rax, Immediate(1)); in TEST() local
163 __ movq(rax, Immediate(0)); in TEST() local
188 __ movq(rax, arg2); in TEST() local
190 __ movq(rax, rdx); in TEST() local
214 __ movq(rax, Operand(arg1, 0)); in TEST() local
215 __ movq(r11, Operand(arg2, 0)); in TEST() local
217 __ movq(Operand(arg1, 0), rax); in TEST() local
[all …]
Dtest-macro-assembler-x64.cc188 __ movq(r8, rcx); in TestSmiCompare() local
190 __ movq(r9, rdx); in TestSmiCompare() local
296 __ movq(rax, Immediate(1)); // Test number. in TEST() local
303 __ movq(rax, Immediate(2)); // Test number. in TEST() local
310 __ movq(rax, Immediate(3)); // Test number. in TEST() local
317 __ movq(rax, Immediate(4)); // Test number. in TEST() local
324 __ movq(rax, Immediate(5)); // Test number. in TEST() local
333 __ movq(rax, Immediate(6)); // Test number. in TEST() local
340 __ movq(rax, Immediate(7)); // Test number. in TEST() local
347 __ movq(rax, Immediate(8)); // Test number. in TEST() local
[all …]
Dtest-code-stubs-x64.cc111 __ movq(rax, destination_reg); in MakeConvertDToIFuncTrampoline() local
Dtest-disasm-x64.cc65 __ movq(rbx, Operand(rsp, rcx, times_2, 0)); // [rsp+rcx*4] in TEST() local
171 __ movq(rdx, Immediate(1234567)); in TEST() local
172 __ movq(rdx, Operand(rsp, 12)); in TEST() local
173 __ movq(Operand(rbx, rcx, times_4, 10000), Immediate(12345)); in TEST() local
174 __ movq(Operand(rbx, rcx, times_4, 10000), rdx); in TEST() local
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc592 __ movq(rbp, MemOperand(rbp, 0)); in AssemblePrepareTailCall() local
710 __ movq(i.OutputRegister(), rsp); in AssembleArchInstruction() local
713 __ movq(i.OutputRegister(), rbp); in AssembleArchInstruction() local
1216 __ movq(kScratchRegister, i.InputRegister(0)); in AssembleArchInstruction() local
1218 __ movq(kScratchRegister, i.InputOperand(0)); in AssembleArchInstruction() local
1225 __ movq(kScratchRegister, i.InputRegister(0)); in AssembleArchInstruction() local
1227 __ movq(kScratchRegister, i.InputOperand(0)); in AssembleArchInstruction() local
1454 __ movq(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1459 __ movq(operand, i.InputImmediate(index)); in AssembleArchInstruction() local
1461 __ movq(operand, i.InputRegister(index)); in AssembleArchInstruction() local
[all …]
/external/llvm/test/MC/X86/
Dx86-64.s590 movq $12, foo(%rip) label
603 movq _foo@GOTPCREL(%rip), %rax label
608 movq _foo@GOTPCREL(%rip), %r14 label
613 movq 0x00(%r13,%rax,8),%r13 label
1029 movq %rax, %mm5 // CHECK: movd %rax, %mm5 # encoding: [0x48,0x0f,0x6e,0xe8] label
1030 movq %mm5, %rbx // CHECK: movd %mm5, %rbx # encoding: [0x48,0x0f,0x7e,0xeb] label
1036 movq 18446744073709551615,%rbx // CHECK: movq -1, %rbx label
1387 movq %xmm0, %rax label
Dx86_64-signed-reloc.s10 movq $foo, %rax // CHECK-NEXT: R_X86_64_32S label
Dx86_errors.s30 movq (%rsi,%ecx),%xmm0 label
Dx86_64-encoding.s11 movq %gs:(%rdi), %rax label
/external/v8/src/x64/
Dcodegen-x64.cc200 __ movq(r15, bit_cast<int64_t, uint64_t>(kHoleNanInt64)); in GenerateSmiToDouble() local
256 __ movq(FieldOperand(r14, r9, times_8, FixedDoubleArray::kHeaderSize), r15); in GenerateSmiToDouble() local
306 __ movq(rsi, bit_cast<int64_t, uint64_t>(kHoleNanInt64)); in GenerateDoubleToObject() local
334 __ movq(r14, FieldOperand(r8, in GenerateDoubleToObject() local
346 __ movq(FieldOperand(rax, HeapNumber::kValueOffset), r14); in GenerateDoubleToObject() local
Ddeoptimizer-x64.cc194 __ movq(Operand(rsp, 4 * kRegisterSize), arg5); in Generate() local
196 __ movq(Operand(rsp, 5 * kRegisterSize), arg5); in Generate() local
Dassembler-x64.cc1473 void Assembler::movq(Register dst, int64_t value) { in movq() function in v8::internal::Assembler
1481 void Assembler::movq(Register dst, uint64_t value) { in movq() function in v8::internal::Assembler
2616 void Assembler::movq(XMMRegister dst, Register src) { in movq() function in v8::internal::Assembler
2627 void Assembler::movq(Register dst, XMMRegister src) { in movq() function in v8::internal::Assembler
2638 void Assembler::movq(XMMRegister dst, XMMRegister src) { in movq() function in v8::internal::Assembler
Dcode-stubs-x64.cc339 __ movq(scratch, V8_UINT64_C(0x3FE0000000000000)); in Generate() local
349 __ movq(scratch, V8_UINT64_C(0xFFF0000000000000)); in Generate() local
381 __ movq(scratch, V8_UINT64_C(0xFFF0000000000000)); in Generate() local
2228 __ movq(rax, Operand(rsp, 6 * kRegisterSize)); in Generate() local
2229 __ movq(rdx, Operand(rsp, 7 * kRegisterSize)); in Generate() local
3295 __ movq(rax, rdx); in GenerateBooleans() local
Dbuiltins-x64.cc2564 __ movq(StackOperandForReturnAddress(0), rax); in Generate_OnStackReplacement() local
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc679 __ movq(Operand(rbp, kInputString), rcx); in GetCode() local
680 __ movq(Operand(rbp, kStartIndex), rdx); // Passed as int32 in edx. in GetCode() local
681 __ movq(Operand(rbp, kInputStart), r8); in GetCode() local
682 __ movq(Operand(rbp, kInputEnd), r9); in GetCode() local
1090 __ movq(rdi, register_location(reg)); in ReadCurrentPositionFromRegister() local
1100 __ movq(dst, register_location(reg)); in ReadPositionFromRegister() local
1118 __ movq(rdi, Immediate(-by * char_size())); in SetCurrentPositionFromEnd() local
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc282 __ movq(src, kScratchRegister); in GenerateBodyInstructionPost() local
3398 __ movq(tmp2, FieldOperand(input_reg, HeapNumber::kValueOffset)); in DoDeferredMathAbsTaggedHeapNumber() local
3401 __ movq(FieldOperand(tmp, HeapNumber::kValueOffset), tmp2); in DoDeferredMathAbsTaggedHeapNumber() local
3539 __ movq(kScratchRegister, one_half); in DoMathRound() local
3553 __ movq(kScratchRegister, minus_one_half); in DoMathRound() local
3618 __ movq(kScratchRegister, V8_INT64_C(0xFFF0000000000000)); in DoMathPowHalf() local
/external/valgrind/VEX/test/
Dmmxtest.c188 #define movq(vars, vard) \ macro