Acked-by: Marek Olšák
Marek
On Sun, Jul 20, 2014 at 5:45 AM, Ilia Mirkin wrote:
> Signed-off-by: Ilia Mirkin
> ---
>
> Brian reviewed the first bits of this, but it turns out I had to change
> src_register as well. Also I realized that instead of doing the UADD I could
> just index2D to 1 in o
ping
On Sat, Jul 19, 2014 at 11:45 PM, Ilia Mirkin wrote:
> Signed-off-by: Ilia Mirkin
> ---
>
> Brian reviewed the first bits of this, but it turns out I had to change
> src_register as well. Also I realized that instead of doing the UADD I could
> just index2D to 1 in order to generate somethi
Signed-off-by: Ilia Mirkin
---
Brian reviewed the first bits of this, but it turns out I had to change
src_register as well. Also I realized that instead of doing the UADD I could
just index2D to 1 in order to generate something like
6: MOV TEMP[0], CONST[ADDR[1].x+1][ADDR[0].x]
So... that's