Searched defs:movq (Results 1 - 6 of 6) sorted by relevance

/external/llvm/test/MC/X86/
H A Dx86_64-signed-reloc.s10 movq $foo, %rax // CHECK-NEXT: R_X86_64_32S label
H A Dx86_64-encoding.s9 // CHECK: movq %gs:(%rdi), %rax
11 movq %gs:(%rdi), %rax label
183 // CHECK: movq 57005(,%riz), %rbx
185 movq 57005(,%riz), %rbx
187 // CHECK: movq 48879(,%riz), %rax
189 movq 48879(,%riz), %rax
191 // CHECK: movq -4(,%riz,8), %rax
193 movq -4(,%riz,8), %rax
195 // CHECK: movq (%rcx,%riz), %rax
197 movq (
[all...]
H A Dx86_errors.s30 movq (%rsi,%ecx),%xmm0 label
H A Dx86-64.s420 // CHECK: movq %rdx, %cr0
423 // CHECK: movq %rdx, %cr4
426 // CHECK: movq %rdx, %cr8
429 // CHECK: movq %rdx, %cr15
590 movq $12, foo(%rip) label
591 // CHECK: movq $12, foo(%rip)
600 // CHECK: movq _foo@GOTPCREL(%rip), %rax
603 movq _foo@GOTPCREL(%rip), %rax label
605 // CHECK: movq _foo@GOTPCREL(%rip), %r14
608 movq _fo 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
[all...]
/external/valgrind/VEX/test/
H A Dmmxtest.c90 __asm__ __volatile__ ("movq %%" #reg ", %0" \
97 __asm__ __volatile__ ("movq %%" #reg ", %0" \
106 __asm__ __volatile__ ("movq %%" #reg ", %0" \
122 __asm__ __volatile__ ("movq %%" #regs ", %0" \
126 __asm__ __volatile__ ("movq %%" #regd ", %0" \
131 __asm__ __volatile__ ("movq %%" #regd ", %0" \
144 __asm__ __volatile__ ("movq %0, %%mm0\n\t" \
146 "movq %%mm0, %0" \
172 __asm__ __volatile__ ("movq %0, %%mm0\n\t" \
174 "movq
188 #define movq macro
[all...]
/external/v8/src/x64/
H A Dassembler-x64.cc753 movq(dst, src);
771 movq(dst, src);
1300 void Assembler::movq(Register dst, int64_t value) { function in class:v8::internal::Assembler
1308 void Assembler::movq(Register dst, uint64_t value) { function in class:v8::internal::Assembler
1309 movq(dst, static_cast<int64_t>(value));
2382 void Assembler::movq(XMMRegister dst, Register src) { function in class:v8::internal::Assembler
2392 void Assembler::movq(Register dst, XMMRegister src) { function in class:v8::internal::Assembler
2402 void Assembler::movq(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler

Completed in 474 milliseconds