Header menu logo B2R2

WordSize Module

A helper module for the WordSize type.

Functions and values

Function or value Description

WordSize.is128 wordSz

Full Usage: WordSize.is128 wordSz

Parameters:
Returns: bool

Is the given word size 128 bit?

wordSz : WordSize
Returns: bool

WordSize.is256 wordSz

Full Usage: WordSize.is256 wordSz

Parameters:
Returns: bool

Is the given word size 256 bit?

wordSz : WordSize
Returns: bool

WordSize.is32 wordSz

Full Usage: WordSize.is32 wordSz

Parameters:
Returns: bool

Is the given word size 32 bit?

wordSz : WordSize
Returns: bool

WordSize.is64 wordSz

Full Usage: WordSize.is64 wordSz

Parameters:
Returns: bool

Is the given word size 64 bit?

wordSz : WordSize
Returns: bool

WordSize.ofString _arg1

Full Usage: WordSize.ofString _arg1

Parameters:
    _arg1 : string

Returns: WordSize

Transform a string into a word size.

_arg1 : string
Returns: WordSize

WordSize.toByteWidth wordSize

Full Usage: WordSize.toByteWidth wordSize

Parameters:
Returns: int32

Transform a word size into a byte length.

wordSize : WordSize
Returns: int32

WordSize.toRegType _arg1

Full Usage: WordSize.toRegType _arg1

Parameters:
Returns: int<MeasureProduct<rt, MeasureOne>>

Transform a word size into a RegType.

_arg1 : WordSize
Returns: int<MeasureProduct<rt, MeasureOne>>

WordSize.toString wordSz

Full Usage: WordSize.toString wordSz

Parameters:
Returns: string

Transform a word size into a string.

wordSz : WordSize
Returns: string

Type something to start searching.