mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
The (future) SparcV8 JIT would do well to have a class prefix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15583 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eb178c146a
commit
0b9bbd2244
@ -19,6 +19,7 @@ class InstV8 : Instruction { // SparcV8 instruction baseline
|
||||
field bits<32> Inst;
|
||||
|
||||
let Namespace = "V8";
|
||||
let ClassPrefix = "SparcV8";
|
||||
|
||||
bits<2> op;
|
||||
let Inst{31-30} = op; // Top two bits are the 'op' field
|
||||
|
@ -19,6 +19,7 @@ class InstV8 : Instruction { // SparcV8 instruction baseline
|
||||
field bits<32> Inst;
|
||||
|
||||
let Namespace = "V8";
|
||||
let ClassPrefix = "SparcV8";
|
||||
|
||||
bits<2> op;
|
||||
let Inst{31-30} = op; // Top two bits are the 'op' field
|
||||
|
Loading…
Reference in New Issue
Block a user