|
uint32_t | raw |
|
struct { |
uint32_t | op: 6 |
|
uint32_t | rs: 5 |
|
uint32_t | rt: 5 |
|
uint32_t | imm: 16 |
|
} | i_type |
|
struct { |
uint32_t | op: 6 |
|
uint32_t | target: 26 |
|
} | j_type |
|
struct { |
uint32_t | op: 6 |
|
uint32_t | rs: 5 |
|
uint32_t | rt: 5 |
|
uint32_t | rd: 5 |
|
uint32_t | sa: 5 |
|
uint32_t | funct: 6 |
|
} | r_type |
|
struct { |
uint32_t | op: 6 |
|
uint32_t | co: 1 |
|
uint32_t | funct: 25 |
|
} | c_type |
|
◆ raw
uint32_t vr4300_instruction_t::raw |
struct { ... } vr4300_instruction_t::i_type |
struct { ... } vr4300_instruction_t::j_type |
struct { ... } vr4300_instruction_t::r_type |
struct { ... } vr4300_instruction_t::c_type |
The documentation for this union was generated from the following file: