mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-03 01:18:47 +00:00
The (future) SparcV8 JIT would do well to have a class prefix.
llvm-svn: 15583
This commit is contained in:
parent
ad01c0dbae
commit
4ebd3108a2
@ -19,6 +19,7 @@ class InstV8 : Instruction { // SparcV8 instruction baseline
|
|||||||
field bits<32> Inst;
|
field bits<32> Inst;
|
||||||
|
|
||||||
let Namespace = "V8";
|
let Namespace = "V8";
|
||||||
|
let ClassPrefix = "SparcV8";
|
||||||
|
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user