Searched refs:IsValidAmount (Results 1 – 4 of 4) sorted by relevance
1972 if (!size.IsNarrow() && shift.IsValidAmount(amount) && in adc()1983 if (shift.IsValidAmount(amount) && cond.IsNotNever()) { in adc()2060 if (!size.IsNarrow() && shift.IsValidAmount(amount) && in adcs()2071 if (shift.IsValidAmount(amount) && cond.IsNotNever()) { in adcs()2259 if (!size.IsNarrow() && shift.IsValidAmount(amount) && !rn.Is(sp) && in add()2269 if (!size.IsNarrow() && rn.Is(sp) && shift.IsValidAmount(amount) && in add()2280 if (shift.IsValidAmount(amount) && cond.IsNotNever() && !rn.Is(sp)) { in add()2288 if (rn.Is(sp) && shift.IsValidAmount(amount) && cond.IsNotNever()) { in add()2428 if (!size.IsNarrow() && shift.IsValidAmount(amount) && !rn.Is(sp) && in adds()2438 if (!size.IsNarrow() && rn.Is(sp) && shift.IsValidAmount(amount) && in adds()[all …]
45 bool Shift::IsValidAmount(uint32_t amount) const { in IsValidAmount() function in vixl::aarch32::Shift
831 bool IsShiftValid() const { return shift_.IsValidAmount(shift_amount_); } in IsShiftValid()
1069 bool IsValidAmount(uint32_t amount) const;