vc4: Regularize instruction emit macros
authorEric Anholt <eric@anholt.net>
Sun, 26 Jun 2016 02:49:07 +0000 (19:49 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 4 Jul 2016 23:33:22 +0000 (16:33 -0700)
commitac772b24a18bddc490dae171441795dedd85d7b2
treebf3e17b02a62a36bb3eba706913e26866f8857d9
parent8a52f03f5deeb36ea4d58d56fbb711a2004d7587
vc4: Regularize instruction emit macros

ALU0 didn't have the _dest variant, and ALU2 didn't unset the def the way
ALU1 did.  This should make the ALU[012] macros much clearer, by moving
most of their contents to vc4_qir.c
src/gallium/drivers/vc4/vc4_qir.c
src/gallium/drivers/vc4/vc4_qir.h