Home
last modified time | relevance | path

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

12

/external/javassist/src/main/javassist/bytecode/
DOpcode.java103 int FREM = 114; field
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DOpcodes.java253 int FREM = 114; // - field
DFrame.java1091 case Opcodes.FREM: in execute()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h232 FADD, FSUB, FMUL, FDIV, FREM, enumerator
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DBasicInterpreter.java251 case FREM: in binaryOperation()
DBasicVerifier.java253 case FREM: in binaryOperation()
DFrame.java442 case Opcodes.FREM: in execute()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp192 case ISD::FREM: return "frem"; in getOperationName()
DSelectionDAGBuilder.h734 void visitFRem(const User &I) { visitBinary(I, ISD::FREM); } in visitFRem()
DLegalizeFloatTypes.cpp93 case ISD::FREM: R = SoftenFloatRes_FREM(N); break; in SoftenFloatResult()
916 case ISD::FREM: ExpandFloatRes_FREM(N, Lo, Hi); break; in ExpandFloatResult()
1758 case ISD::FREM: in PromoteFloatResult()
DLegalizeVectorOps.cpp271 case ISD::FREM: in LegalizeOp()
DLegalizeVectorTypes.cpp113 case ISD::FREM: in ScalarizeVectorResult()
670 case ISD::FREM: in SplitVectorResult()
1764 case ISD::FREM: in WidenVectorResult()
DSelectionDAG.cpp3242 case ISD::FREM: in getNode()
3520 case ISD::FREM : in getNode()
3556 case ISD::FREM: in getNode()
3596 case ISD::FREM: in getNode()
DFastISel.cpp1499 return selectBinaryOp(I, ISD::FREM); in selectOperator()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp889 case ISD::FREM: in canOpTrap()
1539 case FRem: return ISD::FREM; in InstructionOpcodeToISD()
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp135 setOperationAction(ISD::FREM, MVT::f32, Custom); in AMDGPUTargetLowering()
136 setOperationAction(ISD::FREM, MVT::f64, Custom); in AMDGPUTargetLowering()
369 setOperationAction(ISD::FREM, VT, Expand); in AMDGPUTargetLowering()
611 case ISD::FREM: return LowerFREM(Op, DAG); in LowerOperation()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java360 case FREM: in execute()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp151 setOperationAction(ISD::FREM, MVT::f32, Expand); in AArch64TargetLowering()
152 setOperationAction(ISD::FREM, MVT::f64, Expand); in AArch64TargetLowering()
153 setOperationAction(ISD::FREM, MVT::f80, Expand); in AArch64TargetLowering()
171 setOperationAction(ISD::FREM, MVT::f128, Expand); in AArch64TargetLowering()
293 setOperationAction(ISD::FREM, MVT::f16, Promote); in AArch64TargetLowering()
346 setOperationAction(ISD::FREM, MVT::v4f16, Expand); in AArch64TargetLowering()
378 setOperationAction(ISD::FREM, MVT::v8f16, Expand); in AArch64TargetLowering()
532 setOperationAction(ISD::FREM, MVT::v1f64, Expand); in AArch64TargetLowering()
676 setOperationAction(ISD::FREM, VT.getSimpleVT(), Expand); in addTypeForNEON()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1517 setOperationAction(ISD::FREM , MVT::f128, Expand); in SparcTargetLowering()
1522 setOperationAction(ISD::FREM , MVT::f64, Expand); in SparcTargetLowering()
1527 setOperationAction(ISD::FREM , MVT::f32, Expand); in SparcTargetLowering()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java938 '%', DREM, FREM, LREM, IREM,
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1691 setOperationAction(ISD::FREM, MVT::f64, Expand); in HexagonTargetLowering()
1694 setOperationAction(ISD::FREM, MVT::f32, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp143 setOperationAction(ISD::FREM, MVT::ppcf128, Expand); in PPCTargetLowering()
165 setOperationAction(ISD::FREM , MVT::f64, Expand); in PPCTargetLowering()
171 setOperationAction(ISD::FREM , MVT::f32, Expand); in PPCTargetLowering()
443 setOperationAction(ISD::FREM, VT, Expand); in PPCTargetLowering()
631 setOperationAction(ISD::FREM, MVT::v4f64, Expand); in PPCTargetLowering()
684 setOperationAction(ISD::FREM, MVT::v4f32, Expand); in PPCTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp353 setOperationAction(ISD::FREM, MVT::f32, Expand); in MipsTargetLowering()
354 setOperationAction(ISD::FREM, MVT::f64, Expand); in MipsTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td394 def frem : SDNode<"ISD::FREM" , SDTFPBinOp>;
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp149 setOperationAction(ISD::FREM, VT, Expand); in addTypeForNEON()
453 setOperationAction(ISD::FREM, MVT::v2f64, Expand); in ARMTargetLowering()
598 setOperationAction(ISD::FREM, MVT::f64, Expand); in ARMTargetLowering()
862 setOperationAction(ISD::FREM, MVT::f64, Expand); in ARMTargetLowering()
863 setOperationAction(ISD::FREM, MVT::f32, Expand); in ARMTargetLowering()

12