Searched refs:vmovq (Results 1 - 15 of 15) sorted by relevance

/external/v8/test/cctest/
H A Dtest-assembler-x64.cc1421 __ vmovq(rcx, xmm9);
1441 __ vmovq(xmm6, rdx);
1455 __ vmovq(xmm6, rdx);
1457 __ vmovq(xmm7, rdx);
1466 __ vmovq(xmm6, rdx);
1467 __ vmovq(xmm7, rcx);
1469 __ vmovq(rdx, xmm8);
1478 __ vmovq(xmm6, rdx);
1480 __ vmovq(rdx, xmm7);
1485 __ vmovq(rd
[all...]
H A Dtest-disasm-x64.cc559 __ vmovq(xmm5, rdi);
560 __ vmovq(xmm9, Operand(rbx, rcx, times_4, 10000));
561 __ vmovq(r9, xmm6);
/external/llvm/test/MC/X86/
H A Davx512-encodings.s17956 // CHECK: vmovq %rax, %xmm29
17958 vmovq %rax, %xmm29
17960 // CHECK: vmovq %r8, %xmm29
17962 vmovq %r8, %xmm29
17964 // CHECK: vmovq (%rcx), %xmm29
17966 vmovq (%rcx), %xmm29
17968 // CHECK: vmovq 291(%rax,%r14,8), %xmm29
17970 vmovq 291(%rax,%r14,8), %xmm29
17972 // CHECK: vmovq 1016(%rdx), %xmm29
17974 vmovq 101
[all...]
H A Dx86_64-avx-encoding.s2215 // CHECK: vmovq %rax, %xmm14
2219 // CHECK: vmovq %xmm0, %rax
2223 // CHECK: vmovq %xmm14, (%rax)
2225 vmovq %xmm14, (%rax)
2227 // CHECK: vmovq %xmm14, %xmm12
2229 vmovq %xmm14, %xmm12
2231 // CHECK: vmovq (%rax), %xmm14
2233 vmovq (%rax), %xmm14
2235 // CHECK: vmovq %rax, %xmm14
2237 vmovq
[all...]
H A Dx86-32-avx.s1506 // CHECK: vmovq %xmm1, (%eax)
1508 vmovq %xmm1, (%eax)
1510 // CHECK: vmovq %xmm1, %xmm2
1512 vmovq %xmm1, %xmm2
1514 // CHECK: vmovq (%eax), %xmm1
1516 vmovq (%eax), %xmm1
H A Dx86-64.s1383 // CHECK: vmovq %xmm0, %rax
1384 // CHECK: vmovq %xmm0, %rax
1390 vmovq %xmm0, %rax label
/external/boringssl/src/crypto/bn/asm/
H A Drsaz-avx2.pl593 vmovq $ACC0, %rax
664 vmovq $r3, $ACC9
1044 vmovq $Bi, %rbx
1120 vmovq $Bi, %rbx
1197 vmovq $Bi, %rbx
1270 vmovq $Bi, %rbx
1297 vmovq $r3, $TEMP1
/external/libyuv/files/source/
H A Drow_gcc.cc1989 "vmovq " MEMACCESS([u_buf]) ",%%xmm0 \n" \
1990 MEMOPREG(vmovq, 0x00, [u_buf], [v_buf], 1, xmm1) \
2002 "vmovq " MEMACCESS([u_buf]) ",%%xmm0 \n" \
2003 MEMOPREG(vmovq, 0x00, [u_buf], [v_buf], 1, xmm1) \
5354 "vmovq %%xmm0," MEMACCESS(1) " \n"
H A Drow_win.cc1943 __asm vmovq xmm0, qword ptr [esi] /* U */ \
1944 __asm vmovq xmm1, qword ptr [esi + edi] /* V */ \
1957 __asm vmovq xmm0, qword ptr [esi] /* U */ \
1958 __asm vmovq xmm1, qword ptr [esi + edi] /* V */ \
6088 vmovq qword ptr [edx], xmm0
/external/v8/src/x64/
H A Dassembler-x64.h1358 void vmovq(XMMRegister dst, Register src);
1359 void vmovq(XMMRegister dst, const Operand& src);
1360 void vmovq(Register dst, XMMRegister src);
H A Dassembler-x64.cc3845 void Assembler::vmovq(XMMRegister dst, Register src) { function in class:v8::internal::Assembler
3855 void Assembler::vmovq(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
3864 void Assembler::vmovq(Register dst, XMMRegister src) { function in class:v8::internal::Assembler
H A Dmacro-assembler-x64.cc2825 vmovq(dst, src);
2835 vmovq(dst, src);
/external/boringssl/src/crypto/modes/asm/
H A Dghash-x86_64.pl1468 vmovq 0xb8-0x40($Htbl),$HK
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_gcc.cc1961 "vmovq " MEMACCESS([u_buf]) ",%%xmm0 \n" \
1962 MEMOPREG(vmovq, 0x00, [u_buf], [v_buf], 1, xmm1) \
5295 "vmovq %%xmm0," MEMACCESS(1) " \n"
H A Drow_win.cc1937 __asm vmovq xmm0, qword ptr [esi] /* U */ /* NOLINT */ \
1938 __asm vmovq xmm1, qword ptr [esi + edi] /* V */ /* NOLINT */ \
6151 vmovq qword ptr [edx], xmm0

Completed in 973 milliseconds