Home | History | Annotate | Download | only in utils

Lines Matching full:lsl

411   __ mov(R3, ShifterOperand(R4, LSL, 4));
418 __ mov(R8, ShifterOperand(R4, LSL, 4));
1265 __ Lsl(R0, R1, 5);
1269 __ Lsl(R0, R0, R1);
1274 __ Lsl(R8, R1, 5);
1280 __ Lsl(R0, R1, R2);
1286 __ Lsl(R8, R1, R2);
1293 __ Lsl(R8, R1, 5, true);
1299 __ Lsl(R0, R1, R2, true);
1305 __ Lsl(R8, R1, R2, true);
1325 __ ldr(R0, Address(R1, R2, LSL, 1));
1326 __ str(R0, Address(R1, R2, LSL, 1));
1328 __ ldr(R0, Address(R1, R2, LSL, 3));
1329 __ str(R0, Address(R1, R2, LSL, 3));