Home
last modified time | relevance | path

Searched refs:FMSUB (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/epiphany/ieee-754/
H A Dfast_div.S109 FMSUB P0H,R0,P0L ; label
112 FMSUB TMP0,R0,P0L ; label
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/epiphany/ieee-754/
H A Dfast_div.S109 FMSUB P0H,R0,P0L ; label
112 FMSUB TMP0,R0,P0L ; label
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1162 case CASE_VFMA_SPLATS(FMSUB): in findCommutedOpIndices()
1183 case CASE_VFMA_OPCODE_LMULS(FMSUB, VV): in findCommutedOpIndices()
1282 case CASE_VFMA_SPLATS(FMSUB): in commuteInstructionImpl()
1301 CASE_VFMA_CHANGE_OPCODE_SPLATS(FMSAC, FMSUB) in commuteInstructionImpl()
1302 CASE_VFMA_CHANGE_OPCODE_SPLATS(FMSUB, FMSAC) in commuteInstructionImpl()
1308 CASE_VFMA_CHANGE_OPCODE_LMULS(FMSAC, FMSUB, VV) in commuteInstructionImpl()
1319 case CASE_VFMA_OPCODE_LMULS(FMSUB, VV): in commuteInstructionImpl()
1331 CASE_VFMA_CHANGE_OPCODE_LMULS(FMSUB, FMSAC, VV) in commuteInstructionImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstComments.cpp325 CASE_FMA4_PACKED_RR(FMSUB) in printFMAComments()
326 CASE_FMA4_SCALAR_RR(FMSUB) in printFMAComments()
329 CASE_FMA4_PACKED_RM(FMSUB) in printFMAComments()
330 CASE_FMA4_SCALAR_RM(FMSUB) in printFMAComments()
335 CASE_FMA4_PACKED_MR(FMSUB) in printFMAComments()
336 CASE_FMA4_SCALAR_MR(FMSUB) in printFMAComments()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/
H A Dr6-fpu.s1 # mips r6 fpu test for FMADD/FMSUB etc.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h554 FMSUB, enumerator
H A DX86InstrFragmentsSIMD.td544 def X86Fmsub : SDNode<"X86ISD::FMSUB", SDTFPTernaryOp, [SDNPCommutative]>;
H A DX86ISelLowering.cpp31514 NODE_NAME_CASE(FMSUB) in getTargetNodeName()
38153 if (FMSub.getOpcode() != X86ISD::FMSUB) in combineShuffleToFMAddSub()
38156 if (FMAdd.getOpcode() != ISD::FMA || FMSub.getOpcode() != X86ISD::FMSUB || in combineShuffleToFMAddSub()
46964 case X86ISD::FMSUB: Opcode = X86ISD::FNMSUB; break; in negateFMAOpcode()
46970 case X86ISD::FNMSUB: Opcode = X86ISD::FMSUB; break; in negateFMAOpcode()
46979 case ISD::FMA: Opcode = X86ISD::FMSUB; break; in negateFMAOpcode()
46982 case X86ISD::FMSUB: Opcode = ISD::FMA; break; in negateFMAOpcode()
47004 case X86ISD::FMSUB: Opcode = X86ISD::FNMADD; break; in negateFMAOpcode()
47006 case X86ISD::FNMADD: Opcode = X86ISD::FMSUB; break; in negateFMAOpcode()
47071 case X86ISD::FMSUB: in getNegatedExpression()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td414 (instregex "FMSUB(S)?$"),
H A DPPCInstrInfo.td3226 defm FMSUB : AForm_1r<63, 28,
3613 (FMSUB $A, $B, $C)>;
/netbsd-src/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.td3910 defm FMSUB : ThreeOperandFPData<0, 1, "fmsub",
3920 // N.b. FMSUB etc have the accumulator at the *end* of (outs), unlike
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.md325 ;; fpmul: FMADD{s,d} FMSUB{s,d} FMUL{s,d,q} FNMADD{s,d}
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.md325 ;; fpmul: FMADD{s,d} FMSUB{s,d} FMUL{s,d,q} FNMADD{s,d}