/third_party/node/deps/v8/src/compiler/ |
D | machine-operator.h | 820 const Operator* I32x4TruncSatF64x2SZero(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 895 V(I32x4TruncSatF64x2SZero) \
|
D | machine-operator.cc | 522 V(I32x4TruncSatF64x2SZero, Operator::kNoProperties, 1, 0, 1) \
|
D | wasm-compiler.cc | 4803 return graph()->NewNode(mcgraph()->machine()->I32x4TruncSatF64x2SZero(), in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes.h | 521 V(I32x4TruncSatF64x2SZero, 0xfdfc, s_s) \
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 664 void I32x4TruncSatF64x2SZero(XMMRegister dst, XMMRegister src, in I32x4TruncSatF64x2SZero() function
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 1184 void I32x4TruncSatF64x2SZero(Simd128Register dst, Simd128Register src,
|
D | macro-assembler-s390.cc | 5915 void TurboAssembler::I32x4TruncSatF64x2SZero(Simd128Register dst, in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | instruction-selector-ppc.cc | 2348 V(I32x4TruncSatF64x2SZero) \
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 2169 V(I32x4TruncSatF64x2SZero, kMipsI32x4TruncSatF64x2SZero) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 2574 V(I32x4TruncSatF64x2SZero) \
|
D | code-generator-s390.cc | 3050 __ I32x4TruncSatF64x2SZero(i.OutputSimd128Register(), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 2674 V(I32x4TruncSatF64x2SZero, kLoong64I32x4TruncSatF64x2SZero) \
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 2889 I32x4TruncSatF64x2SZero(dst.fp(), src.fp(), kScratchDoubleReg); in emit_i32x4_trunc_sat_f64x2_s_zero()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 2930 V(I32x4TruncSatF64x2SZero, kMips64I32x4TruncSatF64x2SZero) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 2899 V(I32x4TruncSatF64x2SZero, kRiscvI32x4TruncSatF64x2SZero) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 1877 __ I32x4TruncSatF64x2SZero(i.OutputSimd128Register(), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 3484 V(I32x4TruncSatF64x2SZero, kArm64I32x4TruncSatF64x2SZero) \
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 3829 I32x4TruncSatF64x2SZero(dst.fp(), src.fp(), kScratchDoubleReg, in emit_i32x4_trunc_sat_f64x2_s_zero()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 2845 __ I32x4TruncSatF64x2SZero(i.OutputSimd128Register(), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 4278 I32x4TruncSatF64x2SZero(dst.fp(), src.fp(), liftoff::kScratchDoubleReg, tmp); in emit_i32x4_trunc_sat_f64x2_s_zero()
|