Home
last modified time | relevance | path

Searched refs:I32x4TruncSatF64x2UZero (Results 1 - 21 of 21) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator.h821 const Operator* I32x4TruncSatF64x2UZero();
H A Dopcodes.h896 V(I32x4TruncSatF64x2UZero) \
H A Dmachine-operator.cc523 V(I32x4TruncSatF64x2UZero, Operator::kNoProperties, 1, 0, 1) \
H A Dwasm-compiler.cc4806 return graph()->NewNode(mcgraph()->machine()->I32x4TruncSatF64x2UZero(), in SimdOp()
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.h701 void I32x4TruncSatF64x2UZero(XMMRegister dst, XMMRegister src, in I32x4TruncSatF64x2UZero() function in v8::internal::SharedTurboAssemblerBase
743 // TODO(zhin): call this from I32x4TruncSatF64x2UZero. in I32x4TruncF64x2UZero()
749 // Same as I32x4TruncSatF64x2UZero but without the saturation. in I32x4TruncF64x2UZero()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes.h522 V(I32x4TruncSatF64x2UZero, 0xfdfd, s_s) \
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h1186 void I32x4TruncSatF64x2UZero(Simd128Register dst, Simd128Register src,
H A Dmacro-assembler-s390.cc5927 void TurboAssembler::I32x4TruncSatF64x2UZero(Simd128Register dst, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dinstruction-selector-mips.cc2170 V(I32x4TruncSatF64x2UZero, kMipsI32x4TruncSatF64x2UZero) \
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc2349 V(I32x4TruncSatF64x2UZero) \
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc2575 V(I32x4TruncSatF64x2UZero) \
H A Dcode-generator-s390.cc3055 __ I32x4TruncSatF64x2UZero(i.OutputSimd128Register(), in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2894 I32x4TruncSatF64x2UZero(dst.fp(), src.fp(), kScratchDoubleReg); in emit_i32x4_trunc_sat_f64x2_u_zero()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc2931 V(I32x4TruncSatF64x2UZero, kMips64I32x4TruncSatF64x2UZero) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc3485 V(I32x4TruncSatF64x2UZero, kArm64I32x4TruncSatF64x2UZero) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1883 __ I32x4TruncSatF64x2UZero(i.OutputSimd128Register(), in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc2675 V(I32x4TruncSatF64x2UZero, kLoong64I32x4TruncSatF64x2UZero) \
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc2900 V(I32x4TruncSatF64x2UZero, kRiscvI32x4TruncSatF64x2UZero) \
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc2851 __ I32x4TruncSatF64x2UZero(i.OutputSimd128Register(), in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h4284 I32x4TruncSatF64x2UZero(dst.fp(), src.fp(), liftoff::kScratchDoubleReg, tmp);
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h3835 I32x4TruncSatF64x2UZero(dst.fp(), src.fp(), kScratchDoubleReg, in emit_i32x4_trunc_sat_f64x2_u_zero()

Completed in 102 milliseconds