aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/R600RegisterInfo.td
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-05-02 21:52:30 +0000
committerVincent Lejeune <vljn@ovi.com>2013-05-02 21:52:30 +0000
commit92f24d403f16ab2ee4598e32c926acc9c2344140 (patch)
tree9cc6536d03c65b236054f1c191a5a9381fe4981c /lib/Target/R600/R600RegisterInfo.td
parent8a3f50038fa68e1c6697152ee08ad0f2faacb0b7 (diff)
downloadexternal_llvm-92f24d403f16ab2ee4598e32c926acc9c2344140.zip
external_llvm-92f24d403f16ab2ee4598e32c926acc9c2344140.tar.gz
external_llvm-92f24d403f16ab2ee4598e32c926acc9c2344140.tar.bz2
R600: Prettier asmPrint of Alu
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180956 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/R600RegisterInfo.td')
-rw-r--r--lib/Target/R600/R600RegisterInfo.td6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/R600/R600RegisterInfo.td b/lib/Target/R600/R600RegisterInfo.td
index 5a2e65c..bfc546b 100644
--- a/lib/Target/R600/R600RegisterInfo.td
+++ b/lib/Target/R600/R600RegisterInfo.td
@@ -89,9 +89,9 @@ def ONE_INT : R600Reg<"1", 250>;
def HALF : R600Reg<"0.5", 252>;
def NEG_HALF : R600Reg<"-0.5", 252>;
def ALU_LITERAL_X : R600RegWithChan<"literal.x", 253, "X">;
-def ALU_LITERAL_Y : R600RegWithChan<"literal.x", 253, "Y">;
-def ALU_LITERAL_Z : R600RegWithChan<"literal.x", 253, "Z">;
-def ALU_LITERAL_W : R600RegWithChan<"literal.x", 253, "W">;
+def ALU_LITERAL_Y : R600RegWithChan<"literal.y", 253, "Y">;
+def ALU_LITERAL_Z : R600RegWithChan<"literal.z", 253, "Z">;
+def ALU_LITERAL_W : R600RegWithChan<"literal.w", 253, "W">;
def PV_X : R600RegWithChan<"PV.x", 254, "X">;
def PV_Y : R600RegWithChan<"PV.y", 254, "Y">;
def PV_Z : R600RegWithChan<"PV.z", 254, "Z">;