| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/epiphany/ieee-754/ |
| H A D | fast_div.S | 109 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 D | fast_div.S | 109 FMSUB P0H,R0,P0L ; label 112 FMSUB TMP0,R0,P0L ; label
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 1162 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 D | X86InstComments.cpp | 325 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 D | r6-fpu.s | 1 # mips r6 fpu test for FMADD/FMSUB etc.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 554 FMSUB, enumerator
|
| H A D | X86InstrFragmentsSIMD.td | 544 def X86Fmsub : SDNode<"X86ISD::FMSUB", SDTFPTernaryOp, [SDNPCommutative]>;
|
| H A D | X86ISelLowering.cpp | 31514 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 D | P9InstrResources.td | 414 (instregex "FMSUB(S)?$"),
|
| H A D | PPCInstrInfo.td | 3226 defm FMSUB : AForm_1r<63, 28, 3613 (FMSUB $A, $B, $C)>;
|
| /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 | 3910 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 D | sparc.md | 325 ;; 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 D | sparc.md | 325 ;; fpmul: FMADD{s,d} FMSUB{s,d} FMUL{s,d,q} FNMADD{s,d}
|