|
Intel® X86 Encoder Decoder
|
#include <xed-types.h>
Data Fields | ||
| struct { | ||
| xed_uint8_t b0 | ||
| xed_uint8_t b1 | ||
| xed_uint8_t b2 | ||
| xed_uint8_t b3 | ||
| } | b | |
| xed_uint8_t | byte [4] | |
| xed_int32_t | i32 | |
| xed_int8_t | s_byte [4] | |
| xed_int16_t | s_word [2] | |
| xed_uint32_t | u32 | |
| struct { | ||
| xed_uint16_t w0 | ||
| xed_uint16_t w1 | ||
| } | w | |
| xed_uint16_t | word [2] | |
| struct { ... } b |
| xed_uint8_t b0 |
| xed_uint8_t b1 |
| xed_uint8_t b2 |
| xed_uint8_t b3 |
| xed_uint8_t byte[4] |
| xed_int32_t i32 |
| xed_int8_t s_byte[4] |
| xed_int16_t s_word[2] |
| xed_uint32_t u32 |
| struct { ... } w |
| xed_uint16_t w0 |
| xed_uint16_t w1 |
| xed_uint16_t word[2] |