pan/bi: Add initial handling of ALU ops
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 10 Mar 2020 00:19:51 +0000 (20:19 -0400)
committerMarge Bot <eric+marge@anholt.net>
Tue, 10 Mar 2020 19:25:59 +0000 (19:25 +0000)
commit929baf3f88d381313dce7883dfe827305ce55702
tree6295b329663c713cfd179b2fa58d8afa183a237c
parent330e9a66968056330ac030e4ecb738eb3c8489e9
pan/bi: Add initial handling of ALU ops

We do the bare minimum translation, just enough for fmov/fadd/fmul right
now with no modifiers / inlined constants / etc. The rest is to come!
But hopefully I got bitsize handling right this time around.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4139>
src/panfrost/bifrost/bifrost_compile.c