Searched refs:movmskps (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | x86.hpp | 98 RValue<Int> movmskps(RValue<Float4> x);
|
H A 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/ffmpeg/libavcodec/x86/ |
H A D | hevc_deblock.asm | 338 movmskps r13, m15 ;filtering mask 0d0 + 0d3 < beta0 (bit 2 or 3) , 1d0 + 1d3 < beta1 (bit 0 or 1) 346 movmskps r6, m15; 413 movmskps r11, m13; 424 movmskps r11, m8;
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 263 AVX_OP(Movmskps, movmskps)
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 1403 AVX_INSTR movmskps, sse
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 968 void movmskps(Register dst, XMMRegister src);
|
H A D | assembler-ia32.cc | 2322 void Assembler::movmskps(Register dst, XMMRegister src) { in movmskps() function in v8::internal::Assembler
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 1675 #define MOVMSKPS(a, b) movmskps P_ARG2(a, b)
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.cc | 3458 void Assembler::movmskps(Register dst, XMMRegister src) { in movmskps() function in v8::internal::Assembler
|
H A D | assembler-x64.h | 932 void movmskps(Register dst, XMMRegister src);
|
Completed in 42 milliseconds