Searched refs:ushr (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp99 enum Operation { add, sub, mul, div, rem, _and, _or, _xor, shl, shr, ushr }; enumerator in enum:TemplateTable::Operation
H A DtemplateTable.cpp385 def(Bytecodes::_iushr , ____|____|____|____, itos, itos, iop2 , ushr );
H A DbytecodeInterpreter.cpp1235 OPC_SHIFT_BINARY(ushr, Ushr);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp1199 case ushr : __ mov(rcx, rax); __ pop_i(rax); __ shrl (rax); break; // implicit masking of lower 5 bits by Intel shift instr.
H A DtemplateTable_x86_64.cpp1213 case ushr : __ movl(rcx, rax); __ pop_i(rax); __ shrl (rax); break;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp1123 case ushr: __ srl(O1, Otos_i, Otos_i); break;

Completed in 515 milliseconds