Home
last modified time | relevance | path

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

123

/external/llvm/test/CodeGen/X86/
Dfrem-msvc32.ll1 ; Make sure that 32-bit FREM is promoted to 64-bit FREM on 32-bit MSVC.
/external/javassist/src/main/javassist/bytecode/
DOpcode.java103 int FREM = 114; field
/external/annotation-tools/asmx/core/org/objectweb/asm/
DOpcodes.class<Unknown> package org.objectweb.asm public abstract org.objectweb.asm.Opcodes extends ...
/external/annotation-tools/asmx/src/org/objectweb/asm/
DOpcodes.java273 int FREM = 114; // - field
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h235 FADD, FSUB, FMUL, FMA, FDIV, FREM, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h241 FADD, FSUB, FMUL, FDIV, FREM, enumerator
/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp175 case ISD::FREM: in getArithmeticInstrCost()
DAMDGPUISelLowering.cpp255 setOperationAction(ISD::FREM, MVT::f32, Custom); in AMDGPUTargetLowering()
256 setOperationAction(ISD::FREM, MVT::f64, Custom); in AMDGPUTargetLowering()
416 setOperationAction(ISD::FREM, VT, Expand); in AMDGPUTargetLowering()
712 case ISD::FREM: return LowerFREM(Op, DAG); in LowerOperation()
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
DBasicInterpreter.java260 case FREM: in binaryOperation()
DBasicVerifier.java254 case FREM: in binaryOperation()
DFrame.java445 case Opcodes.FREM: in execute()
/external/annotation-tools/asmx/src/org/objectweb/asm/commons/
DAdviceAdapter.java192 case FREM: in visitInsn()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java206 testInsn(FREM, true); in testInsn()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp150 case ISD::FREM: in LegalizeOp()
DSelectionDAGBuilder.h486 void visitFRem(const User &I) { visitBinary(I, ISD::FREM); } in visitFRem()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp144 setOperationAction(ISD::FREM, MVT::f32, Expand); in SystemZTargetLowering()
145 setOperationAction(ISD::FREM, MVT::f64, Expand); in SystemZTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp80 setOperationAction(ISD::FREM, MVT::f32, Expand); in AlphaTargetLowering()
81 setOperationAction(ISD::FREM, MVT::f64, Expand); in AlphaTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp202 case ISD::FREM: return "frem"; in getOperationName()
DSelectionDAGBuilder.h837 void visitFRem(const User &I) { visitBinary(I, ISD::FREM); } in visitFRem()
DLegalizeFloatTypes.cpp99 case ISD::FREM: R = SoftenFloatRes_FREM(N); break; in SoftenFloatResult()
1046 case ISD::FREM: ExpandFloatRes_FREM(N, Lo, Hi); break; in ExpandFloatResult()
1895 case ISD::FREM: in PromoteFloatResult()
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
DGASMifierMethodVisitor.java302 case FREM: in visitInsn()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp82 ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp758 setOperationAction(ISD::FREM , MVT::f64, Expand); in SparcTargetLowering()
762 setOperationAction(ISD::FREM , MVT::f32, Expand); in SparcTargetLowering()
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java315 case Opcodes.FREM: in visitInsn()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp967 case ISD::FREM: in canOpTrap()
1683 case FRem: return ISD::FREM; in InstructionOpcodeToISD()

123