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/ |
D | X86ISelLowering.h | 473 FNMSUB, enumerator
|
D | X86InstrFragmentsSIMD.td | 539 def X86Fnmsub : SDNode<"X86ISD::FNMSUB", SDTFPTernaryOp, [SDNPCommutative]>;
|
D | X86ISelLowering.cpp | 29821 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/ |
D | P9InstrResources.td | 423 FNMSUB,
|
D | PPCInstrInfo.td | 2968 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/ |
D | PPCGenMCCodeEmitter.inc | 960 UINT64_C(4227858492), // FNMSUB 3537 case PPC::FNMSUB: 7370 CEFBS_None, // FNMSUB = 947
|
D | PPCGenInstrInfo.inc | 962 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 },
|
D | PPCGenAsmWriter.inc | 2615 19609U, // FNMSUB 4906 134U, // FNMSUB
|
D | PPCGenDisassemblerTables.inc | 3541 /* 17010 */ MCD::OPC_Decode, 179, 7, 177, 1, // Opcode: FNMSUB
|
D | PPCGenAsmMatcher.inc | 5694 …{ 6043 /* fnmsub */, PPC::FNMSUB, Convert__RegF8RC1_0__RegF8RC1_1__RegF8RC1_2__RegF8RC1_3, AMFBS_N…
|
D | PPCGenDAGISel.inc | 36494 /* 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/ |
D | AArch64SchedThunderX2T99.td | 1181 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
|
D | AArch64InstrInfo.td | 3502 defm FNMSUB : ThreeOperandFPData<1, 1, "fnmsub",
|