Searched refs:F32x4Qfma (Results 1 - 17 of 17) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 747 const Operator* F32x4Qfma();
|
H A D | opcodes.h | 821 V(F32x4Qfma) \
|
H A D | machine-operator.cc | 457 V(F32x4Qfma, Operator::kNoProperties, 3, 0, 1) \
|
H A D | wasm-compiler.cc | 4590 return graph()->NewNode(mcgraph()->machine()->F32x4Qfma(), inputs[0], in SimdOp()
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 483 void F32x4Qfma(XMMRegister dst, XMMRegister src1, XMMRegister src2,
|
H A D | macro-assembler-shared-ia32-x64.cc | 1281 void SharedTurboAssembler::F32x4Qfma(XMMRegister dst, XMMRegister src1, in F32x4Qfma() function in v8::internal::SharedTurboAssembler
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 532 V(F32x4Qfma, 0xfdaf, s_sss) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1392 V(F32x4Qfma) \
|
H A D | macro-assembler-s390.cc | 5463 V(F32x4Qfma, vfma, 2) \ in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2476 SIMD_VISIT_QFMOP(F32x4Qfma)
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2684 SIMD_VISIT_QFMOP(F32x4Qfma)
|
H A D | code-generator-s390.cc | 2806 V(F32x4Qfma) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 3418 VISIT_SIMD_QFMOP(F32x4Qfma)
|
H A D | code-generator-x64.cc | 2978 __ F32x4Qfma(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 4033 VISIT_SIMD_QFMOP(F32x4Qfma)
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 2200 __ F32x4Qfma(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 3119 VISIT_SIMD_QFMOP(F32x4Qfma, kRiscvF32x4Qfma)
|
Completed in 76 milliseconds