WIP: freedreno/isa: Optimize generated encode for size
Because of how the generated encode is based on override cases, and has separate case statements for similar instructions, we end up wanting the compiler to try to CSE fairly hard.
Signed-off-by: Rob Clark robdclark@chromium.org