Searched refs:FNMADD (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 471 FNMADD, enumerator
|
D | X86InstrFragmentsSIMD.td | 537 def X86Fnmadd : SDNode<"X86ISD::FNMADD", SDTFPTernaryOp, [SDNPCommutative]>;
|
D | X86ISelLowering.cpp | 29820 case X86ISD::FNMADD: return "X86ISD::FNMADD"; in getTargetNodeName() 42517 case ISD::FMA: Opcode = X86ISD::FNMADD; break; in negateFMAOpcode() 42521 case X86ISD::FNMADD: Opcode = ISD::FMA; break; in negateFMAOpcode() 42535 case X86ISD::FNMADD: Opcode = X86ISD::FNMSUB; break; in negateFMAOpcode() 42537 case X86ISD::FNMSUB: Opcode = X86ISD::FNMADD; break; in negateFMAOpcode() 42551 case X86ISD::FMSUB: Opcode = X86ISD::FNMADD; break; in negateFMAOpcode() 42553 case X86ISD::FNMADD: Opcode = X86ISD::FMSUB; break; in negateFMAOpcode() 42596 case X86ISD::FNMADD: in combineFneg() 42631 case X86ISD::FNMADD: in isNegatibleForFree() 42671 case X86ISD::FNMADD: in getNegatedExpression() [all …]
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | constants-ppc.h | 1935 V(fnmadd, FNMADD, 0xFC00003E) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | P9InstrResources.td | 421 FNMADD,
|
D | PPCInstrInfo.td | 2958 defm FNMADD : AForm_1r<63, 31,
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
D | disasm-arm64.cc | 1248 FORMAT(FNMADD, "fnmadd"); in VisitFPDataProcessing3Source()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenMCCodeEmitter.inc | 956 UINT64_C(4227858494), // FNMADD 3533 case PPC::FNMADD: 7366 CEFBS_None, // FNMADD = 943
|
D | PPCGenInstrInfo.inc | 958 FNMADD = 943, 3927 …ommutable), 0x18ULL, ImplicitList18, nullptr, OperandInfo115, -1 ,nullptr }, // Inst #943 = FNMADD 12659 { PPC::FNMADD_rec, PPC::FNMADD }, 12859 { PPC::FNMADD, PPC::FNMADD_rec },
|
D | PPCGenAsmWriter.inc | 2611 19937U, // FNMADD 4902 134U, // FNMADD
|
D | PPCGenDisassemblerTables.inc | 3545 /* 17030 */ MCD::OPC_Decode, 175, 7, 177, 1, // Opcode: FNMADD
|
D | PPCGenAsmMatcher.inc | 5690 …{ 6028 /* fnmadd */, PPC::FNMADD, Convert__RegF8RC1_0__RegF8RC1_1__RegF8RC1_2__RegF8RC1_3, AMFBS_N…
|
D | PPCGenDAGISel.inc | 36510 /* 93470*/ OPC_MorphNodeTo1, TARGET_VAL(PPC::FNMADD), 0, 36513 … // Dst: (FNMADD:{ *:[f64] } f64:{ *:[f64] }:$FRA, f64:{ *:[f64] }:$FRC, f64:{ *:[f64] }:$FRB)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedThunderX2T99.td | 1181 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
|
D | AArch64InstrInfo.td | 3500 defm FNMADD : ThreeOperandFPData<1, 0, "fnmadd", 3511 // Here we handle first -(a + b*c) for FNMADD:
|
/third_party/vixl/src/aarch64/ |
D | disasm-aarch64.cc | 2467 FORMAT(FNMADD, "fnmadd"); in Disassembler()
|
/third_party/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 4188 ### FNMADD ### subsection
|