Home
last modified time | relevance | path

Searched refs:FREM (Results 1 – 25 of 56) sorted by relevance

123

/external/llvm/test/CodeGen/X86/
Dfrem-msvc32.ll1 ; Make sure that 32-bit FREM is promoted to 64-bit FREM on 32-bit MSVC.
/external/javassist/src/main/javassist/bytecode/
DOpcode.java103 int FREM = 114; field
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DOpcodes.java253 int FREM = 114; // - field
DFrame.java1091 case Opcodes.FREM: in execute()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h241 FADD, FSUB, FMUL, FDIV, FREM, enumerator
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DBasicInterpreter.java251 case FREM: in binaryOperation()
DBasicVerifier.java253 case FREM: in binaryOperation()
DFrame.java442 case Opcodes.FREM: in execute()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java206 testInsn(FREM, true); in testInsn()
/external/jarjar/lib/
Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class <Unknown> ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class <Unknown> ...
/external/guice/lib/build/
Dasm-5.0.3.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ ...
Djarjar-1.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/ ...
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp202 case ISD::FREM: return "frem"; in getOperationName()
DSelectionDAGBuilder.h783 void visitFRem(const User &I) { visitBinary(I, ISD::FREM); } in visitFRem()
DLegalizeFloatTypes.cpp99 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()
DLegalizeVectorOps.cpp274 case ISD::FREM: in LegalizeOp()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp136 ISD::FREM, ISD::FMA}) in WebAssemblyTargetLowering()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp885 case ISD::FREM: in canOpTrap()
1565 case FRem: return ISD::FREM; in InstructionOpcodeToISD()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp98 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/
DExecutor.java360 case FREM: in execute()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp138 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/
Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/ ...
/external/testng/lib-supplied/
Djarjar-issue-21.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/ ...
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1619 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()

123