Searched defs:idiv (Results 1 - 8 of 8) sorted by path

/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DtemplateTable_aarch64.cpp1292 void TemplateTable::idiv() function in class:TemplateTable
/openjdk10/hotspot/src/cpu/arm/vm/
H A DtemplateTable_arm.cpp1536 void TemplateTable::idiv() { function in class:TemplateTable
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DtemplateTable_ppc_64.cpp1203 void TemplateTable::idiv() { function in class:TemplateTable
/openjdk10/hotspot/src/cpu/s390/vm/
H A DtemplateTable_s390.cpp1394 void TemplateTable::idiv() { function in class:TemplateTable
/openjdk10/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86.cpp1288 void TemplateTable::idiv() { function in class:TemplateTable
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.aarch64/src/org/graalvm/compiler/replacements/aarch64/
H A DAArch64IntegerArithmeticSnippets.java62 private final SnippetTemplate.SnippetInfo idiv; field in class:AArch64IntegerArithmeticSnippets
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp1228 void LIR_List::idiv(LIR_Opr left, LIR_Opr right, LIR_Opr res, LIR_Opr tmp, CodeEmitInfo* info) { function in class:LIR_List
1239 void LIR_List::idiv(LIR_Opr left, int right, LIR_Opr res, LIR_Opr tmp, CodeEmitInfo* info) { function in class:LIR_List
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java150 idiv = 108, field in interface:ByteCodes

Completed in 162 milliseconds