public static class SPARCAssembler.SPARCOp extends Object
Modifier and Type | Field and Description |
---|---|
private List<SPARCAssembler.BitKey> |
keyFields |
private SPARCAssembler.Ops |
op |
private SPARCAssembler.BitKey |
opKey |
private static List<SPARCAssembler.SPARCOp> |
OPS |
Constructor and Description |
---|
SPARCOp(SPARCAssembler.Ops op) |
Modifier and Type | Method and Description |
---|---|
protected List<SPARCAssembler.BitKey> |
getKeys() |
SPARCAssembler.Ops |
getOp(int inst) |
boolean |
match(int inst) |
protected int |
setBits(int word) |
String |
toString() |
private final SPARCAssembler.Ops op
private final SPARCAssembler.BitKey opKey
private List<SPARCAssembler.BitKey> keyFields
private static final List<SPARCAssembler.SPARCOp> OPS
public SPARCOp(SPARCAssembler.Ops op)