mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-30 23:33:57 +00:00
* In the F3_1 class, default asi to 0 because it's not currently used
* In the F3_3 class, remove mention of asi because it's not part of the format git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16999 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
56cb207a39
commit
17187e936a
@ -60,7 +60,7 @@ class F3 : InstV8 {
|
||||
// Specific F3 classes: SparcV8 manual, page 44
|
||||
//
|
||||
class F3_1<bits<2> opVal, bits<6> op3val, string name> : F3 {
|
||||
bits<8> asi;
|
||||
bits<8> asi = 0; // asi not currently used in SparcV8
|
||||
bits<5> rs2;
|
||||
|
||||
let op = opVal;
|
||||
@ -85,7 +85,6 @@ class F3_2<bits<2> opVal, bits<6> op3val, string name> : F3 {
|
||||
|
||||
// floating-point
|
||||
class F3_3<bits<2> opVal, bits<6> op3val, bits<9> opfval, string name> : F3 {
|
||||
bits<8> asi;
|
||||
bits<5> rs2;
|
||||
|
||||
let op = opVal;
|
||||
|
@ -60,7 +60,7 @@ class F3 : InstV8 {
|
||||
// Specific F3 classes: SparcV8 manual, page 44
|
||||
//
|
||||
class F3_1<bits<2> opVal, bits<6> op3val, string name> : F3 {
|
||||
bits<8> asi;
|
||||
bits<8> asi = 0; // asi not currently used in SparcV8
|
||||
bits<5> rs2;
|
||||
|
||||
let op = opVal;
|
||||
@ -85,7 +85,6 @@ class F3_2<bits<2> opVal, bits<6> op3val, string name> : F3 {
|
||||
|
||||
// floating-point
|
||||
class F3_3<bits<2> opVal, bits<6> op3val, bits<9> opfval, string name> : F3 {
|
||||
bits<8> asi;
|
||||
bits<5> rs2;
|
||||
|
||||
let op = opVal;
|
||||
|
Loading…
x
Reference in New Issue
Block a user