commit | 6c6f28c35e793e098757cfa8fbc860961d52f9e7 | [log] [tgz] |
---|---|---|
author | Ilia Mirkin <imirkin@alum.mit.edu> | Wed Nov 25 23:36:23 2015 -0500 |
committer | Ilia Mirkin <imirkin@alum.mit.edu> | Wed Dec 02 20:41:38 2015 -0500 |
tree | c2d12e04b60f9f0c183fbb0640d428c6c784e741 | |
parent | 101e315cc167b0b00319aa70f64c49470e2525f8 [diff] |
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>