Home
last modified time | relevance | path

Searched refs:FNMSUB (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h473 FNMSUB, enumerator
DX86InstrFragmentsSIMD.td539 def X86Fnmsub : SDNode<"X86ISD::FNMSUB", SDTFPTernaryOp, [SDNPCommutative]>;
DX86ISelLowering.cpp29821 case X86ISD::FNMSUB: return "X86ISD::FNMSUB"; in getTargetNodeName()
42519 case X86ISD::FMSUB: Opcode = X86ISD::FNMSUB; break; in negateFMAOpcode()
42523 case X86ISD::FNMSUB: Opcode = X86ISD::FMSUB; break; in negateFMAOpcode()
42535 case X86ISD::FNMADD: Opcode = X86ISD::FNMSUB; break; in negateFMAOpcode()
42537 case X86ISD::FNMSUB: Opcode = X86ISD::FNMADD; break; in negateFMAOpcode()
42549 case ISD::FMA: Opcode = X86ISD::FNMSUB; break; in negateFMAOpcode()
42555 case X86ISD::FNMSUB: Opcode = ISD::FMA; break; in negateFMAOpcode()
42585 SDValue NewNode = DAG.getNode(X86ISD::FNMSUB, DL, VT, Arg.getOperand(0), in combineFneg()
42597 case X86ISD::FNMSUB: in combineFneg()
42632 case X86ISD::FNMSUB: in isNegatibleForFree()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DP9InstrResources.td423 FNMSUB,
DPPCInstrInfo.td2968 defm FNMSUB : AForm_1r<63, 30,
3305 // Additional FNMSUB patterns: -a*c + b == -(a*c - b)
3307 (FNMSUB $A, $C, $B)>;
3309 (FNMSUB $A, $C, $B)>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenMCCodeEmitter.inc960 UINT64_C(4227858492), // FNMSUB
3537 case PPC::FNMSUB:
7370 CEFBS_None, // FNMSUB = 947
DPPCGenInstrInfo.inc962 FNMSUB = 947,
3931 …ommutable), 0x18ULL, ImplicitList18, nullptr, OperandInfo115, -1 ,nullptr }, // Inst #947 = FNMSUB
12661 { PPC::FNMSUB_rec, PPC::FNMSUB },
12861 { PPC::FNMSUB, PPC::FNMSUB_rec },
DPPCGenAsmWriter.inc2615 19609U, // FNMSUB
4906 134U, // FNMSUB
DPPCGenDisassemblerTables.inc3541 /* 17010 */ MCD::OPC_Decode, 179, 7, 177, 1, // Opcode: FNMSUB
DPPCGenAsmMatcher.inc5694 …{ 6043 /* fnmsub */, PPC::FNMSUB, Convert__RegF8RC1_0__RegF8RC1_1__RegF8RC1_2__RegF8RC1_3, AMFBS_N…
DPPCGenDAGISel.inc36494 /* 93439*/ OPC_MorphNodeTo1, TARGET_VAL(PPC::FNMSUB), 0,
36497 … // Dst: (FNMSUB:{ *:[f64] } f64:{ *:[f64] }:$FRA, f64:{ *:[f64] }:$FRC, f64:{ *:[f64] }:$FRB)
38015 /* 96659*/ OPC_MorphNodeTo1, TARGET_VAL(PPC::FNMSUB), 0,
38018 // Dst: (FNMSUB:{ *:[f64] } ?:{ *:[f64] }:$A, ?:{ *:[f64] }:$C, ?:{ *:[f64] }:$B)
38028 /* 96681*/ OPC_MorphNodeTo1, TARGET_VAL(PPC::FNMSUB), 0,
38031 // Dst: (FNMSUB:{ *:[f64] } ?:{ *:[f64] }:$A, ?:{ *:[f64] }:$C, ?:{ *:[f64] }:$B)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedThunderX2T99.td1181 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
DAArch64InstrInfo.td3502 defm FNMSUB : ThreeOperandFPData<1, 1, "fnmsub",