#include <xed-types.h>
|
| 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] |
| |
◆ b0
◆ b1
◆ b2
◆ b3
◆ b4
◆ b5
◆ b6
◆ b7
◆ byte
◆ dword
◆ hi32
◆ i64
◆ lo32
◆ s_byte
◆ s_dword
◆ s_word
◆ u64
◆ w0
◆ w1
◆ w2
◆ w3
◆ word
The documentation for this union was generated from the following file: