pan/bi: Implement FMA/MOV without modifiers
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 19 Mar 2020 20:58:48 +0000 (16:58 -0400)
committerMarge Bot <eric+marge@anholt.net>
Sun, 22 Mar 2020 03:32:34 +0000 (03:32 +0000)
commit6b7077efda9a8b518c7f55f497504a031c623e54
treeeb84077a5f4852917d87015cb7b1199c8b4a59a5
parentf8bbf44ca4d32889232ced844a1b939b8a86f727
pan/bi: Implement FMA/MOV without modifiers

We split off MOV from FMOV since the canonical move on Bifrost doesn't
accept modifiers. (We can still do fmov, but with something like add-0.)
This will also make copyprop a little nicer, I think. Anyway, the
non-modifier version we can implement as-is for FMA.

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