Home
last modified time | relevance | path

Searched refs:pminsd (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/codegen/ia32/
H A Dsse-instr.h106 V(pminsd, 66, 0F, 38, 39) \
/third_party/node/deps/v8/src/codegen/x64/
H A Dsse-instr.h174 V(pminsd, 66, 0F, 38, 39) \
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A Dx86.hpp86 RValue<Int4> pminsd(RValue<Int4> x, RValue<Int4> y);
H A DLLVMReactor.cpp2730 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 Doutput.asm535 pminsd m2, m2, m10
536 pminsd m3, m3, m10
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.h380 AVX_OP_SSE4_1(Pminsd, pminsd)
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm1486 AVX_INSTR pminsd, sse4, 0, 0, 1
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h3111 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 Dliftoff-assembler-x64.h2711 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 Dcode-generator-ia32.cc2326 __ pminsd(dst, src2); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc3212 ASSEMBLE_SIMD_BINOP(pminsd); in AssembleArchInstruction()

Completed in 45 milliseconds