public final class GSB extends AsmInstruction
Assume that oldSP, oldFP, and oldPC
are the values of SP, FP, and PC
registers respectively before executing the instruction.
S (i.e., arbitrary)oldPC + 1 ; oldFP ; S
m where m is the instruction
position pointed to by the argument to GSB.oldSP + 2oldSPm does
not exist| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(AsmVisitor<P,R> visitor,
P arg) |
java.lang.String |
getAddress() |
java.lang.String |
toString() |
getNamepublic java.lang.String getAddress()
public <P,R> R accept(AsmVisitor<P,R> visitor, P arg)
accept in class AsmInstructionpublic java.lang.String toString()
toString in class AsmInstruction