erjang.beam.repr
Class Insn.LEISSD
java.lang.Object
erjang.beam.repr.Insn
erjang.beam.repr.Insn.LEISSD
- All Implemented Interfaces:
- BeamInstruction
- Enclosing class:
- Insn
public static class Insn.LEISSD
- extends Insn
Nested classes/interfaces inherited from class erjang.beam.repr.Insn |
Insn.AAI, Insn.BSAppend, Insn.BSPrivateAppend, Insn.By, Insn.ByD, Insn.D, Insn.F, Insn.I, Insn.ID, Insn.IE, Insn.IEI, Insn.II, Insn.IL, Insn.ILI, Insn.IWI, Insn.L, Insn.LD, Insn.LED, Insn.LEISD, Insn.LEISSD, Insn.LESD, Insn.LESSD, Insn.LIIIID, Insn.LIS, Insn.LS, Insn.LSBi, Insn.LSD, Insn.LSI, Insn.LSII, Insn.LSIID, Insn.LSIIID, Insn.LSIIS, Insn.LSISIID, Insn.LSS, Insn.LSSD, Insn.LSSID, Insn.LSSII, Insn.S, Insn.SD, Insn.SDD, Insn.SDI, Insn.Select, Insn.SI, Insn.SID, Insn.SS, Insn.SSD, Insn.WI, Insn.Y, Insn.YL |
Fields inherited from class erjang.beam.repr.Insn |
opcode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
label
public final Operands.Label label
ext_fun_ref
public final int ext_fun_ref
i
public final int i
src1
public final Operands.SourceOperand src1
src2
public final Operands.SourceOperand src2
dest
public final Operands.DestinationOperand dest
Insn.LEISSD
public Insn.LEISSD(BeamOpcode opcode,
Operands.Label label,
int ext_fun_ref,
int i,
Operands.SourceOperand src1,
Operands.SourceOperand src2,
Operands.DestinationOperand dest)
toSymbolic
public ETuple toSymbolic(CodeTables ct)
- Overrides:
toSymbolic
in class Insn
TBD erjang license note