public final class WFR extends AsmInstruction
FP
w0 ; w1 ; ... ; wSP-1
w1 ; ... ; wSP-1 with wSP-1-(FP+1)
changed to w0
. Note that it must be that
0 ≤ FP + i ≤ SP - 1
or one of the stack exceptions will
be triggered (see below).
SP == 0
or i < -FP
i > SP - FP - 1
RFR
Constructor and Description |
---|
WFR(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