nv50/ir: fix moves to/from flags
authorIlia Mirkin <imirkin@alum.mit.edu>
Thu, 26 Nov 2015 04:36:23 +0000 (23:36 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Thu, 3 Dec 2015 01:41:38 +0000 (20:41 -0500)
commit6c6f28c35e793e098757cfa8fbc860961d52f9e7
treec2d12e04b60f9f0c183fbb0640d428c6c784e741
parent101e315cc167b0b00319aa70f64c49470e2525f8
nv50/ir: fix moves to/from flags

Noticed this when looking at a trace that caused flags to spill to/from
registers. The flags source/destination wasn't encoded correctly
according to both envydis and nvdisasm.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nv50.cpp
src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp