/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 821 const Operator* I32x4TruncSatF64x2UZero();
|
H A D | opcodes.h | 896 V(I32x4TruncSatF64x2UZero) \
|
H A D | machine-operator.cc | 523 V(I32x4TruncSatF64x2UZero, Operator::kNoProperties, 1, 0, 1) \
|
H A D | wasm-compiler.cc | 4806 return graph()->NewNode(mcgraph()->machine()->I32x4TruncSatF64x2UZero(), in SimdOp()
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 701 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 D | wasm-opcodes.h | 522 V(I32x4TruncSatF64x2UZero, 0xfdfd, s_s) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1186 void I32x4TruncSatF64x2UZero(Simd128Register dst, Simd128Register src,
|
H A D | macro-assembler-s390.cc | 5927 void TurboAssembler::I32x4TruncSatF64x2UZero(Simd128Register dst, in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 2170 V(I32x4TruncSatF64x2UZero, kMipsI32x4TruncSatF64x2UZero) \
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2349 V(I32x4TruncSatF64x2UZero) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2575 V(I32x4TruncSatF64x2UZero) \
|
H A D | code-generator-s390.cc | 3055 __ I32x4TruncSatF64x2UZero(i.OutputSimd128Register(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2894 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 D | instruction-selector-mips64.cc | 2931 V(I32x4TruncSatF64x2UZero, kMips64I32x4TruncSatF64x2UZero) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 3485 V(I32x4TruncSatF64x2UZero, kArm64I32x4TruncSatF64x2UZero) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 1883 __ I32x4TruncSatF64x2UZero(i.OutputSimd128Register(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2675 V(I32x4TruncSatF64x2UZero, kLoong64I32x4TruncSatF64x2UZero) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 2900 V(I32x4TruncSatF64x2UZero, kRiscvI32x4TruncSatF64x2UZero) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 2851 __ I32x4TruncSatF64x2UZero(i.OutputSimd128Register(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 4284 I32x4TruncSatF64x2UZero(dst.fp(), src.fp(), liftoff::kScratchDoubleReg, tmp);
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 3835 I32x4TruncSatF64x2UZero(dst.fp(), src.fp(), kScratchDoubleReg, in emit_i32x4_trunc_sat_f64x2_u_zero()
|