Displaying 1 result from an estimated 1 matches for "994799".
Did you mean:
964799
2007 Apr 02
2
[LLVMdev] PR400 - alignment for LD/ST
On Mon, 2 Apr 2007, Christopher Lamb wrote:
>> In this model, you represent each alignment value as a pair <align,offs>,
>> where offs is always less than align. This allows you to say that "this
>> load is 2 bytes away from a 16-byte aligned pointer" for example.
>
> Shouldn't it be, "this load is a multiple of 2-bytes away from a 16-byte
>