Searched refs:irem (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp229 static void irem();
H A DtemplateTable.cpp373 def(Bytecodes::_irem , ____|____|____|____, itos, itos, irem , _ );
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp1294 void LIR_List::irem(LIR_Opr left, LIR_Opr right, LIR_Opr res, LIR_Opr tmp, CodeEmitInfo* info) { function in class:LIR_List
1305 void LIR_List::irem(LIR_Opr left, int right, LIR_Opr res, LIR_Opr tmp, CodeEmitInfo* info) { function in class:LIR_List
1735 case lir_irem: s = "irem"; break;
H A Dc1_LIR.hpp2088 void irem(LIR_Opr left, LIR_Opr right, LIR_Opr res, LIR_Opr tmp, CodeEmitInfo* info);
2089 void irem(LIR_Opr left, int right, LIR_Opr res, LIR_Opr tmp, CodeEmitInfo* info);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp570 __ irem(left.result(), right.result(), x->operand(), tmp, info);
H A DtemplateTable_sparc.cpp1190 __ sdiv(O1, Otos_i, Otos_i); // note: irem uses O1 after this instruction!
1195 void TemplateTable::irem() {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp546 // rdx: remainder (= rax, irem reg) 0
576 LIR_Opr tmp = FrameMap::rdx_opr; // idiv and irem use rdx in their implementation
578 __ irem(left.result(), right.result(), result_reg, tmp, info);
H A DtemplateTable_x86_32.cpp1232 void TemplateTable::irem() { function in class:TemplateTable
H A DtemplateTable_x86_64.cpp1241 void TemplateTable::irem() { function in class:TemplateTable

Completed in 4160 milliseconds