mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-13 07:50:50 +00:00
Define the ClassPrefix for SparcV9.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15581 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
929072eb04
commit
0f5702237b
@ -24,6 +24,7 @@ class InstV9 : Instruction { // SparcV9 instruction baseline
|
||||
field bits<32> Inst;
|
||||
|
||||
let Namespace = "V9";
|
||||
let ClassPrefix = "SparcV9";
|
||||
|
||||
bits<2> op;
|
||||
let Inst{31-30} = op; // Top two bits are the 'op' field
|
||||
|
Loading…
x
Reference in New Issue
Block a user