mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
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
This commit is contained in:
parent
73a1e454d7
commit
b79a67d967
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user