forked from OSchip/llvm-project
Added missing directive to store the instruction name.
llvm-svn: 6639
This commit is contained in:
parent
90fd75efa4
commit
97a04b24cc
|
@ -217,6 +217,7 @@ class F3_15<bits<2> opVal, bits<6> op3Val,
|
|||
|
||||
set op = opVal;
|
||||
set op3 = op3Val;
|
||||
set Name = name;
|
||||
set Inst{26-25} = cc;
|
||||
set Inst{18-14} = rs1;
|
||||
set Inst{13-5} = opfVal;
|
||||
|
|
Loading…
Reference in New Issue