|
Simple Machine | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmachine.Register.Port
public class Register.Port
Register's value port. Combined input and output operations to provide view for non-pipelined implementations that never read the register's input port.
Constructor Summary | |
---|---|
Register.Port()
|
Method Summary | |
---|---|
int |
get()
Get the value of this register's output port. |
int |
getUnsigned()
Get the value of this register's output port and treat it as unsigned. |
void |
set(long aValue)
Set a new value for this register's input port. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Register.Port()
Method Detail |
---|
public int get()
public int getUnsigned()
public void set(long aValue)
|
Simple Machine | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |