R600: enable S_*N2_* instructions
authorTom Stellard <thomas.stellard@amd.com>
Mon, 17 Dec 2012 15:14:56 +0000 (15:14 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 17 Dec 2012 15:14:56 +0000 (15:14 +0000)
They seem to work fine.

Patch by: Christian König

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Tested-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Christian König <deathsimple@vodafone.de>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170343 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/SIInstructions.td

index ea8de91406f18ec1363065df7c1335fb5a99127c..008652f55ec4b0b95fa4c28c4bc4570a6260300f 100644 (file)
@@ -971,10 +971,10 @@ def S_OR_B32 : SOP2_32 <0x00000010, "S_OR_B32", []>;
 def S_OR_B64 : SOP2_64 <0x00000011, "S_OR_B64", []>;
 def S_XOR_B32 : SOP2_32 <0x00000012, "S_XOR_B32", []>;
 def S_XOR_B64 : SOP2_64 <0x00000013, "S_XOR_B64", []>;
-////def S_ANDN2_B32 : SOP2_ANDN2 <0x00000014, "S_ANDN2_B32", []>;
-////def S_ANDN2_B64 : SOP2_ANDN2 <0x00000015, "S_ANDN2_B64", []>;
-////def S_ORN2_B32 : SOP2_ORN2 <0x00000016, "S_ORN2_B32", []>;
-////def S_ORN2_B64 : SOP2_ORN2 <0x00000017, "S_ORN2_B64", []>;
+def S_ANDN2_B32 : SOP2_32 <0x00000014, "S_ANDN2_B32", []>;
+def S_ANDN2_B64 : SOP2_64 <0x00000015, "S_ANDN2_B64", []>;
+def S_ORN2_B32 : SOP2_32 <0x00000016, "S_ORN2_B32", []>;
+def S_ORN2_B64 : SOP2_64 <0x00000017, "S_ORN2_B64", []>;
 def S_NAND_B32 : SOP2_32 <0x00000018, "S_NAND_B32", []>;
 def S_NAND_B64 : SOP2_64 <0x00000019, "S_NAND_B64", []>;
 def S_NOR_B32 : SOP2_32 <0x0000001a, "S_NOR_B32", []>;