Home | History | Annotate | Download | only in mips

Lines Matching defs:shift_size

3059   int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
3069 __ sll(scratch0(), key, shift_size);
3082 element_size_shift, shift_size,
3133 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
3148 __ sll(scratch, key, shift_size);
3218 int shift_size,
3222 additional_index *= 1 << (element_size - shift_size);
3232 if (shift_size >= 0) {
3233 __ sll(scratch0(), key, shift_size);
3237 ASSERT_EQ(-1, shift_size);
3244 if (shift_size >= 0) {
3245 __ sll(scratch0(), scratch0(), shift_size);
3249 ASSERT_EQ(-1, shift_size);
4241 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
4252 __ sll(scratch0(), key, shift_size);
4266 element_size_shift, shift_size,
4319 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
4325 __ sll(scratch, key, shift_size);