Searched refs:pminsd (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | sse-instr.h | 106 V(pminsd, 66, 0F, 38, 39) \
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | sse-instr.h | 174 V(pminsd, 66, 0F, 38, 39) \
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | x86.hpp | 86 RValue<Int4> pminsd(RValue<Int4> x, RValue<Int4> y);
|
H A D | LLVMReactor.cpp | 2730 return x86::pminsd(x, y); in Min() 3978 RValue<Int4> pminsd(RValue<Int4> x, RValue<Int4> y) in pminsd() function
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | output.asm | 535 pminsd m2, m2, m10 536 pminsd m3, m3, m10
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 380 AVX_OP_SSE4_1(Pminsd, pminsd)
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 1486 AVX_INSTR pminsd, sse4, 0, 0, 1
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 3111 liftoff::EmitSimdCommutativeBinOp<&Assembler::vpminsd, &Assembler::pminsd>( in emit_i32x4_ge_s() 3699 liftoff::EmitSimdCommutativeBinOp<&Assembler::vpminsd, &Assembler::pminsd>(
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 2711 liftoff::EmitSimdCommutativeBinOp<&Assembler::vpminsd, &Assembler::pminsd>( in emit_i32x4_ge_s() 3273 liftoff::EmitSimdCommutativeBinOp<&Assembler::vpminsd, &Assembler::pminsd>( in emit_i32x4_min_s()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 2326 __ pminsd(dst, src2); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 3212 ASSEMBLE_SIMD_BINOP(pminsd); in AssembleArchInstruction()
|
Completed in 45 milliseconds