Searched refs:F64x2Qfma (Results 1 - 17 of 17) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 715 const Operator* F64x2Qfma();
|
H A D | opcodes.h | 788 V(F64x2Qfma) \
|
H A D | machine-operator.cc | 428 V(F64x2Qfma, Operator::kNoProperties, 3, 0, 1) \
|
H A D | wasm-compiler.cc | 4490 return graph()->NewNode(mcgraph()->machine()->F64x2Qfma(), inputs[0], in SimdOp()
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 479 void F64x2Qfma(XMMRegister dst, XMMRegister src1, XMMRegister src2,
|
H A D | macro-assembler-shared-ia32-x64.cc | 1293 void SharedTurboAssembler::F64x2Qfma(XMMRegister dst, XMMRegister src1, in F64x2Qfma() function in v8::internal::SharedTurboAssembler
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 534 V(F64x2Qfma, 0xfdcf, s_sss) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1390 V(F64x2Qfma) \
|
H A D | macro-assembler-s390.cc | 5461 V(F64x2Qfma, vfma, 3) \ in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2474 SIMD_VISIT_QFMOP(F64x2Qfma)
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2682 SIMD_VISIT_QFMOP(F64x2Qfma)
|
H A D | code-generator-s390.cc | 2804 V(F64x2Qfma) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 3416 VISIT_SIMD_QFMOP(F64x2Qfma)
|
H A D | code-generator-x64.cc | 2811 __ F64x2Qfma(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 4031 VISIT_SIMD_QFMOP(F64x2Qfma)
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 1837 __ F64x2Qfma(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 3117 VISIT_SIMD_QFMOP(F64x2Qfma, kRiscvF64x2Qfma)
|
Completed in 84 milliseconds