Lines Matching refs:sll

79   sll(delta, LogBytesPerWord, delta);  // extra space for locals in bytes
95 sll(Lbyte_code, LogBytesPerWord, Lbyte_code); // multiply by wordSize
101 sll(Lbyte_code, LogBytesPerWord, Lbyte_code); // multiply by wordSize
299 sll(Lbyte_code, LogBytesPerWord, Lbyte_code); // multiply by wordSize
305 sll(Lbyte_code, LogBytesPerWord, Lbyte_code); // multiply by wordSize
507 sll(param_count, Interpreter::logStackElementSize, param_count);
534 sll( Gframe_size, LogBytesPerWord, Gframe_size );
679 sll( Rdst, BitsPerByte, Rdst);
714 ldub(Lbcp, bcp_offset + 2, Rtmp); sll(Rtmp, 8, Rtmp); or3(Rtmp, Rdst, Rdst);
715 ldub(Lbcp, bcp_offset + 1, Rtmp); sll(Rtmp, 16, Rtmp); or3(Rtmp, Rdst, Rdst);
717 ldsb(Lbcp, bcp_offset + 0, Rtmp); sll(Rtmp, 24, Rtmp);
720 ldub(Lbcp, bcp_offset + 0, Rtmp); sll(Rtmp, 24, Rtmp);
756 sll(tmp, exact_log2(in_words(ConstantPoolCacheEntry::size()) * BytesPerWord), tmp);
791 sll(tmp, exact_log2(in_words(ConstantPoolCacheEntry::size()) * BytesPerWord), tmp);
919 if (index_shift > 0) delayed()->sll(index, index_shift, index);
1933 sll(index, Interpreter::logStackElementSize, index);
1943 sll(index, Interpreter::logStackElementSize, index);
1950 sll(index, Interpreter::logStackElementSize, index);
1959 sll(index, Interpreter::logStackElementSize, index);
1968 sll(index, Interpreter::logStackElementSize, index);
1976 sll(index, Interpreter::logStackElementSize, index);
2004 sll(index, Interpreter::logStackElementSize, index);
2012 sll(index, Interpreter::logStackElementSize, index);
2028 sll(index, Interpreter::logStackElementSize, index);
2039 sll(index, Interpreter::logStackElementSize, index);
2050 sll(index, Interpreter::logStackElementSize, index);