Searched refs:FREM (Results 1 - 25 of 39) sorted by relevance

12

/external/javassist/src/main/javassist/bytecode/
H A DOpcode.java103 int FREM = 114; field in interface:Opcode
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h232 FADD, FSUB, FMUL, FDIV, FREM, enumerator in enum:llvm::ISD::NodeType
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DOpcodes.java253 int FREM = 114; // - field in interface:Opcodes
H A DFrame.java359 // -1, //FREM, // -
1091 case Opcodes.FREM:
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DBasicInterpreter.java251 case FREM:
H A DBasicVerifier.java253 case FREM:
H A DFrame.java442 case Opcodes.FREM:
/external/jarjar/lib/
H A Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h734 void visitFRem(const User &I) { visitBinary(I, ISD::FREM); }
H A DSelectionDAGDumper.cpp192 case ISD::FREM: return "frem";
H A DLegalizeVectorOps.cpp271 case ISD::FREM:
H A DLegalizeFloatTypes.cpp93 case ISD::FREM: R = SoftenFloatRes_FREM(N); break;
916 case ISD::FREM: ExpandFloatRes_FREM(N, Lo, Hi); break;
1758 case ISD::FREM:
H A DLegalizeVectorTypes.cpp113 case ISD::FREM:
670 case ISD::FREM:
1764 case ISD::FREM:
H A DFastISel.cpp1499 return selectBinaryOp(I, ISD::FREM);
H A DSelectionDAG.cpp3242 case ISD::FREM:
3520 case ISD::FREM :
3556 case ISD::FREM:
3596 case ISD::FREM:
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp889 case ISD::FREM:
1539 case FRem: return ISD::FREM;
/external/javassist/src/main/javassist/bytecode/analysis/
H A DExecutor.java360 case FREM:
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp135 setOperationAction(ISD::FREM, MVT::f32, Custom);
136 setOperationAction(ISD::FREM, MVT::f64, Custom);
369 setOperationAction(ISD::FREM, VT, Expand);
611 case ISD::FREM: return LowerFREM(Op, DAG);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1517 setOperationAction(ISD::FREM , MVT::f128, Expand);
1522 setOperationAction(ISD::FREM , MVT::f64, Expand);
1527 setOperationAction(ISD::FREM , MVT::f32, Expand);
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java938 '%', DREM, FREM, LREM, IREM,
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp151 setOperationAction(ISD::FREM, MVT::f32, Expand);
152 setOperationAction(ISD::FREM, MVT::f64, Expand);
153 setOperationAction(ISD::FREM, MVT::f80, Expand);
171 setOperationAction(ISD::FREM, MVT::f128, Expand);
293 setOperationAction(ISD::FREM, MVT::f16, Promote);
346 setOperationAction(ISD::FREM, MVT::v4f16, Expand);
378 setOperationAction(ISD::FREM, MVT::v8f16, Expand);
532 setOperationAction(ISD::FREM, MVT::v1f64, Expand);
676 setOperationAction(ISD::FREM, VT.getSimpleVT(), Expand);
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1691 setOperationAction(ISD::FREM, MVT::f64, Expand);
1694 setOperationAction(ISD::FREM, MVT::f32, Expand);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 549 milliseconds

12