HomeSort by relevance Sort by last modified time
    Searched refs:FREM (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
FREM.java 21 * FREM - Remainder of floats
26 public class FREM extends ArithmeticInstruction {
30 public FREM() {
31 super(org.apache.bcel.Const.FREM);
ArithmeticInstruction.java 63 case Const.FREM:
InstructionConst.java 106 public static final ArithmeticInstruction FREM = new FREM();
237 INSTRUCTIONS[Const.FREM] = FREM;
InstructionConstants.java 107 ArithmeticInstruction FREM = new FREM();
242 INSTRUCTIONS[Const.FREM] = FREM;
Visitor.java 255 void visitFREM( FREM obj );
EmptyVisitor.java 403 public void visitFREM( final FREM obj ) {
InstructionFactory.java 392 return InstructionConst.FREM;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 235 FADD, FSUB, FMUL, FMA, FDIV, FREM,
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 241 FADD, FSUB, FMUL, FDIV, FREM,
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 175 case ISD::FREM:
176 // FIXME: frem should be handled separately. The fdiv in it is most of it,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 260 FADD, FSUB, FMUL, FDIV, FREM,
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 141 public static final int FREM = 0x72;
469 "72 - frem;" +
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/
Const.java     [all...]
Constants.java     [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
LabelFlowAnalyzerTest.java 206 testInsn(FREM, true);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 150 case ISD::FREM:
SelectionDAGBuilder.h 486 void visitFRem(const User &I) { visitBinary(I, ISD::FREM); }
  /external/jarjar/lib/
asm-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-3.3.jar 
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 144 setOperationAction(ISD::FREM, MVT::f32, Expand);
145 setOperationAction(ISD::FREM, MVT::f64, Expand);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 398 case ISD::FREM:
399 // FIXME: frem should be handled separately. The fdiv in it is most of it,
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 80 setOperationAction(ISD::FREM, MVT::f32, Expand);
81 setOperationAction(ISD::FREM, MVT::f64, Expand);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcISelLowering.cpp 758 setOperationAction(ISD::FREM , MVT::f64, Expand);
762 setOperationAction(ISD::FREM , MVT::f32, Expand);
    [all...]
  /external/desugar/java/com/google/devtools/build/android/desugar/
BytecodeTypeInference.java 316 case Opcodes.FREM:
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h     [all...]

Completed in 1879 milliseconds

1 2 3 4