Home | History | Annotate | Download | only in mips

Lines Matching defs:shift_size

3134   int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
3147 __ sll(scratch0(), key, shift_size);
3161 element_size_shift, shift_size, base_offset);
3232 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
3234 __ sll(at, key, shift_size);
3303 int shift_size,
3310 if (shift_size >= 0) {
3311 __ sll(scratch0(), key, shift_size);
3315 DCHECK_EQ(-1, shift_size);
3322 if (shift_size >= 0) {
3323 __ sll(scratch0(), key, shift_size);
3327 DCHECK_EQ(-1, shift_size);
4227 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
4245 __ sll(address, key, shift_size);
4260 element_size_shift, shift_size,
4322 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
4325 __ sll(at, ToRegister(instr->key()), shift_size);