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

1 2

  /external/javassist/src/main/javassist/bytecode/
Opcode.java 103 int FREM = 114;
358 -1, // frem, 114
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 235 FADD, FSUB, FMUL, FMA, FDIV, FREM,
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 141 public static final int FREM = 0x72;
468 "72 - frem;" +
BytecodeArray.java 623 case ByteOps.FREM:
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 144 setOperationAction(ISD::FREM, MVT::f32, Expand);
145 setOperationAction(ISD::FREM, MVT::f64, Expand);
    [all...]
  /prebuilt/common/asm/
asm-3.1.jar 
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 179 case ISD::FREM:
SelectionDAGBuilder.h 486 void visitFRem(const User &I) { visitBinary(I, ISD::FREM); }
LegalizeVectorTypes.cpp 103 case ISD::FREM:
492 case ISD::FREM:
    [all...]
FastISel.cpp 907 case Instruction::FRem:
908 return SelectBinaryOp(I, ISD::FREM);
    [all...]
SelectionDAG.cpp     [all...]
LegalizeFloatTypes.cpp 87 case ISD::FREM: R = SoftenFloatRes_FREM(N); break;
    [all...]
TargetLowering.cpp 644 case ISD::FREM:
    [all...]
DAGCombiner.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 80 setOperationAction(ISD::FREM, MVT::f32, Expand);
81 setOperationAction(ISD::FREM, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 758 setOperationAction(ISD::FREM , MVT::f64, Expand);
762 setOperationAction(ISD::FREM , MVT::f32, Expand);
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 360 case FREM:
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 72 setOperationAction(ISD::FREM, MVT::f32, Expand);
    [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 938 '%', DREM, FREM, LREM, IREM,
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 214 setOperationAction(ISD::FREM , MVT::f64, Expand);
217 setOperationAction(ISD::FREM , MVT::f32, Expand);
    [all...]
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 126 setOperationAction(ISD::FREM , MVT::f64, Expand);
131 setOperationAction(ISD::FREM , MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 156 setOperationAction(ISD::FREM, VT.getSimpleVT(), Expand);
464 setOperationAction(ISD::FREM, MVT::v2f64, Expand);
706 setOperationAction(ISD::FREM, MVT::f64, Expand);
707 setOperationAction(ISD::FREM, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 377 setOperationAction(ISD::FREM , MVT::f32 , Expand);
378 setOperationAction(ISD::FREM , MVT::f64 , Expand);
379 setOperationAction(ISD::FREM , MVT::f80 , Expand);
707 setOperationAction(ISD::FREM, (MVT::SimpleValueType)VT, Expand);
    [all...]

Completed in 597 milliseconds

1 2