Home
last modified time | relevance | path

Searched refs:F32x4Qfma (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator.h747 const Operator* F32x4Qfma();
H A Dopcodes.h821 V(F32x4Qfma) \
H A Dmachine-operator.cc457 V(F32x4Qfma, Operator::kNoProperties, 3, 0, 1) \
H A Dwasm-compiler.cc4590 return graph()->NewNode(mcgraph()->machine()->F32x4Qfma(), inputs[0], in SimdOp()
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.h483 void F32x4Qfma(XMMRegister dst, XMMRegister src1, XMMRegister src2,
H A Dmacro-assembler-shared-ia32-x64.cc1281 void SharedTurboAssembler::F32x4Qfma(XMMRegister dst, XMMRegister src1, in F32x4Qfma() function in v8::internal::SharedTurboAssembler
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes.h532 V(F32x4Qfma, 0xfdaf, s_sss) \
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h1392 V(F32x4Qfma) \
H A Dmacro-assembler-s390.cc5463 V(F32x4Qfma, vfma, 2) \ in CallRecordWriteStub()
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc2476 SIMD_VISIT_QFMOP(F32x4Qfma)
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc2684 SIMD_VISIT_QFMOP(F32x4Qfma)
H A Dcode-generator-s390.cc2806 V(F32x4Qfma) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc3418 VISIT_SIMD_QFMOP(F32x4Qfma)
H A Dcode-generator-x64.cc2978 __ F32x4Qfma(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc4033 VISIT_SIMD_QFMOP(F32x4Qfma)
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc2200 __ F32x4Qfma(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc3119 VISIT_SIMD_QFMOP(F32x4Qfma, kRiscvF32x4Qfma)

Completed in 89 milliseconds