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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
H A Dgas-movdq32.asm11 movq %xmm0, 0 label
12 movq 0, %xmm0 label
13 movq %xmm1, %xmm0 label
14 movq %xmm0, %xmm1 label
16 movq %mm0, 0 label
17 movq 0, %mm0 label
18 movq %mm1, %mm0 label
19 movq %mm0, %mm1 label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
H A Dgas-movdq64.asm15 movq %xmm(0), 0 label
16 movq 0, %xmm(0) label
17 movq %xmm(1), %xmm(0) label
18 movq %xmm(0), %xmm(1) label
20 movq %mm(0), 0 label
21 movq 0, %mm(0) label
22 movq %mm(1), %mm(0) label
23 movq %mm(0), %mm(1) label
25 movq %xmm(0), %rax label
26 movq label
28 movq %mm(0), %rax label
29 movq %rax, %mm(0) label
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dmovdq32.asm12 movq [0], xmm0 label
13 movq xmm0, [0] label
14 movq xmm0, xmm1 label
15 movq xmm1, xmm0 label
17 movq [0], mm0 label
18 movq mm0, [0] label
19 movq mm0, mm1 label
20 movq mm1, mm0 label
H A Dmovdq64.asm16 movq [0], xmm0 label
17 movq xmm0, [0] label
18 movq xmm0, xmm1 label
19 movq xmm1, xmm0 label
21 movq [0], mm0 label
22 movq mm0, [0] label
23 movq mm0, mm1 label
24 movq mm1, mm0 label
26 movq rax, xmm0 label
27 movq xmm label
29 movq rax, mm0 label
30 movq mm0, rax label
[all...]
H A Dssewidth.asm254 movq xmm1, xmm2 label
255 movq xmm1, qword [rbx] label
256 movq qword [rbx], xmm2 label
H A Davx.asm788 movq xmm1, rax label
789 movq xmm1, [rax] label
790 movq xmm1, qword [rax] label
794 movq rax, xmm2 label
795 movq [rax], xmm2 label
796 movq qword [rax], xmm2 label
801 movq xmm1, xmm2 label
802 movq xmm1, [rax] label
803 movq xmm1, qword [rax] label
807 movq [ra label
808 movq qword [rax], xmm1 label
[all...]
/external/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_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
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
H A Dgas-macho64-pic.asm9 movq _foo@GOTPCREL(%rip), %rax label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
H A Delf_gas64_reloc.asm22 movq $0, %rax label
23 movq _VAR, %rax label
24 movq %rax, _VAR(%rip) label
25 movq _VAR+8(%rip), %rcx label
28 movq _VAR2, %rax label
29 movq %rax, _VAR2(%rip) label
30 movq _VAR2+8(%rip), %rcx label
33 movq _VAR3, %rax label
34 movq %rax, _VAR3(%rip) label
35 movq _VAR label
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_mixer_MMX_VC.c59 movq mm1, mm0 //%%mm0,%%mm1
71 movq mm1, [esi] //(%%esi),%%mm1\n" // mm1 = a|b|c|d
72 movq mm2, mm1 //%%mm1,%%mm2\n" // mm2 = a|b|c|d
73 movq mm4, [esi + 8] //8(%%esi),%%mm4\n" // mm4 = e|f|g|h
75 movq mm7, [edi] //(%%edi),%%mm7\n" // mm7 = dst[0]"
79 movq mm5, mm4 //%%mm4,%%mm5\n" // mm5 = e|f|g|h
82 movq mm3, mm1 //%%mm1,%%mm3\n" // mm3 = l(a*v)|l(b*v)|l(c*v)|l(d*v)
84 movq mm6, mm4 //%%mm4,%%mm6\n" // mm6 = l(e*v)|l(f*v)|l(g*v)|l(h*v)
89 movq mm5, [edi + 8] //8(%%edi),%%mm5\n" // mm5 = dst[1]
101 movq [ed local
103 movq [edi + 8], mm6 //%%mm6,8(%%edi)\\n" local
168 movq [edi], mm3 //%%mm3,(%%edi) // store back to ram local
[all...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpngvcrd.c176 movq mm0,mask0
177 movq mm1,mask1
178 movq mm2,mask2
195 movq mm4,[esi]
197 movq mm6,mm0
198 movq mm7,[ebx]
201 movq [ebx],mm4 local
204 movq mm5,[esi+8]
206 movq mm7,mm1
207 movq mm
210 movq [ebx+8],mm5 local
218 movq [ebx+16],mm6 local
341 movq [ebx],mm4 local
349 movq [ebx+8],mm5 local
357 movq [ebx+16],mm6 local
365 movq [ebx+24],mm7 local
471 movq [ebx],mm4 local
746 movq [ebx],mm4 local
754 movq [ebx+8],mm5 local
879 movq [ebx],mm7 local
886 movq [ebx+8],mm6 local
893 movq [ebx+16],mm6 local
900 movq [ebx+24],mm7 local
907 movq [ebx+32],mm6 local
914 movq [ebx+40],mm7 local
1259 movq [edi], mm0 ; move quad to memory local
1306 movq [edi+4], mm0 ; move to memory local
1338 movq [edi+16] , mm4 local
1340 movq [edi+8] , mm3 local
1343 movq [edi], mm0 local
1374 movq [edi+8], mm1 ; move to memory v0 v1 v2 and v3 local
1376 movq [edi], mm0 ; move to memory v4 v5 v6 and v7 local
1417 movq [edi], mm0 ; move to memory v2 and v3 local
1419 movq [edi+8], mm1 ; move to memory v1 and v0 local
1462 movq [edi], mm0 ; move to memory v3 local
1464 movq [edi+8], mm3 ; move to memory v2 local
1468 movq [edi+16], mm2 ; move to memory v1 local
1469 movq [edi+24], mm4 ; move to memory v0 local
1528 movq [edi], mm0 local
1570 movq [edi], mm0 local
1572 movq [edi + 8], mm1 local
1615 movq [edi], mm0 local
1616 movq [edi + 8], mm0 local
1617 movq [edi + 16], mm1 local
1618 movq [edi + 24], mm1 local
1664 movq [edi], mm0 local
1666 movq [edi + 8], mm1 local
1707 movq [edi], mm0 local
1708 movq [edi + 8], mm0 local
1709 movq [edi+16], mm1 local
1710 movq [edi + 24], mm1 local
1752 movq [edi], mm0 local
1753 movq [edi + 8], mm0 local
1754 movq [edi + 16], mm0 local
1755 movq [edi + 24], mm0 local
1756 movq [edi+32], mm1 local
1757 movq [edi + 40], mm1 local
1758 movq [edi+ 48], mm1 local
1760 movq [edi + 56], mm1 local
2074 movq [edi + ebx - 8], mm0 local
2142 movq [edi + ebx - 8], mm0 local
2232 movq [edi + ebx - 8], mm0 local
2299 movq [edi + ebx - 8], mm0 local
2333 movq [edi + ebx - 8], mm0 local
2564 movq [edi + ebx], mm7 // write back updated value local
2627 movq [edi + ebx], mm7 // write back updated value local
2686 movq [edi + ebx - 8], mm1 // write back updated value local
2773 movq [edi + ebx], mm7 // write back updated value local
2836 movq [edi + ebx - 8], mm1 // write back updated value local
2912 movq [edi + ebx], mm7 // write back updated value local
2968 movq [edi + ebx - 8], mm1 // write back updated value local
3043 movq [edi + ebx], mm7 // write back updated value local
3100 movq [edi + ebx - 8], mm1 // write back updated value local
3353 movq [edi+ebx-8], mm0 // Write updated Raws back to array local
3421 movq [edi+ebx-8], mm0 local
3471 movq [edi+ebx-8], mm0 // Write updated Raws back to array local
3492 movq [edi+ebx], mm0 // Write Raw(x) for 1st 8 bytes local
3500 movq [edi+ebx+8], mm1 // Write Raw(x) for 2nd 8 bytes local
3503 movq [edi+ebx+16], mm2 // Write Raw(x) for 3rd 8 bytes local
3506 movq [edi+ebx+24], mm3 // Write Raw(x) for 4th 8 bytes local
3509 movq [edi+ebx+32], mm4 // Write Raw(x) for 5th 8 bytes local
3512 movq [edi+ebx+40], mm5 // Write Raw(x) for 6th 8 bytes local
3515 movq [edi+ebx+48], mm6 // Write Raw(x) for 7th 8 bytes local
3519 movq [edi+ebx-8], mm7 // Write Raw(x) for 8th 8 bytes local
3528 movq [edi+ebx-8], mm0 // use -8 to offset early add to ebx local
3550 movq [edi+ebx-8], mm0 // mov does not affect flags; -8 to offset local
3618 movq [edi+ebx], mm0 local
3621 movq [edi+ebx+8], mm2 local
3626 movq [edi+ebx+16], mm4 local
3629 movq [edi+ebx+24], mm6 local
3634 movq [edi+ebx+32], mm0 local
3637 movq [edi+ebx+40], mm2 local
3642 movq [edi+ebx+48], mm4 local
3646 movq [edi+ebx-8], mm6 // (+56)movq does not affect flags; local
3671 movq [edi+ebx-8], mm0 // movq does not affect flags; -8 to offset add ebx local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A Dmmx.h246 __asm__ __volatile__ ("movq %%" #reg ", %0" \
254 __asm__ __volatile__ ("movq %%" #reg ", %0" \
267 __asm__ __volatile__ ("movq %%" #reg ", %0" \
275 __asm__ __volatile__ ("movq %%" #reg ", %0" \
285 __asm__ __volatile__ ("movq %%" #reg ", %0" \
304 __asm__ __volatile__ ("movq %%" #regs ", %0" \
309 __asm__ __volatile__ ("movq %%" #regd ", %0" \
315 __asm__ __volatile__ ("movq %%" #regd ", %0" \
331 __asm__ __volatile__ ("movq %0, %%mm0\n\t" \
333 "movq
381 #define movq macro
[all...]
/external/valgrind/main/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/chromium_org/v8/src/x64/
H A Dassembler-x64.cc87 __ movq(rbp, rsp);
92 __ movq(rdx, rax);
119 __ movq(rax, 0x80000001, RelocInfo::NONE64);
135 __ movq(rsp, rbp);
179 patcher.masm()->movq(r10, target, RelocInfo::NONE64);
917 movq(dst, src);
935 movq(dst, src);
1483 void Assembler::movq(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1491 void Assembler::movq(Register dst, Register src) { function in class:v8::internal::Assembler
1505 void Assembler::movq(Registe function in class:v8::internal::Assembler
1514 void Assembler::movq(const Operand& dst, Register src) { function in class:v8::internal::Assembler
1522 void Assembler::movq(Register dst, void* value, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1533 void Assembler::movq(Register dst, int64_t value, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1553 void Assembler::movq(Register dst, ExternalReference ref) { function in class:v8::internal::Assembler
1559 void Assembler::movq(const Operand& dst, Immediate value) { function in class:v8::internal::Assembler
1591 void Assembler::movq(Register dst, Handle<Object> value, RelocInfo::Mode mode) { function in class:v8::internal::Assembler
2547 void Assembler::movq(XMMRegister dst, Register src) { function in class:v8::internal::Assembler
2557 void Assembler::movq(Register dst, XMMRegister src) { function in class:v8::internal::Assembler
2567 void Assembler::movq(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler
[all...]
/external/v8/src/x64/
H A Dassembler-x64.cc80 __ movq(rbp, rsp);
85 __ movq(rdx, rax);
112 __ movq(rax, 0x80000001, RelocInfo::NONE);
128 __ movq(rsp, rbp);
174 patcher.masm()->movq(r10, target, RelocInfo::NONE);
941 movq(dst, src);
959 movq(dst, src);
1479 void Assembler::movq(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1487 void Assembler::movq(Register dst, Register src) { function in class:v8::internal::Assembler
1501 void Assembler::movq(Registe function in class:v8::internal::Assembler
1510 void Assembler::movq(const Operand& dst, Register src) { function in class:v8::internal::Assembler
1518 void Assembler::movq(Register dst, void* value, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1529 void Assembler::movq(Register dst, int64_t value, RelocInfo::Mode rmode) { function in class:v8::internal::Assembler
1550 void Assembler::movq(Register dst, ExternalReference ref) { function in class:v8::internal::Assembler
1556 void Assembler::movq(const Operand& dst, Immediate value) { function in class:v8::internal::Assembler
1588 void Assembler::movq(Register dst, Handle<Object> value, RelocInfo::Mode mode) { function in class:v8::internal::Assembler
2533 void Assembler::movq(XMMRegister dst, Register src) { function in class:v8::internal::Assembler
2543 void Assembler::movq(Register dst, XMMRegister src) { function in class:v8::internal::Assembler
2553 void Assembler::movq(XMMRegister dst, XMMRegister src) { function in class:v8::internal::Assembler
[all...]

Completed in 449 milliseconds