Home
last modified time | relevance | path

Searched refs:pmulhuw (Results 1 - 19 of 19) sorted by relevance

/third_party/mesa3d/src/mesa/x86/
H A Dread_rgba_span_x86.S573 pmulhuw %mm7, %mm0
574 pmulhuw %mm7, %mm2
603 pmulhuw %mm7, %mm0
604 pmulhuw %mm7, %mm2
641 pmulhuw %mm7, %mm0
642 pmulhuw %mm7, %mm2
670 pmulhuw %mm7, %mm0
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_overlay.asm56 pmulhuw m0, m5
94 pmulhuw m0, m5
135 pmulhuw m0, m5
H A Dvf_maskedmerge.asm71 pmulhuw m1, m7
H A Dvf_gradfun.asm38 pmulhuw m2, m5
H A Dvf_removegrain.asm949 pmulhuw m1, [pw_div9]
/third_party/ffmpeg/libavcodec/x86/
H A Dac3dsp.asm168 pmulhuw m0, m3
169 pmulhuw m1, m3
170 pmulhuw m2, m3
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A Dx86.hpp91 RValue<UShort4> pmulhuw(RValue<UShort4> x, RValue<UShort4> y);
95 RValue<UShort8> pmulhuw(RValue<UShort8> x, RValue<UShort8> y);
H A DLLVMReactor.cpp2264 return x86::pmulhuw(x, y); in MulHigh()
2354 return x86::pmulhuw(x, y); in MulHigh()
3998 RValue<UShort4> pmulhuw(RValue<UShort4> x, RValue<UShort4> y) in pmulhuw() function
4013 RValue<UShort8> pmulhuw(RValue<UShort8> x, RValue<UShort8> y) in pmulhuw() function
H A DSubzeroReactor.cpp2987 auto pmulhuw = Ice::InstIntrinsic::create(::function, 2, result, intrinsic);
2988 pmulhuw->addArg(x.value());
2989 pmulhuw->addArg(y.value());
2990 ::basicBlock->appendInst(pmulhuw);
/third_party/node/deps/v8/src/codegen/ia32/
H A Dsse-instr.h51 V(pmulhuw, 66, 0F, E4) \
/third_party/node/deps/v8/src/codegen/x64/
H A Dsse-instr.h86 V(pmulhuw, 66, 0F, E4) \
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h537 void pmulhuw(Type Ty, XmmRegister dst, XmmRegister src);
538 void pmulhuw(Type Ty, XmmRegister dst, const AsmAddress &src);
H A DIceAssemblerX8664.h556 void pmulhuw(Type Ty, XmmRegister dst, XmmRegister src);
557 void pmulhuw(Type Ty, XmmRegister dst, const AsmAddress &src);
H A DIceAssemblerX8632.cpp779 void AssemblerX8632::pmulhuw(Type Ty, XmmRegister dst, XmmRegister src) { in pmulhuw() function in Ice::X8632::AssemblerX8632
789 void AssemblerX8632::pmulhuw(Type Ty, XmmRegister dst, const AsmAddress &src) { in pmulhuw() function in Ice::X8632::AssemblerX8632
H A DIceAssemblerX8664.cpp827 void AssemblerX8664::pmulhuw(Type Ty, XmmRegister dst, XmmRegister src) { in pmulhuw() function in Ice::X8664::AssemblerX8664
838 void AssemblerX8664::pmulhuw(Type Ty, XmmRegister dst, const AsmAddress &src) { in pmulhuw() function in Ice::X8664::AssemblerX8664
H A DIceInstX8632.h3351 template <> constexpr const char *InstX86Pmulhuw::Base::Opcode = "pmulhuw";
3531 &Assembler::pmulhuw, &Assembler::pmulhuw};
H A DIceInstX8664.h3248 template <> constexpr const char *InstX86Pmulhuw::Base::Opcode = "pmulhuw";
3428 &Assembler::pmulhuw, &Assembler::pmulhuw};
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.cc764 is_signed ? pmulhw(scratch, src2) : pmulhuw(scratch, src2); in I32x4ExtMul()
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm1505 AVX_INSTR pmulhuw, mmx2, 0, 0, 1

Completed in 47 milliseconds