|
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 | ||
| xed_uint8_t b4 | ||
| xed_uint8_t b5 | ||
| xed_uint8_t b6 | ||
| xed_uint8_t b7 | ||
| } | b | |
| xed_uint8_t | byte [8] | |
| xed_uint32_t | dword [2] | |
| xed_int64_t | i64 | |
| struct { | ||
| xed_uint32_t hi32 | ||
| xed_uint32_t lo32 | ||
| } | s | |
| xed_int8_t | s_byte [8] | |
| xed_int32_t | s_dword [2] | |
| xed_int16_t | s_word [4] | |
| xed_uint64_t | u64 | |
| struct { | ||
| xed_uint16_t w0 | ||
| xed_uint16_t w1 | ||
| xed_uint16_t w2 | ||
| xed_uint16_t w3 | ||
| } | w | |
| xed_uint16_t | word [4] | |
| struct { ... } b |
| xed_uint8_t b0 |
| xed_uint8_t b1 |
| xed_uint8_t b2 |
| xed_uint8_t b3 |
| xed_uint8_t b4 |
| xed_uint8_t b5 |
| xed_uint8_t b6 |
| xed_uint8_t b7 |
| xed_uint8_t byte[8] |
| xed_uint32_t dword[2] |
| xed_uint32_t hi32 |
| xed_int64_t i64 |
| xed_uint32_t lo32 |
| struct { ... } s |
| xed_int8_t s_byte[8] |
| xed_int32_t s_dword[2] |
| xed_int16_t s_word[4] |
| xed_uint64_t u64 |
| struct { ... } w |
| xed_uint16_t w0 |
| xed_uint16_t w1 |
| xed_uint16_t w2 |
| xed_uint16_t w3 |
| xed_uint16_t word[4] |