|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
java.lang.Objectedu.ustc.cs.compile.arch.mips.MIPSRegister
public class MIPSRegister
Provides a representation of registers in a simple MIPS assembly language that can run in SPIM(a simulator of MIPS R2000/R3000).
Following is a list of registers and their representation in this class(which could be used in the form of MIPSRegister.XXX):
Instruct.Operand
operand = new Instruct.Operand(MIPSRegister.SP);
字段摘要 | |
---|---|
static MIPSRegister |
A0
Register "a0" |
static MIPSRegister |
A1
Register "a1" |
static MIPSRegister |
A2
Register "a2" |
static MIPSRegister |
A3
Register "a3" |
static MIPSRegister |
AT
Register "at" |
static MIPSRegister |
FP
Register "fp" |
static MIPSRegister |
GP
Register "gp" |
static MIPSRegister |
K0
Register "k0" |
static MIPSRegister |
K1
Register "k1" |
static MIPSRegister |
RA
Register "ra" |
static MIPSRegister |
S0
Register "s0" |
static MIPSRegister |
S1
Register "s1" |
static MIPSRegister |
S2
Register "s2" |
static MIPSRegister |
S3
Register "s3" |
static MIPSRegister |
S4
Register "s4" |
static MIPSRegister |
S5
Register "s5" |
static MIPSRegister |
S6
Register "s6" |
static MIPSRegister |
S7
Register "s7" |
static MIPSRegister |
SP
Register "sp" |
static MIPSRegister |
T0
Register "t0" |
static MIPSRegister |
T1
Register "t1" |
static MIPSRegister |
T2
Register "t2" |
static MIPSRegister |
T3
Register "t3" |
static MIPSRegister |
T4
Register "t4" |
static MIPSRegister |
T5
Register "t5" |
static MIPSRegister |
T6
Register "t6" |
static MIPSRegister |
T7
Register "t7" |
static MIPSRegister |
T8
Register "t8" |
static MIPSRegister |
T9
Register "t9" |
static MIPSRegister |
V0
Register "v0" |
static MIPSRegister |
V1
Register "v1" |
static MIPSRegister |
ZERO
Register "zero" |
构造函数摘要 | |
---|---|
MIPSRegister()
|
方法摘要 | |
---|---|
java.lang.String |
toString()
Returns a string representation of this MIPS register. |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
字段详细信息 |
---|
public static final MIPSRegister ZERO
public static final MIPSRegister AT
public static final MIPSRegister V0
public static final MIPSRegister V1
public static final MIPSRegister A0
public static final MIPSRegister A1
public static final MIPSRegister A2
public static final MIPSRegister A3
public static final MIPSRegister T0
public static final MIPSRegister T1
public static final MIPSRegister T2
public static final MIPSRegister T3
public static final MIPSRegister T4
public static final MIPSRegister T5
public static final MIPSRegister T6
public static final MIPSRegister T7
public static final MIPSRegister T8
public static final MIPSRegister T9
public static final MIPSRegister S0
public static final MIPSRegister S1
public static final MIPSRegister S2
public static final MIPSRegister S3
public static final MIPSRegister S4
public static final MIPSRegister S5
public static final MIPSRegister S6
public static final MIPSRegister S7
public static final MIPSRegister K0
public static final MIPSRegister K1
public static final MIPSRegister GP
public static final MIPSRegister SP
public static final MIPSRegister FP
public static final MIPSRegister RA
构造函数详细信息 |
---|
public MIPSRegister()
方法详细信息 |
---|
public java.lang.String toString()
Register
中的 toString
java.lang.Object
中的 toString
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |