Package | Description |
---|---|
com.aparapi.internal.instruction | |
com.aparapi.internal.model |
Modifier and Type | Field and Description |
---|---|
private ExpressionList |
ExpressionList.parent |
Modifier and Type | Method and Description |
---|---|
abstract Instruction |
InstructionTransformer.transform(ExpressionList _expressionList,
Instruction i) |
Constructor and Description |
---|
ExpressionList(MethodModel _methodModel,
ExpressionList _parent,
Instruction _instruction) |
Modifier and Type | Field and Description |
---|---|
private ExpressionList |
MethodModel.expressionList |
Modifier and Type | Method and Description |
---|---|
(package private) void |
MethodModel.applyTransformations(ExpressionList _expressionList,
Instruction _instruction,
Instruction _operandStart) |
void |
MethodModel.txFormDups(ExpressionList _expressionList,
Instruction _instruction)
DUP family of instructions break our stack unwind model (whereby we treat instructions like the oeprands they create/consume).
|