pan/bi: Implement comparison opcodes via BI_CMP
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 10 Mar 2020 12:21:35 +0000 (08:21 -0400)
committerMarge Bot <eric+marge@anholt.net>
Tue, 10 Mar 2020 19:26:00 +0000 (19:26 +0000)
commit0541350e3a3cca58484880df04c0db160180b726
tree317455be8c8b209fdf1b84d068b41b93ed07a211
parent6409896ca70d6f7cbcc95b370118c7fa95b7220f
pan/bi: Implement comparison opcodes via BI_CMP

Pretty straightforward for the moment. Ideally these would be fused into
csel/branches but that will come a bit later.

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