fcml  1.2.2
Public Attributes | List of all members
fcml_st_instruction_prefix Struct Reference

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...
 

Detailed Description

Describes one decoded prefix.

Member Data Documentation

◆ avx_bytes

fcml_uint8_t fcml_st_instruction_prefix::avx_bytes[3]

Place for additional bytes of VEX/EVEX/XOP prefix.

since 1.2.0

◆ mandatory_prefix

fcml_bool fcml_st_instruction_prefix::mandatory_prefix

FCML_TRUE if prefix is treated as mandatory one.

◆ prefix

fcml_uint8_t fcml_st_instruction_prefix::prefix

Prefix itself as raw byte.

◆ prefix_type

fcml_en_prefix_types fcml_st_instruction_prefix::prefix_type

Type of the prefix.


The documentation for this struct was generated from the following file: