Home
last modified time | relevance | path

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/
DX86ISelLowering.h471 FNMADD, enumerator
DX86InstrFragmentsSIMD.td537 def X86Fnmadd : SDNode<"X86ISD::FNMADD", SDTFPTernaryOp, [SDNPCommutative]>;
DX86ISelLowering.cpp29820 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/
Dconstants-ppc.h1935 V(fnmadd, FNMADD, 0xFC00003E) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DP9InstrResources.td421 FNMADD,
DPPCInstrInfo.td2958 defm FNMADD : AForm_1r<63, 31,
/third_party/node/deps/v8/src/diagnostics/arm64/
Ddisasm-arm64.cc1248 FORMAT(FNMADD, "fnmadd"); in VisitFPDataProcessing3Source()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenMCCodeEmitter.inc956 UINT64_C(4227858494), // FNMADD
3533 case PPC::FNMADD:
7366 CEFBS_None, // FNMADD = 943
DPPCGenInstrInfo.inc958 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 },
DPPCGenAsmWriter.inc2611 19937U, // FNMADD
4902 134U, // FNMADD
DPPCGenDisassemblerTables.inc3545 /* 17030 */ MCD::OPC_Decode, 175, 7, 177, 1, // Opcode: FNMADD
DPPCGenAsmMatcher.inc5690 …{ 6028 /* fnmadd */, PPC::FNMADD, Convert__RegF8RC1_0__RegF8RC1_1__RegF8RC1_2__RegF8RC1_3, AMFBS_N…
DPPCGenDAGISel.inc36510 /* 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/
DAArch64SchedThunderX2T99.td1181 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
DAArch64InstrInfo.td3500 defm FNMADD : ThreeOperandFPData<1, 0, "fnmadd",
3511 // Here we handle first -(a + b*c) for FNMADD:
/third_party/vixl/src/aarch64/
Ddisasm-aarch64.cc2467 FORMAT(FNMADD, "fnmadd"); in Disassembler()
/third_party/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md4188 ### FNMADD ### subsection