Searched refs:pmaxud (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | sse-instr.h | 112 V(pmaxud, 66, 0F, 38, 3F) \
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | sse-instr.h | 180 V(pmaxud, 66, 0F, 38, 3F) \
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | x86.hpp | 87 RValue<UInt4> pmaxud(RValue<UInt4> x, RValue<UInt4> y);
|
H A D | LLVMReactor.cpp | 2897 return x86::pmaxud(x, y); in Max() 3983 RValue<UInt4> pmaxud(RValue<UInt4> x, RValue<UInt4> y) in pmaxud() function
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 377 AVX_OP_SSE4_1(Pmaxud, pmaxud)
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 1483 AVX_INSTR pmaxud, sse4, 0, 0, 1
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 3097 liftoff::EmitSimdCommutativeBinOp<&Assembler::vpmaxud, &Assembler::pmaxud>( in emit_i32x4_gt_u() 3720 liftoff::EmitSimdCommutativeBinOp<&Assembler::vpmaxud, &Assembler::pmaxud>(
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 2697 liftoff::EmitSimdCommutativeBinOp<&Assembler::vpmaxud, &Assembler::pmaxud>( in emit_i32x4_gt_u() 3294 liftoff::EmitSimdCommutativeBinOp<&Assembler::vpmaxud, &Assembler::pmaxud>( in emit_i32x4_max_u()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 2414 __ pmaxud(dst, src); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 3287 ASSEMBLE_SIMD_BINOP(pmaxud); in AssembleArchInstruction()
|
Completed in 42 milliseconds