1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00

The (future) SparcV8 JIT would do well to have a class prefix.

llvm-svn: 15583
This commit is contained in:
Misha Brukman 2004-08-09 18:13:09 +00:00
parent ad01c0dbae
commit 4ebd3108a2

View File

@ -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