Home
last modified time | relevance | path

Searched defs:movd (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
Dmovdq64.asm2 movd eax, mm0 label
3 movd mm0, eax label
4 movd rax, mm0 label
5 movd mm0, rax label
6 movd [0], mm0 label
7 movd mm0, [0] label
9 movd eax, xmm0 label
10 movd xmm0, eax label
11 movd rax, xmm0 label
12 movd xmm0, rax label
[all …]
Dmovdq32.asm2 movd eax, mm0 label
3 movd mm0, eax label
4 movd [0], mm0 label
5 movd mm0, [0] label
7 movd eax, xmm0 label
8 movd xmm0, eax label
9 movd [0], xmm0 label
10 movd xmm0, [0] label
Dssewidth.asm204 movd xmm1, ebx label
205 movd xmm1, dword [rbx] label
206 movd xmm1, rbx label
207 movd xmm1, qword [rbx] label
208 movd dword [rbx], xmm2 label
209 movd qword [rbx], xmm2 label
Davx.asm775 movd xmm1, eax label
776 movd xmm1, [rax] label
777 movd xmm1, dword [rax] label
781 movd eax, xmm2 label
782 movd [rax], xmm2 label
783 movd dword [rax], xmm2 label
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
Dgas-movdq64.asm1 movd %mm(0), %eax label
2 movd %eax, %mm(0) label
3 movd %mm(0), %rax label
4 movd %rax, %mm(0) label
5 movd %mm(0), 0 label
6 movd 0, %mm(0) label
8 movd %xmm(0), %eax label
9 movd %eax, %xmm(0) label
10 movd %xmm(0), %rax label
11 movd %rax, %xmm(0) label
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
Dgas-movdq32.asm1 movd %mm0, %eax label
2 movd %eax, %mm0 label
3 movd %mm0, 0 label
4 movd 0, %mm(0) label
6 movd %xmm0, %eax label
7 movd %eax, %xmm0 label
8 movd %xmm0, 0 label
9 movd 0, %xmm0 label
/external/llvm/test/MC/X86/
Dx86_64-encoding.s87 movd %r8, %mm1 label
91 movd %r8d, %mm1 label
95 movd %rdx, %mm1 label
99 movd %edx, %mm1 label
103 movd %mm1, %r8 label
107 movd %mm1, %r8d label
111 movd %mm1, %rdx label
115 movd %mm1, %edx label
Dx86-64.s1027 movd %rax, %mm5 // CHECK: movd %rax, %mm5 # encoding: [0x48,0x0f,0x6e,0xe8] label
1028 movd %mm5, %rbx // CHECK: movd %mm5, %rbx # encoding: [0x48,0x0f,0x7e,0xeb] label
1385 movd %xmm0, %eax label
1386 movd %xmm0, %rax label
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/win32/
Dscaleopt.c169 movd mm4, [eax+ecx] in vertical_band_5_4_scale_mmx() local
178 movd mm6, [eax+ecx*2] in vertical_band_5_4_scale_mmx() local
/external/libvpx/libvpx/vpx_scale/win32/
Dscaleopt.c169 movd mm4, [eax+ecx] in vertical_band_5_4_scale_mmx() local
178 movd mm6, [eax+ecx*2] in vertical_band_5_4_scale_mmx() local
/external/chromium_org/v8/src/ia32/
Dassembler-ia32.h1000 void movd(XMMRegister dst, Register src) { movd(dst, Operand(src)); } in movd() function
1002 void movd(Register dst, XMMRegister src) { movd(Operand(dst), src); } in movd() function
Dlithium-codegen-ia32.cc1727 __ movd(res, Operand(temp)); in DoConstantD() local
1737 __ movd(res, Operand(temp)); in DoConstantD() local
1742 __ movd(xmm_scratch, Operand(temp)); in DoConstantD() local
3767 __ movd(xmm_scratch, scratch); in DoMathPowHalf() local
5095 __ movd(result_reg, xmm_scratch); in DoDoubleBits() local
5098 __ movd(result_reg, value_reg); in DoDoubleBits() local
5110 __ movd(result_reg, lo_reg); in DoConstructDouble() local
5114 __ movd(result_reg, hi_reg); in DoConstructDouble() local
5116 __ movd(xmm_scratch, lo_reg); in DoConstructDouble() local
Dcodegen-ia32.cc947 __ movd(temp2, double_scratch); in EmitMathExp() local
964 __ movd(input, temp1); in EmitMathExp() local
Dassembler-ia32.cc2315 void Assembler::movd(XMMRegister dst, const Operand& src) { in movd() function in v8::internal::Assembler
2324 void Assembler::movd(const Operand& dst, XMMRegister src) { in movd() function in v8::internal::Assembler
Dcode-stubs-ia32.cc462 __ movd(double_scratch, scratch); in Generate() local
473 __ movd(double_scratch, scratch); in Generate() local
506 __ movd(double_scratch, scratch); in Generate() local
/external/valgrind/main/VEX/test/
Dmmxtest.c203 #define movd(vars, vard) \ macro
/external/chromium_org/v8/src/x64/
Dassembler-x64.cc2362 void Assembler::movd(XMMRegister dst, Register src) { in movd() function in v8::internal::Assembler
2372 void Assembler::movd(Register dst, XMMRegister src) { in movd() function in v8::internal::Assembler
Dlithium-codegen-x64.cc5283 __ movd(result_reg, value_reg); in DoDoubleBits() local
5293 __ movd(result_reg, hi_reg); in DoConstructDouble() local
5295 __ movd(xmm_scratch, lo_reg); in DoConstructDouble() local
/external/qemu/distrib/sdl-1.2.15/src/video/
Dmmx.h396 #define movd(vars, vard) \ macro
/external/chromium_org/third_party/yasm/source/patched-yasm/
Dx86insn_nasm.gperf397 movd, movd_insn, 8, SUF_Z, 0, 0, 0, 0, CPU_386, CPU_MMX, 0 keyword
Dx86insn_gas.gperf750 movd, movd_insn, 8, SUF_Z, 0, 0, 0, 0, CPU_386, CPU_MMX, 0 keyword