/external/llvm/test/CodeGen/X86/ |
D | frem-msvc32.ll | 1 ; Make sure that 32-bit FREM is promoted to 64-bit FREM on 32-bit MSVC.
|
/external/javassist/src/main/javassist/bytecode/ |
D | Opcode.java | 103 int FREM = 114; field
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
D | Opcodes.java | 253 int FREM = 114; // - field
|
D | Frame.java | 1091 case Opcodes.FREM: in execute()
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 241 FADD, FSUB, FMUL, FDIV, FREM, enumerator
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
D | BasicInterpreter.java | 251 case FREM: in binaryOperation()
|
D | BasicVerifier.java | 253 case FREM: in binaryOperation()
|
D | Frame.java | 442 case Opcodes.FREM: in execute()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
D | LabelFlowAnalyzerTest.java | 206 testInsn(FREM, true); in testInsn()
|
/external/jarjar/lib/ |
D | asm-4.0.jar | META-INF/MANIFEST.MF
org/objectweb/asm/AnnotationVisitor.class
<Unknown>
... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | asm-3.3.jar | META-INF/MANIFEST.MF
org/objectweb/asm/AnnotationVisitor.class
<Unknown>
... |
/external/guice/lib/build/ |
D | asm-5.0.3.jar | META-INF/MANIFEST.MF
org/
org/objectweb/
org/objectweb/asm/
... |
D | jarjar-1.1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/tonicsystems/
com/ ... |
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 202 case ISD::FREM: return "frem"; in getOperationName()
|
D | SelectionDAGBuilder.h | 783 void visitFRem(const User &I) { visitBinary(I, ISD::FREM); } in visitFRem()
|
D | LegalizeFloatTypes.cpp | 99 case ISD::FREM: R = SoftenFloatRes_FREM(N); break; in SoftenFloatResult() 1028 case ISD::FREM: ExpandFloatRes_FREM(N, Lo, Hi); break; in ExpandFloatResult() 1877 case ISD::FREM: in PromoteFloatResult()
|
D | LegalizeVectorOps.cpp | 274 case ISD::FREM: in LegalizeOp()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 136 ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 885 case ISD::FREM: in canOpTrap() 1565 case FRem: return ISD::FREM; in InstructionOpcodeToISD()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.cpp | 98 setOperationAction(ISD::FREM, MVT::f32, Custom); in AMDGPUTargetLowering() 99 setOperationAction(ISD::FREM, MVT::f64, Custom); in AMDGPUTargetLowering() 350 setOperationAction(ISD::FREM, VT, Expand); in AMDGPUTargetLowering() 625 case ISD::FREM: return LowerFREM(Op, DAG); in LowerOperation()
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Executor.java | 360 case FREM: in execute()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 138 setOperationAction(ISD::FREM, MVT::f32, Expand); in AArch64TargetLowering() 139 setOperationAction(ISD::FREM, MVT::f64, Expand); in AArch64TargetLowering() 140 setOperationAction(ISD::FREM, MVT::f80, Expand); in AArch64TargetLowering() 158 setOperationAction(ISD::FREM, MVT::f128, Expand); in AArch64TargetLowering() 283 setOperationAction(ISD::FREM, MVT::f16, Promote); in AArch64TargetLowering() 338 setOperationAction(ISD::FREM, MVT::v4f16, Expand); in AArch64TargetLowering() 370 setOperationAction(ISD::FREM, MVT::v8f16, Expand); in AArch64TargetLowering() 542 setOperationAction(ISD::FREM, MVT::v1f64, Expand); in AArch64TargetLowering() 689 setOperationAction(ISD::FREM, VT.getSimpleVT(), Expand); in addTypeForNEON()
|
/external/dexmaker/lib/ |
D | jarjar.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/tonicsystems/
com/ ... |
/external/testng/lib-supplied/ |
D | jarjar-issue-21.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/tonicsystems/
com/ ... |
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1619 setOperationAction(ISD::FREM , MVT::f128, Expand); in SparcTargetLowering() 1624 setOperationAction(ISD::FREM , MVT::f64, Expand); in SparcTargetLowering() 1629 setOperationAction(ISD::FREM , MVT::f32, Expand); in SparcTargetLowering()
|