Searched refs:I32x4DotI16x8S (Results 1 – 17 of 17) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | machine-operator.h | 813 const Operator* I32x4DotI16x8S(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 888 V(I32x4DotI16x8S) \
|
D | machine-operator.cc | 515 V(I32x4DotI16x8S, Operator::kCommutative, 2, 0, 1) \
|
D | wasm-compiler.cc | 4782 return graph()->NewNode(mcgraph()->machine()->I32x4DotI16x8S(), inputs[0], in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes.h | 466 V(I32x4DotI16x8S, 0xfdba, s_ss) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 1197 void I32x4DotI16x8S(Simd128Register dst, Simd128Register src1,
|
D | macro-assembler-s390.cc | 5972 void TurboAssembler::I32x4DotI16x8S(Simd128Register dst, Simd128Register src1, in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | instruction-selector-ppc.cc | 2256 V(I32x4DotI16x8S) \
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 2249 V(I32x4DotI16x8S, kMipsI32x4DotI16x8S) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 2473 V(I32x4DotI16x8S) \
|
D | code-generator-s390.cc | 3012 __ I32x4DotI16x8S(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 2749 V(I32x4DotI16x8S, kLoong64I32x4DotI16x8S) \
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 2756 I32x4DotI16x8S(dst.fp(), lhs.fp(), rhs.fp(), kScratchDoubleReg); in emit_i32x4_dot_i16x8_s()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 3005 V(I32x4DotI16x8S, kMips64I32x4DotI16x8S) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 2311 V(I32x4DotI16x8S) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 3078 V(I32x4DotI16x8S) \ in VISIT_ATOMIC_BINOP()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 3535 V(I32x4DotI16x8S, kArm64I32x4DotI16x8S) \
|