Header menu logo F# Header menu logo Averest

TgtAdr Type

targets of move code instructions

Union cases

Union case Description

CntrCnd

Full Usage: CntrCnd

condition buffer of CU

CntrPC

Full Usage: CntrPC

PC buffer of CU

InL PuIdx

Full Usage: InL PuIdx

Parameters:

left input buffer of PU[PuIdx]

Item : PuIdx

InOpC PuIdx

Full Usage: InOpC PuIdx

Parameters:

opcode buffer of PU[PuIdx]

Item : PuIdx

InR PuIdx

Full Usage: InR PuIdx

Parameters:

left input buffer of PU[PuIdx]

Item : PuIdx

LoadAdr

Full Usage: LoadAdr

address buffer of LSU

LoadOpc

Full Usage: LoadOpc

opcode buffer of LSU

LoadVal

Full Usage: LoadVal

value buffer of LSU (for storing)

Instance members

Instance member Description

this.Encode

Full Usage: this.Encode

Returns: int

encode tgtAdr by an integer value for instruction encoding

Returns: int

this.IsCntrCnd

Full Usage: this.IsCntrCnd

Returns: bool
Returns: bool

this.IsCntrPC

Full Usage: this.IsCntrPC

Returns: bool
Returns: bool

this.IsInL

Full Usage: this.IsInL

Returns: bool
Returns: bool

this.IsInOpC

Full Usage: this.IsInOpC

Returns: bool
Returns: bool

this.IsInR

Full Usage: this.IsInR

Returns: bool
Returns: bool

this.IsLoadAdr

Full Usage: this.IsLoadAdr

Returns: bool
Returns: bool

this.IsLoadOpc

Full Usage: this.IsLoadOpc

Returns: bool
Returns: bool

this.IsLoadVal

Full Usage: this.IsLoadVal

Returns: bool
Returns: bool

Static members

Static member Description

TgtAdr.OfBufAdr(bufAdr)

Full Usage: TgtAdr.OfBufAdr(bufAdr)

Parameters:
    bufAdr : int

Returns: TgtAdr

convert buffer address to TgtAdr

bufAdr : int
Returns: TgtAdr

TgtAdr.OfString(tgt)

Full Usage: TgtAdr.OfString(tgt)

Parameters:
    tgt : string

Returns: TgtAdr

parse from string representation

tgt : string
Returns: TgtAdr

Type something to start searching.