Get flags working
Write two simple shader_runner test
- Do one integer comparison and a
bcsel
with it - Do one integer comparison and
b2f
of it
Implementing bcsel
and b2f
will give us an excuse to start supporting flag registers and predication and gain some experience there.