R600/SI: Rename encoding field to match docs for VOP3b
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 14 Feb 2015 03:54:29 +0000 (03:54 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 14 Feb 2015 03:54:29 +0000 (03:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229233 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/SIInstrFormats.td

index ea6efd3a6be3716ced9219e5a712423112aecd0c..07982419132d16c8db35aa04d1ad512e7de2cccd 100644 (file)
@@ -339,7 +339,7 @@ class VOP3e <bits<9> op> : Enc64 {
 
 class VOP3be <bits<9> op> : Enc64 {
 
-  bits<8> dst;
+  bits<8> vdst;
   bits<2> src0_modifiers;
   bits<9> src0;
   bits<2> src1_modifiers;
@@ -349,7 +349,7 @@ class VOP3be <bits<9> op> : Enc64 {
   bits<7> sdst;
   bits<2> omod;
 
-  let Inst{7-0} = dst;
+  let Inst{7-0} = vdst;
   let Inst{14-8} = sdst;
   let Inst{25-17} = op;
   let Inst{31-26} = 0x34; //encoding