Home | History | Annotate | Download | only in arm

Lines Matching full:lsl

218   __ mov(chars, Operand(chars, LSL, 31), SetCC);
260 __ add(temp, dest, Operand(temp, LSL, 1));
272 __ sub(dest, dest, Operand(chars, LSL, 1));
287 __ add(temp2, dest, Operand(temp2, LSL, 1));
293 __ pkhbt(temp1, temp3, Operand(temp4, LSL, 16));
301 __ mov(chars, Operand(chars, LSL, 31), SetCC); // bit0 => ne, bit1 => cs
305 __ mov(temp3, Operand(temp3, LSL, 16));
446 __ mov(lr, Operand(length, LSL, 2));
483 __ add(array_end, scratch2, Operand(length, LSL, 2));
590 __ add(array_size, array_size, Operand(length, LSL, 1));
608 __ add(dst_end, dst_elements, Operand(length, LSL, 1));
768 __ ldrh(result, MemOperand(string, index, LSL, 1));
841 __ add(temp3, temp3, Operand(temp2, LSL, 3));
845 __ orr(temp1, temp3, Operand(temp1, LSL, 20));
848 __ orr(temp1, temp2, Operand(temp1, LSL, 20));