Home
last modified time | relevance | path

Searched refs:I32x4DotI16x8S (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-operator.h813 const Operator* I32x4DotI16x8S(); in NON_EXPORTED_BASE()
Dopcodes.h888 V(I32x4DotI16x8S) \
Dmachine-operator.cc515 V(I32x4DotI16x8S, Operator::kCommutative, 2, 0, 1) \
Dwasm-compiler.cc4782 return graph()->NewNode(mcgraph()->machine()->I32x4DotI16x8S(), inputs[0], in SimdOp()
/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes.h466 V(I32x4DotI16x8S, 0xfdba, s_ss) \
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h1197 void I32x4DotI16x8S(Simd128Register dst, Simd128Register src1,
Dmacro-assembler-s390.cc5972 void TurboAssembler::I32x4DotI16x8S(Simd128Register dst, Simd128Register src1, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc2256 V(I32x4DotI16x8S) \
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc2249 V(I32x4DotI16x8S, kMipsI32x4DotI16x8S) \
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc2473 V(I32x4DotI16x8S) \
Dcode-generator-s390.cc3012 __ I32x4DotI16x8S(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc2749 V(I32x4DotI16x8S, kLoong64I32x4DotI16x8S) \
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h2756 I32x4DotI16x8S(dst.fp(), lhs.fp(), rhs.fp(), kScratchDoubleReg); in emit_i32x4_dot_i16x8_s()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc3005 V(I32x4DotI16x8S, kMips64I32x4DotI16x8S) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc2311 V(I32x4DotI16x8S) \
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3078 V(I32x4DotI16x8S) \ in VISIT_ATOMIC_BINOP()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc3535 V(I32x4DotI16x8S, kArm64I32x4DotI16x8S) \