From: Matt Arsenault Date: Sat, 14 Feb 2015 03:54:29 +0000 (+0000) Subject: R600/SI: Rename encoding field to match docs for VOP3b X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b79a67d967bfd5b8ab082bbc09b0b3d8157db348;p=oota-llvm.git R600/SI: Rename encoding field to match docs for VOP3b git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229233 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/SIInstrFormats.td b/lib/Target/R600/SIInstrFormats.td index ea6efd3a6be..07982419132 100644 --- a/lib/Target/R600/SIInstrFormats.td +++ b/lib/Target/R600/SIInstrFormats.td @@ -339,7 +339,7 @@ class VOP3e op> : Enc64 { class VOP3be 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 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