public final class WFR extends AsmInstruction
FP
w0 ; w1 ; ... ; wSP-1w1 ; ... ; 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 < -FPi > SP - FP - 1RFR| 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() |
getNamepublic int getOffset()
public <P,R> R accept(AsmVisitor<P,R> visitor, P arg)
accept in class AsmInstructionpublic java.lang.String toString()
toString in class AsmInstruction