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

/external/swiftshader/third_party/LLVM/test/MC/X86/
H A Dx86_64-encoding.s9 // CHECK: movq %gs:(%rdi), %rax
11 movq %gs:(%rdi), %rax label
123 // CHECK: movq 57005(,%riz), %rbx
125 movq 57005(,%riz), %rbx
127 // CHECK: movq 48879(,%riz), %rax
129 movq 48879(,%riz), %rax
131 // CHECK: movq -4(,%riz,8), %rax
133 movq -4(,%riz,8), %rax
135 // CHECK: movq (%rcx,%riz), %rax
137 movq (
[all...]
H A Dx86-64.s404 // CHECK: movq %rdx, %cr0
407 // CHECK: movq %rdx, %cr4
410 // CHECK: movq %rdx, %cr8
413 // CHECK: movq %rdx, %cr15
573 movq $12, foo(%rip) label
574 // CHECK: movq $12, foo(%rip)
583 // CHECK: movq _foo@GOTPCREL(%rip), %rax
586 movq _foo@GOTPCREL(%rip), %rax label
588 // CHECK: movq _foo@GOTPCREL(%rip), %r14
591 movq _fo 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
[all...]
/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.s34 movq (%rsi,%ecx),%xmm0 label
H A Dx86-64.s441 // CHECK: movq %rdx, %cr0
444 // CHECK: movq %rdx, %cr4
447 // CHECK: movq %rdx, %cr8
450 // CHECK: movq %rdx, %cr15
611 movq $12, foo(%rip) label
612 // CHECK: movq $12, foo(%rip)
636 movq $12, foo(%eip) label
637 // CHECK: movq $12, foo(%eip)
646 // CHECK: movq _foo@GOTPCREL(%rip), %rax
649 movq _fo 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
1474 movq %xmm0, %rax label
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX86BaseImpl.h536 void AssemblerX86Base<TraitsType>::movq(XmmRegister dst, XmmRegister src) { function in class:Ice::X86NAMESPACE::AssemblerX86Base
546 void AssemblerX86Base<TraitsType>::movq(const Address &dst, XmmRegister src) { function in class:Ice::X86NAMESPACE::AssemblerX86Base
557 void AssemblerX86Base<TraitsType>::movq(XmmRegister dst, const Address &src) { function in class:Ice::X86NAMESPACE::AssemblerX86Base
/external/v8/src/x64/
H A Dassembler-x64.cc925 movq(dst, src);
943 movq(dst, src);
1529 void Assembler::movq(Register dst, int64_t value, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1539 void Assembler::movq(Register dst, uint64_t value, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1540 movq(dst, static_cast<int64_t>(value), rmode);
2734 void Assembler::movq(XMMRegister dst, Register src) { function in class:v8::internal::Assembler
2745 void Assembler::movq(Register dst, XMMRegister src) { function in class:v8::internal::Assembler
2756 void Assembler::movq(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler

Completed in 296 milliseconds