[Mesa-dev] [PATCH 08/12] R600/SI: fix VOPC encoding v2

2013-02-14 Thread Christian König
From: Christian König Previously it only worked because of coincident. v2: fix 64bit versions, use 0x80 (inline 0) instead of SGPR0 for the unused SRC2 Signed-off-by: Christian König --- lib/Target/R600/SIInstrFormats.td | 53 +++-- 1 file changed, 16 ins

[Mesa-dev] [PATCH 08/12] R600/SI: fix VOPC encoding v2

2013-02-14 Thread Christian König
From: Christian König Previously it only worked because of coincident. v2: fix 64bit versions, use 0x80 (inline 0) instead of SGPR0 for the unused SRC2 Signed-off-by: Christian König --- lib/Target/R600/SIInstrFormats.td | 53 +++-- 1 file changed, 16 ins

[Mesa-dev] [PATCH 08/12] R600/SI: fix VOPC encoding

2013-02-12 Thread Christian König
From: Christian König Previously it only worked because of coincident. Signed-off-by: Christian König --- lib/Target/R600/SIInstrFormats.td | 53 +++-- 1 file changed, 16 insertions(+), 37 deletions(-) diff --git a/lib/Target/R600/SIInstrFormats.td b/lib/Tar