Searched refs:unsigned_shift_right (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp610 case Bytecodes::_lushr: __ unsigned_shift_right(value, count, result_op, tmp); break;
1552 __ unsigned_shift_right(xor_shift_res,
1558 __ unsigned_shift_right(xor_res,
1622 __ unsigned_shift_right(tmp, CardTableModRefBS::card_shift, tmp);
1624 __ unsigned_shift_right(addr, CardTableModRefBS::card_shift, tmp);
H A Dc1_LIR.hpp2117 void unsigned_shift_right(LIR_Opr value, LIR_Opr count, LIR_Opr dst, LIR_Opr tmp);
2121 void unsigned_shift_right(LIR_Opr value, int count, LIR_Opr dst) { unsigned_shift_right(value, LIR_OprFact::intConst(count), dst, LIR_OprFact::illegalOpr); } function in class:LIR_List
H A Dc1_LIR.cpp1382 void LIR_List::unsigned_shift_right(LIR_Opr value, LIR_Opr count, LIR_Opr dst, LIR_Opr tmp) { function in class:LIR_List

Completed in 867 milliseconds