Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1166 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/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp359 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/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h170 FNMSUB, enumerator
H A DP9InstrResources.td424 FNMSUB,
H A DPPCISelLowering.cpp1701 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 DPPCInstrInfo.td248 def PPCfnmsub : SDNode<"PPCISD::FNMSUB" , SDTFPTernaryOp>;
3246 defm FNMSUB : AForm_1r<63, 30,
3609 (FNMSUB $A, $B, $C)>;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h555 FNMSUB, enumerator
H A DX86InstrFragmentsSIMD.td549 def X86Fnmsub : SDNode<"X86ISD::FNMSUB", SDTFPTernaryOp, [SDNPCommutative]>;
H A DX86ISelLowering.cpp31518 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/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SchedThunderX2T99.td1181 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
H A DAArch64SchedThunderX3T110.td1289 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
H A DAArch64SchedA64FX.td1557 (instregex "^FMADD", "^FMSUB", "^FNMADD", "^FNMSUB")>;
H A DAArch64InstrInfo.td3914 defm FNMSUB : ThreeOperandFPData<1, 1, "fnmsub",
/netbsd/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.md326 ;; FNMSUB{s,d} FNMUL{s,d} FNsMULd FsMULd
/netbsd/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.md326 ;; FNMSUB{s,d} FNMUL{s,d} FNsMULd FsMULd