mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +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:
@@ -24,6 +24,7 @@ class InstV9 : Instruction { // SparcV9 instruction baseline
|
|||||||
field bits<32> Inst;
|
field bits<32> Inst;
|
||||||
|
|
||||||
let Namespace = "V9";
|
let Namespace = "V9";
|
||||||
|
let ClassPrefix = "SparcV9";
|
||||||
|
|
||||||
bits<2> op;
|
bits<2> op;
|
||||||
let Inst{31-30} = op; // Top two bits are the 'op' field
|
let Inst{31-30} = op; // Top two bits are the 'op' field
|
||||||
|
Reference in New Issue
Block a user