Searched refs:movd (Results 201 - 219 of 219) sorted by relevance

123456789

/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djiss2flt.asm122 movd eax,xmm1
H A Djisseflt.asm117 movd eax,mm1
H A Djimmxint.asm151 movd eax,mm1
H A Djiss2int-64.asm141 movd eax,xmm1
H A Djiss2int.asm147 movd eax,xmm1
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.cc2315 void Assembler::movd(XMMRegister dst, const Operand& src) { function in class:v8::internal::Assembler
2324 void Assembler::movd(const Operand& dst, XMMRegister src) { function in class:v8::internal::Assembler
H A Dcode-stubs-ia32.cc462 __ movd(double_scratch, scratch);
473 __ movd(double_scratch, scratch);
506 __ movd(double_scratch, scratch);
H A Dmacro-assembler-ia32.cc2795 movd(dst, scratch);
/external/valgrind/main/perf/
H A Dtinycc.c3505 DEF_ASM_OP2(movd, 0x0f6e, 0, OPC_MODRM, OPT_EA | OPT_REG32, OPT_MMX )
3506 ALT(DEF_ASM_OP2(movd, 0x0f7e, 0, OPC_MODRM, OPT_MMX, OPT_EA | OPT_REG32 ))
3962 DEF_ASM_OP2(movd, 0x0f6e, 0, OPC_MODRM, OPT_EA | OPT_REG32, OPT_MMX )
3963 ALT(DEF_ASM_OP2(movd, 0x0f7e, 0, OPC_MODRM, OPT_MMX, OPT_EA | OPT_REG32 ))
4837 DEF_ASM_OP2(movd, 0x0f6e, 0, OPC_MODRM, OPT_EA | OPT_REG32, OPT_MMX )
4838 ALT(DEF_ASM_OP2(movd, 0x0f7e, 0, OPC_MODRM, OPT_MMX, OPT_EA | OPT_REG32 ))
5294 DEF_ASM_OP2(movd, 0x0f6e, 0, OPC_MODRM, OPT_EA | OPT_REG32, OPT_MMX )
5295 ALT(DEF_ASM_OP2(movd, 0x0f7e, 0, OPC_MODRM, OPT_MMX, OPT_EA | OPT_REG32 ))
15544 DEF_ASM_OP2(movd, 0x0f6e, 0, OPC_MODRM, OPT_EA | OPT_REG32, OPT_MMX )
15545 ALT(DEF_ASM_OP2(movd,
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dx86inc.asm642 %define movh movd
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
H A Dx86inc.asm744 %define movh movd
/external/chromium_org/third_party/libyuv/source/
H A Dx86inc.asm642 %define movh movd
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.cc2362 void Assembler::movd(XMMRegister dst, Register src) { function in class:v8::internal::Assembler
2372 void Assembler::movd(Register dst, XMMRegister src) { function in class:v8::internal::Assembler
H A Dlithium-codegen-x64.cc5283 __ movd(result_reg, value_reg);
5293 __ movd(result_reg, hi_reg);
5295 __ movd(xmm_scratch, lo_reg);
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm723 %define movh movd
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dx86insn_nasm.gperf397 movd, movd_insn, 8, SUF_Z, 0, 0, 0, 0, CPU_386, CPU_MMX, 0
H A Dx86insn_gas.gperf750 movd, movd_insn, 8, SUF_Z, 0, 0, 0, 0, CPU_386, CPU_MMX, 0
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h1544 #define MOVD(a, b) movd P_ARG2(a, b)
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h1544 #define MOVD(a, b) movd P_ARG2(a, b)

Completed in 594 milliseconds

123456789