Searched defs:pmulhw (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | mmx.h | 511 #define pmulhw(vars, vard) mmx_m2m(pmulhw, vars, vard) macro
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/ |
D | mmx.h | 426 #define pmulhw(vars, vard) mmx_m2m(pmulhw, vars, vard) macro
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
D | mmx.h | 508 #define pmulhw(vars, vard) mmx_m2m(pmulhw, vars, vard) macro
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 3993 RValue<Short4> pmulhw(RValue<Short4> x, RValue<Short4> y) in pmulhw() function 4008 RValue<Short8> pmulhw(RValue<Short8> x, RValue<Short8> y) in pmulhw() function
|
D | SubzeroReactor.cpp | 2698 auto pmulhw = Ice::InstIntrinsic::create(::function, 2, result, intrinsic); in MulHigh() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8632.cpp | 759 void AssemblerX8632::pmulhw(Type Ty, XmmRegister dst, XmmRegister src) { in pmulhw() function in Ice::X8632::AssemblerX8632 769 void AssemblerX8632::pmulhw(Type Ty, XmmRegister dst, const AsmAddress &src) { in pmulhw() function in Ice::X8632::AssemblerX8632
|
D | IceAssemblerX8664.cpp | 805 void AssemblerX8664::pmulhw(Type Ty, XmmRegister dst, XmmRegister src) { in pmulhw() function in Ice::X8664::AssemblerX8664 816 void AssemblerX8664::pmulhw(Type Ty, XmmRegister dst, const AsmAddress &src) { in pmulhw() function in Ice::X8664::AssemblerX8664
|