On 12/04/2014 04:37 PM, Matt Turner wrote:
> The LINE instruction performs a multiply-add instruction (a * b + c)
> where b and c are scalar arguments. It reads b and c from offsets in
> src0 such that you can load them (it they're representable) as a
                                    if?

> vector-float immediate with a single instruction.
> 
> Hurts some programs, but that'll all get better once we CSE the
> vector-float MOVs in the next patch.
> 
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77544

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to