fcml
1.2.2
|
Describes one decoded prefix. More...
#include <fcml_disassembler.h>
Public Attributes | |
fcml_uint8_t | prefix |
Prefix itself as raw byte. More... | |
fcml_en_prefix_types | prefix_type |
Type of the prefix. More... | |
fcml_bool | mandatory_prefix |
FCML_TRUE if prefix is treated as mandatory one. More... | |
fcml_uint8_t | avx_bytes [3] |
Place for additional bytes of VEX/EVEX/XOP prefix. More... | |
Describes one decoded prefix.
fcml_uint8_t fcml_st_instruction_prefix::avx_bytes[3] |
Place for additional bytes of VEX/EVEX/XOP prefix.
since 1.2.0
fcml_bool fcml_st_instruction_prefix::mandatory_prefix |
FCML_TRUE if prefix is treated as mandatory one.
fcml_uint8_t fcml_st_instruction_prefix::prefix |
Prefix itself as raw byte.
fcml_en_prefix_types fcml_st_instruction_prefix::prefix_type |
Type of the prefix.