ARM32InternalInstruction Type
Basic information for a single ARMv7 instruction obtained after parsing.
Constructors
Constructor | Description |
Full Usage:
ARM32InternalInstruction(addr, nb, cond, op, opr, its, wb, q, s, m, cf, oSz, isAdd)
Parameters:
Addr
nb : uint32
cond : Condition
op : Opcode
opr : Operands
its : byte
wb : bool
q : Qualifier
s : SIMDDataTypes option
m : ArchOperationMode
cf : bool option
oSz : RegType
isAdd : bool
Returns: ARM32InternalInstruction
|
|
Instance members
Instance member | Description |
Full Usage:
this.Cflag
Returns: bool option
|
|
|
|
Full Usage:
this.ITState
Returns: byte
|
|
Full Usage:
this.IsAdd
Returns: bool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.WriteBack
Returns: bool
|