Searched refs:movmskps (Results 1 – 11 of 11) sorted by relevance
/third_party/openh264/codec/common/x86/ |
D | vaa.asm | 363 movmskps retrd, xmm0 407 movmskps retrd, xmm0
|
/third_party/ffmpeg/libavcodec/x86/ |
D | hevc_deblock.asm | 338 …movmskps r13, m15 ;filtering mask 0d0 + 0d3 < beta0 (bit 2 or 3) , 1d0 + 1d3 < beta1 (bit 0… 346 movmskps r6, m15; 413 movmskps r11, m13; 424 movmskps r11, m8;
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | x86.hpp | 98 RValue<Int> movmskps(RValue<Float4> x);
|
D | LLVMReactor.cpp | 2803 return x86::movmskps(As<Float4>(x)); in SignMask() 3219 return x86::movmskps(x); in SignMask() 4023 RValue<Int> movmskps(RValue<Float4> x) in movmskps() function
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
D | sse.h | 544 #define movmskps(xmmreg, reg) \ macro 550 #define movmskps(xmmreg, reg) \ macro
|
/third_party/openh264/codec/encoder/core/x86/ |
D | sample_sc.asm | 784 movmskps eax, xmm1 1475 movmskps r6, xmm1 1749 movmskps r2d, xmm4 1754 movmskps r2d, xmm5
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/x86/ |
D | x86inc.asm | 1388 AVX_INSTR movmskps, sse
|
/third_party/ffmpeg/libavutil/x86/ |
D | x86inc.asm | 1402 AVX_INSTR movmskps, sse
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 1675 #define MOVMSKPS(a, b) movmskps P_ARG2(a, b)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 2161 defm VMOVMSKPS : sse12_extr_sign_mask<VR128, v4f32, "movmskps", 2165 defm VMOVMSKPSY : sse12_extr_sign_mask<VR256, v8f32, "movmskps", 2181 defm MOVMSKPS : sse12_extr_sign_mask<VR128, v4f32, "movmskps",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 7704 "movlpd\006movlps\010movmskpd\010movmskps\007movntdq\010movntdqa\006movn" 9248 …{ 4589 /* movmskps */, X86::MOVMSKPSrr, Convert__GR32orGR641_1__Reg1_0, AMFBS_None, { MCK_FR32, MC… 23837 …{ 4589 /* movmskps */, X86::MOVMSKPSrr, Convert__GR32orGR641_0__Reg1_1, AMFBS_None, { MCK_GR32orGR…
|