public final class RFR extends AsmInstruction
FP
onto the stack
w0 ; w1 ; ... ; wSP-1
wSP-1-(FP+i) ; w0 ; w1 ; ... ; wSP-1
where i
is the argument to RFR
. Note that it must
be that 0 ≤ FP + i ≤ SP - 1
or one of the stack
exceptions will be triggered (see below).i < -FP
i > SP - FP - 1
SP
has its
maximal value (default: 128)Constructor and Description |
---|
RFR(int offset) |
Modifier and Type | Method and Description |
---|---|
<P,R> R |
accept(AsmVisitor<P,R> visitor,
P arg) |
int |
getOffset() |
java.lang.String |
toString() |
getName
public int getOffset()
public <P,R> R accept(AsmVisitor<P,R> visitor, P arg)
accept
in class AsmInstruction
public java.lang.String toString()
toString
in class AsmInstruction