contents of a SPU GPR register
More...
#include <dbg.h>
|
| u8 | byte [16] |
| | byte vector format.
|
| |
| u16 | halfword [16/sizeof(u16)] |
| | halfword vector format.
|
| |
| u32 | word [16/sizeof(u32)] |
| | word vector format.
|
| |
| u64 | dword [16/sizeof(u64)] |
| | double word vector format.
|
| |
contents of a SPU GPR register
Definition at line 75 of file dbg.h.
◆ byte
| u8 sys_dbg_spu_gpr_t::byte[16] |
byte vector format.
Definition at line 78 of file dbg.h.
◆ dword
| u64 sys_dbg_spu_gpr_t::dword[16/sizeof(u64)] |
double word vector format.
Definition at line 84 of file dbg.h.
◆ halfword
| u16 sys_dbg_spu_gpr_t::halfword[16/sizeof(u16)] |
halfword vector format.
Definition at line 80 of file dbg.h.
◆ word
| u32 sys_dbg_spu_gpr_t::word[16/sizeof(u32)] |
word vector format.
Definition at line 82 of file dbg.h.
The documentation for this union was generated from the following file: