Searched defs:movd (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/test/MC/X86/
H A Dx86_64-encoding.s85 // CHECK: movd %r8, %mm1
87 movd %r8, %mm1 label
89 // CHECK: movd %r8d, %mm1
91 movd %r8d, %mm1 label
93 // CHECK: movd %rdx, %mm1
95 movd %rdx, %mm1 label
97 // CHECK: movd %edx, %mm1
99 movd %edx, %mm1 label
101 // CHECK: movd %mm1, %r8
103 movd label
107 movd %mm1, %r8d label
111 movd %mm1, %rdx label
115 movd %mm1, %edx label
[all...]
H A Dx86-64.s961 movd %rax, %mm5 // CHECK: movd %rax, %mm5 # encoding: [0x48,0x0f,0x6e,0xe8] label
962 movd %mm5, %rbx // CHECK: movd %mm5, %rbx # encoding: [0x48,0x0f,0x7e,0xeb] label
963 movq %rax, %mm5 // CHECK: movd %rax, %mm5 # encoding: [0x48,0x0f,0x6e,0xe8]
964 movq %mm5, %rbx // CHECK: movd %mm5, %rbx # encoding: [0x48,0x0f,0x7e,0xeb]
1138 // CHECK: movd %rdi, %xmm0
1142 // CHECK: movd %rdi, %xmm0
1144 movd %rdi,%xmm0
/external/llvm/test/MC/X86/
H A Dx86_64-encoding.s85 // CHECK: movd %r8, %mm1
87 movd %r8, %mm1 label
89 // CHECK: movd %r8d, %mm1
91 movd %r8d, %mm1 label
93 // CHECK: movd %rdx, %mm1
95 movd %rdx, %mm1 label
97 // CHECK: movd %edx, %mm1
99 movd %edx, %mm1 label
101 // CHECK: movd %mm1, %r8
103 movd label
107 movd %mm1, %r8d label
111 movd %mm1, %rdx label
115 movd %mm1, %edx label
[all...]
H A Dx86-64.s1114 movd %rax, %mm5 // CHECK: movd %rax, %mm5 # encoding: [0x48,0x0f,0x6e,0xe8] label
1115 movd %mm5, %rbx // CHECK: movd %mm5, %rbx # encoding: [0x48,0x0f,0x7e,0xeb] label
1116 movq %rax, %mm5 // CHECK: movd %rax, %mm5 # encoding: [0x48,0x0f,0x6e,0xe8]
1117 movq %mm5, %rbx // CHECK: movd %mm5, %rbx # encoding: [0x48,0x0f,0x7e,0xeb]
1294 // CHECK: movd %rdi, %xmm0
1298 // CHECK: movd %rdi, %xmm0
1300 movd %rdi,%xmm0
1302 // CHECK: movd
1472 movd %xmm0, %eax label
1473 movd %xmm0, %rax label
[all...]
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale_win.cc684 movd [edx + 8], xmm1 local
746 movd [edx], xmm6 // write 6 pixels local
748 movd [edx + 2], xmm6 local
791 movd [edx], xmm1 // write 6 pixels local
793 movd [edx + 2], xmm1 local
884 movd xmm2, [esp + 12 + 16] // x
885 movd xmm3, [esp + 12 + 20] // dx
887 movd xmm5, eax
908 movd xmm0, ebx
911 movd xmm
1305 movd [edi], xmm0 local
[all...]
/external/libyuv/files/source/
H A Dscale_win.cc690 movd [edx + 8], xmm1 local
752 movd [edx], xmm6 // write 6 pixels local
754 movd [edx + 2], xmm6 local
797 movd [edx], xmm1 // write 6 pixels local
799 movd [edx + 2], xmm1 local
893 movd xmm2, [esp + 12 + 16] // x
894 movd xmm3, [esp + 12 + 20] // dx
896 movd xmm5, eax
917 movd xmm0, ebx
920 movd xmm
1321 movd [edi], xmm0 local
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX86BaseImpl.h490 void AssemblerX86Base<TraitsType>::movd(Type SrcTy, XmmRegister dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
501 void AssemblerX86Base<TraitsType>::movd(Type SrcTy, XmmRegister dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
513 void AssemblerX86Base<TraitsType>::movd(Type DestTy, GPRRegister dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
524 void AssemblerX86Base<TraitsType>::movd(Type DestTy, const Address &dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
1751 movd(IceType_i32, dst, tmp1);
/external/v8/src/ia32/
H A Dassembler-ia32.cc2514 void Assembler::movd(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
2523 void Assembler::movd(const Operand& dst, XMMRegister src) { function in class:v8::internal::Assembler
/external/v8/src/x64/
H A Dassembler-x64.cc2701 void Assembler::movd(XMMRegister dst, Register src) { function in class:v8::internal::Assembler
2712 void Assembler::movd(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
2723 void Assembler::movd(Register dst, XMMRegister src) { function in class:v8::internal::Assembler

Completed in 315 milliseconds