Home
last modified time | relevance | path

Searched refs:FREM (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstrainedOps.def56 DAG_INSTRUCTION(FRem, 2, 1, experimental_constrained_frem, FREM)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h375 FREM, enumerator
H A DTargetLowering.h2470 case ISD::FREM: in isBinOp()
/netbsd-src/sys/arch/m68k/m68k/
H A Ddb_disasm.h366 #define FREM ENCFT(1,0,0,1,0,1) macro
H A Ddb_disasm.c1456 case FREM: in opcode_fpu()
/netbsd-src/sys/arch/m68k/fpe/
H A DREADME70 FMOVECR, FLOGNP1, FLOGN, FLOG10, FLOG2, FMOD, FREM,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h697 void visitFRem(const User &I) { visitBinary(I, ISD::FREM); } in visitFRem()
H A DSelectionDAGDumper.cpp263 case ISD::FREM: return "frem"; in getOperationName()
H A DLegalizeFloatTypes.cpp111 case ISD::FREM: R = SoftenFloatRes_FREM(N); break; in SoftenFloatResult()
1247 case ISD::FREM: ExpandFloatRes_FREM(N, Lo, Hi); break; in ExpandFloatResult()
2255 case ISD::FREM: in PromoteFloatResult()
2620 case ISD::FREM: in SoftPromoteHalfResult()
H A DLegalizeVectorOps.cpp378 case ISD::FREM: in LegalizeOp()
H A DLegalizeVectorTypes.cpp136 case ISD::FREM: in ScalarizeVectorResult()
1033 case ISD::FREM: in SplitVectorResult()
3042 case ISD::FREM: in WidenVectorResult()
H A DFastISel.cpp1706 return selectBinaryOp(I, ISD::FREM); in selectOperator()
H A DSelectionDAG.cpp4287 case ISD::FREM: in isKnownNeverNaN()
5404 case ISD::FREM: in foldConstantFPMath()
5433 case ISD::FREM: in foldConstantFPMath()
5604 case ISD::FREM: in getNode()
H A DLegalizeDAG.cpp4115 case ISD::FREM: in ConvertNodeToLibcall()
4676 case ISD::FREM: in PromoteNode()
/netbsd-src/sys/arch/m68k/fpsp/
H A Dsrem_mod.sa50 * FREM(X,Y) or FMOD(X,Y), depending on entry point.
H A Ddo_func.sa358 * FREM
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp315 setOperationAction(ISD::FREM, MVT::f16, Custom); in AMDGPUTargetLowering()
316 setOperationAction(ISD::FREM, MVT::f32, Custom); in AMDGPUTargetLowering()
317 setOperationAction(ISD::FREM, MVT::f64, Custom); in AMDGPUTargetLowering()
471 setOperationAction(ISD::FREM, VT, Expand); in AMDGPUTargetLowering()
634 case ISD::FREM: in hasSourceMods()
1244 case ISD::FREM: return LowerFREM(Op, DAG); in LowerOperation()
H A DAMDGPUTargetTransformInfo.cpp657 case ISD::FREM: in getArithmeticInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1628 setOperationAction(ISD::FREM , MVT::f128, Expand); in SparcTargetLowering()
1633 setOperationAction(ISD::FREM , MVT::f64, Expand); in SparcTargetLowering()
1638 setOperationAction(ISD::FREM , MVT::f32, Expand); in SparcTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp348 setOperationAction(ISD::FREM, VT, Expand); in AArch64TargetLowering()
404 setOperationAction(ISD::FREM, MVT::f32, Expand); in AArch64TargetLowering()
405 setOperationAction(ISD::FREM, MVT::f64, Expand); in AArch64TargetLowering()
406 setOperationAction(ISD::FREM, MVT::f80, Expand); in AArch64TargetLowering()
426 setOperationAction(ISD::FREM, MVT::f128, Expand); in AArch64TargetLowering()
573 setOperationAction(ISD::FREM, MVT::f16, Promote); in AArch64TargetLowering()
574 setOperationAction(ISD::FREM, MVT::v4f16, Expand); in AArch64TargetLowering()
575 setOperationAction(ISD::FREM, MVT::v8f16, Expand); in AArch64TargetLowering()
968 setOperationAction(ISD::FREM, MVT::v1f64, Expand); in AArch64TargetLowering()
1403 setOperationAction(ISD::FREM, VT, Expand); in addTypeForNEON()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mmix/
H A Dmmix.md257 "FREM %0,%1,%2")
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mmix/
H A Dmmix.md281 "FREM %0,%1,%2")
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1766 case FRem: return ISD::FREM; in InstructionOpcodeToISD()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1593 {ISD::FDIV, ISD::FREM, ISD::FSQRT, ISD::FSIN, ISD::FCOS, ISD::FSINCOS, in HexagonTargetLowering()
1638 ISD::FREM, ISD::FNEG, ISD::FABS, ISD::FSQRT, ISD::FSIN, in HexagonTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp109 {ISD::FSIN, ISD::FCOS, ISD::FSINCOS, ISD::FPOW, ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()

12