Home
last modified time | relevance | path

Searched refs:IsValidAmount (Results 1 – 4 of 4) sorted by relevance

/external/vixl/src/aarch32/
Dassembler-aarch32.cc1972 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 …]
Dinstructions-aarch32.cc45 bool Shift::IsValidAmount(uint32_t amount) const { in IsValidAmount() function in vixl::aarch32::Shift
Doperands-aarch32.h857 bool IsShiftValid() const { return shift_.IsValidAmount(shift_amount_); } in IsShiftValid()
Dinstructions-aarch32.h1069 bool IsValidAmount(uint32_t amount) const;