Home | History | Annotate | Download | only in utils

Lines Matching refs:Ror

441   // 32-bit ROR because ROR immediate doesn't have the same 16-bit version as other shifts.
442 __ movs(R3, ShifterOperand(R4, ROR, 7));
451 __ mov(R3, ShifterOperand(R4, ROR, 7), AL, kCcKeep);
458 __ movs(R8, ShifterOperand(R4, ROR, 7));
473 // 32-bit ROR because ROR immediate doesn't have the same 16-bit version as other shifts.
474 __ Ror(R3, R4, 7);
483 __ Ror(R3, R4, 7, AL, kCcKeep);
1153 __ Ror(R0, R0, R1);
1173 __ Ror(R0, R0, R1, AL, kCcKeep);
1175 // 32-bit because ROR immediate doesn't have a 16-bit version like the other shifts.
1176 __ Ror(R0, R1, 5);
1178 __ Ror(R0, R1, 5, AL, kCcKeep);
1184 __ Ror(R0, R8, 5);
1190 __ Ror(R0, R1, R2);