|
UINT8 | byte [MAX_BYTES_PER_PIN_WIDE_REG] |
|
UINT16 | word [MAX_WORDS_PER_PIN_WIDE_REG] |
|
UINT32 | dword [MAX_DWORDS_PER_PIN_WIDE_REG] |
|
UINT64 | qword [MAX_QWORDS_PER_PIN_WIDE_REG] |
|
INT8 | s_byte [MAX_BYTES_PER_PIN_WIDE_REG] |
|
INT16 | s_word [MAX_WORDS_PER_PIN_WIDE_REG] |
|
INT32 | s_dword [MAX_DWORDS_PER_PIN_WIDE_REG] |
|
INT64 | s_qword [MAX_QWORDS_PER_PIN_WIDE_REG] |
|
FLT32 | flt [MAX_FLOATS_PER_PIN_WIDE_REG] |
|
FLT64 | dbl [MAX_DOUBLES_PER_PIN_WIDE_REG] |
|
TODO A container for tile registers (1024 bytes). Implemented as a union to allow viewing the value as different types (signed/unsigned integer or floating point) and allow access in blocks of various sizes.
The documentation for this union was generated from the following file: