/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/CodeGen/SelectionDAG/ |
LegalizeVectorOps.cpp | 147 case ISD::FREM:
|
SelectionDAGBuilder.h | 468 void visitFRem(const User &I) { visitBinary(I, ISD::FREM); }
|
LegalizeVectorTypes.cpp | 103 case ISD::FREM: 492 case ISD::FREM: [all...] |
FastISel.cpp | 895 case Instruction::FRem: 896 return SelectBinaryOp(I, ISD::FREM); [all...] |
SelectionDAG.cpp | [all...] |
LegalizeFloatTypes.cpp | 86 case ISD::FREM: R = SoftenFloatRes_FREM(N); break; [all...] |
TargetLowering.cpp | 642 case ISD::FREM: [all...] |
DAGCombiner.cpp | [all...] |
LegalizeDAG.cpp | [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 143 setOperationAction(ISD::FREM, MVT::f32, Expand); 144 setOperationAction(ISD::FREM, MVT::f64, Expand); [all...] |
/prebuilt/common/asm/ |
asm-3.1.jar | |
/external/llvm/lib/Target/Alpha/ |
AlphaISelLowering.cpp | 79 setOperationAction(ISD::FREM, MVT::f32, Expand); 80 setOperationAction(ISD::FREM, MVT::f64, Expand); [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | 756 setOperationAction(ISD::FREM , MVT::f64, Expand); 760 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 | 71 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 | 213 setOperationAction(ISD::FREM , MVT::f64, Expand); 216 setOperationAction(ISD::FREM , MVT::f32, Expand); [all...] |
/prebuilt/common/jarjar/ |
jarjar-1.0rc8.jar | |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | 155 setOperationAction(ISD::FREM, VT.getSimpleVT(), Expand); 454 setOperationAction(ISD::FREM, MVT::v2f64, Expand); 702 setOperationAction(ISD::FREM, MVT::f64, Expand); 703 setOperationAction(ISD::FREM, MVT::f32, Expand) [all...] |
/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/X86/ |
X86ISelLowering.cpp | 415 setOperationAction(ISD::FREM , MVT::f32 , Expand); 416 setOperationAction(ISD::FREM , MVT::f64 , Expand); 417 setOperationAction(ISD::FREM , MVT::f80 , Expand); 724 setOperationAction(ISD::FREM, (MVT::SimpleValueType)VT, Expand); [all...] |