Searched defs:idiv (Results 1 - 4 of 4) sorted by relevance
/openjdk7/hotspot/src/share/vm/c1/ | ||
H A D | c1_LIR.cpp | 1272 void LIR_List::idiv(LIR_Opr left, LIR_Opr right, LIR_Opr res, LIR_Opr tmp, CodeEmitInfo* info) { function in class:LIR_List 1283 void LIR_List::idiv(LIR_Opr left, int right, LIR_Opr res, LIR_Opr tmp, CodeEmitInfo* info) { function in class:LIR_List 1734 case lir_idiv: s = "idiv"; break; |
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/ | ||
H A D | ByteCodes.java | 150 idiv = 108, field in interface:ByteCodes |
/openjdk7/hotspot/src/cpu/x86/vm/ | ||
H A D | templateTable_x86_32.cpp | 1220 void TemplateTable::idiv() { function in class:TemplateTable |
H A D | templateTable_x86_64.cpp | 1230 void TemplateTable::idiv() { function in class:TemplateTable |
Completed in 1976 milliseconds