Searched refs:FNMSUB (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 1166 case CASE_VFMA_SPLATS(FNMSUB): in findCommutedOpIndices() 1185 case CASE_VFMA_OPCODE_LMULS(FNMSUB, VV): { in findCommutedOpIndices() 1286 case CASE_VFMA_SPLATS(FNMSUB): in commuteInstructionImpl() 1305 CASE_VFMA_CHANGE_OPCODE_SPLATS(FNMSAC, FNMSUB) in commuteInstructionImpl() 1306 CASE_VFMA_CHANGE_OPCODE_SPLATS(FNMSUB, FNMSAC) in commuteInstructionImpl() 1310 CASE_VFMA_CHANGE_OPCODE_LMULS(FNMSAC, FNMSUB, VV) in commuteInstructionImpl() 1321 case CASE_VFMA_OPCODE_LMULS(FNMSUB, VV): { in commuteInstructionImpl() 1333 CASE_VFMA_CHANGE_OPCODE_LMULS(FNMSUB, FNMSAC, VV) in commuteInstructionImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86InstComments.cpp | 359 CASE_FMA4_PACKED_RR(FNMSUB) in printFMAComments() 360 CASE_FMA4_SCALAR_RR(FNMSUB) in printFMAComments() 363 CASE_FMA4_PACKED_RM(FNMSUB) in printFMAComments() 364 CASE_FMA4_SCALAR_RM(FNMSUB) in printFMAComments() 370 CASE_FMA4_PACKED_MR(FNMSUB) in printFMAComments() 371 CASE_FMA4_SCALAR_MR(FNMSUB) in printFMAComments()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 170 FNMSUB, enumerator
|
| H A D | P9InstrResources.td | 424 FNMSUB,
|
| H A D | PPCISelLowering.cpp | 1701 case PPCISD::FNMSUB: return "PPCISD::FNMSUB"; in getTargetNodeName() 14689 case PPCISD::FNMSUB: in PerformDAGCombine() 16331 return PPCISD::FNMSUB; in invertFMAOpcode() 16332 case PPCISD::FNMSUB: in invertFMAOpcode() 16349 case PPCISD::FNMSUB: in getNegatedExpression()
|
| H A D | PPCInstrInfo.td | 248 def PPCfnmsub : SDNode<"PPCISD::FNMSUB" , SDTFPTernaryOp>; 3246 defm FNMSUB : AForm_1r<63, 30, 3609 (FNMSUB $A, $B, $C)>;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 555 FNMSUB, enumerator
|
| H A D | X86InstrFragmentsSIMD.td | 549 def X86Fnmsub : SDNode<"X86ISD::FNMSUB", SDTFPTernaryOp, [SDNPCommutative]>;
|
| H A D | X86ISelLowering.cpp | 31518 NODE_NAME_CASE(FNMSUB) in getTargetNodeName() 46964 case X86ISD::FMSUB: Opcode = X86ISD::FNMSUB; break; in negateFMAOpcode() 46970 case X86ISD::FNMSUB: Opcode = X86ISD::FMSUB; break; in negateFMAOpcode() 46985 case X86ISD::FNMADD: Opcode = X86ISD::FNMSUB; break; in negateFMAOpcode() 46988 case X86ISD::FNMSUB: Opcode = X86ISD::FNMADD; break; in negateFMAOpcode() 47002 case ISD::FMA: Opcode = X86ISD::FNMSUB; break; in negateFMAOpcode() 47008 case X86ISD::FNMSUB: Opcode = ISD::FMA; break; in negateFMAOpcode() 47040 SDValue NewNode = DAG.getNode(X86ISD::FNMSUB, DL, VT, Arg.getOperand(0), in combineFneg() 47073 case X86ISD::FNMSUB: in getNegatedExpression() 50935 case X86ISD::FNMSUB: in PerformDAGCombine()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedThunderX2T99.td | 1181 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
|
| H A D | AArch64SchedThunderX3T110.td | 1289 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
|
| H A D | AArch64SchedA64FX.td | 1557 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
|
| H A D | AArch64InstrInfo.td | 3914 defm FNMSUB : ThreeOperandFPData<1, 1, "fnmsub",
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
| H A D | sparc.md | 326 ;; FNMSUB{s,d} FNMUL{s,d} FNsMULd FsMULd
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| H A D | sparc.md | 326 ;; FNMSUB{s,d} FNMUL{s,d} FNsMULd FsMULd
|