freedreno/ir3: rename instructions
Turns out this range of opcodes are more general purpose if/else/endif instructions.
We should re-work tess to create a basic block and use normal flow control. And possibly (for a6xx+) optimize cases to use if/else/endif when appropriate.
Signed-off-by: Rob Clark robdclark@chromium.org