Article: AMD's Mobile Strategy
By: Exophase (exophase.delete@this.gmail.com), December 21, 2011 9:34 am
Room: Moderated Discussions
Michael S (already5chosen@yahoo.com) on 12/21/11 wrote:
---------------------------
>As to "Scaled, 12-bit, unsigned immediate offset", it seem to promote rather unusual
>strategy for sorting fields within big structures: bytes first, then half-words,
>then words. That's the opposite to what I accustomed to.
>
I hadn't really thought about that, that's a good point. I'm used to sorting by largest alignment first too, probably for the same reason you are. If posed with a decision regarding this I'll probably only change the sorting if it's needed to keep access to the smaller stuff.
Same sorting or not, this is definitely an improvement over keeping it unscaled.
---------------------------
>As to "Scaled, 12-bit, unsigned immediate offset", it seem to promote rather unusual
>strategy for sorting fields within big structures: bytes first, then half-words,
>then words. That's the opposite to what I accustomed to.
>
I hadn't really thought about that, that's a good point. I'm used to sorting by largest alignment first too, probably for the same reason you are. If posed with a decision regarding this I'll probably only change the sorting if it's needed to keep access to the smaller stuff.
Same sorting or not, this is definitely an improvement over keeping it unscaled.