Header menu logo B2R2

ARM32InternalInstruction Type

Basic information for a single ARMv7 instruction obtained after parsing.

Constructors

Constructor Description

ARM32InternalInstruction(addr, nb, cond, op, opr, its, wb, q, s, m, cf, oSz, isAdd)

Full Usage: ARM32InternalInstruction(addr, nb, cond, op, opr, its, wb, q, s, m, cf, oSz, isAdd)

Parameters:
Returns: ARM32InternalInstruction
addr : 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

this.Cflag

Full Usage: this.Cflag

Returns: bool option

Carry Flag from decoding instruction.

Returns: bool option

this.Condition

Full Usage: this.Condition

Returns: Condition

Condition.

Returns: Condition

this.ITState

Full Usage: this.ITState

Returns: byte

IT state for this instruction (used only for IT instructions).

Returns: byte

this.IsAdd

Full Usage: this.IsAdd

Returns: bool

Add or subtract offsets.

Returns: bool

this.Mode

Full Usage: this.Mode

Returns: ArchOperationMode

Target architecture mode.

Returns: ArchOperationMode

this.Opcode

Full Usage: this.Opcode

Returns: Opcode

Opcode.

Returns: Opcode

this.Operands

Full Usage: this.Operands

Returns: Operands

Operands.

Returns: Operands

this.OprSize

Full Usage: this.OprSize

Returns: RegType

Operation size.

Returns: RegType

this.Qualifier

Full Usage: this.Qualifier

Returns: Qualifier

Qualifier.

Returns: Qualifier

this.SIMDTyp

Full Usage: this.SIMDTyp

Returns: SIMDDataTypes option

SIMD data type.

Returns: SIMDDataTypes option

this.WriteBack

Full Usage: this.WriteBack

Returns: bool

Write back.

Returns: bool

Type something to start searching.