Home | History | Annotate | Download | only in AsmParser

Lines Matching full:is64bit

446   template<A64SE::ShiftExtSpecifiers SHKind, bool is64Bit>
453 return is64Bit ? ShiftExtend.Amount <= 63 : ShiftExtend.Amount <= 31;