Lines Matching full:shift_amount
2824 const int shift_amount) {
2827 VIXL_ASSERT(shift_amount == 0);
2843 shift_amount,
2849 shift_amount,
2869 const int shift_amount) {
2872 NEONModifiedImmShiftLsl(vd, imm8, shift_amount, NEONModifiedImmediate_MVNI);
2874 NEONModifiedImmShiftMsl(vd, imm8, shift_amount, NEONModifiedImmediate_MVNI);
4139 const int shift_amount,
4142 VIXL_ASSERT((shift_amount == 8) || (shift_amount == 16));
4145 int cmode_0 = (shift_amount >> 4) & 1;
4157 unsigned shift_amount) {
4160 lsl(rd, rn, shift_amount);
4163 lsr(rd, rn, shift_amount);
4166 asr(rd, rn, shift_amount);
4169 ror(rd, rn, shift_amount);
4282 unsigned shift_amount = addr.GetShiftAmount();
4291 VIXL_ASSERT((shift_amount == 0) || (shift_amount == access_size));
4293 ExtendMode(ext) | ImmShiftLS((shift_amount > 0) ? 1 : 0);