|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operand | |
com.tapina.robe.runtime.instruction |
Uses of Operand in com.tapina.robe.runtime.instruction |
Subclasses of Operand in com.tapina.robe.runtime.instruction | |
class |
ImmediateOperand
Created by IntelliJ IDEA. |
class |
Negative
Created by IntelliJ IDEA. |
class |
RegisterOperand
Created by IntelliJ IDEA. |
Constructors in com.tapina.robe.runtime.instruction with parameters of type Operand | |
RegisterOperand(int registerNumber,
int shiftType,
Operand shiftValue)
|
|
PreIndexedAddressSource(int baseRegister,
Operand offset)
|
|
PostIndexedAddressSource(int baseRegister,
Operand offset)
|
|
Negative(Operand operand)
|
|
IndexedAddressSource(int baseRegister,
Operand offset)
|
|
DataProcessingInstruction(Condition condition,
Operator operator,
int destinationRegister,
int sourceRegister,
Operand op2,
boolean storeResult,
boolean setConditionCodes)
|
|
AutoPreIndexedAddressSource(int baseRegister,
Operand offset)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |