Intel® X86 Encoder Decoder
xed-operand-action.h File Reference
#include "xed-types.h"
#include "xed-operand-action-enum.h"

Functions

XED_DLL_EXPORT xed_uint_t xed_operand_action_conditional_read (const xed_operand_action_enum_t rw)
 
XED_DLL_EXPORT xed_uint_t xed_operand_action_conditional_write (const xed_operand_action_enum_t rw)
 
XED_DLL_EXPORT xed_uint_t xed_operand_action_read (const xed_operand_action_enum_t rw)
 
XED_DLL_EXPORT xed_uint_t xed_operand_action_read_and_written (const xed_operand_action_enum_t rw)
 
XED_DLL_EXPORT xed_uint_t xed_operand_action_read_only (const xed_operand_action_enum_t rw)
 
XED_DLL_EXPORT xed_uint_t xed_operand_action_written (const xed_operand_action_enum_t rw)
 
XED_DLL_EXPORT xed_uint_t xed_operand_action_written_only (const xed_operand_action_enum_t rw)
 

Function Documentation

◆ xed_operand_action_conditional_read()

XED_DLL_EXPORT xed_uint_t xed_operand_action_conditional_read ( const xed_operand_action_enum_t  rw)

◆ xed_operand_action_conditional_write()

XED_DLL_EXPORT xed_uint_t xed_operand_action_conditional_write ( const xed_operand_action_enum_t  rw)

◆ xed_operand_action_read()

XED_DLL_EXPORT xed_uint_t xed_operand_action_read ( const xed_operand_action_enum_t  rw)

◆ xed_operand_action_read_and_written()

XED_DLL_EXPORT xed_uint_t xed_operand_action_read_and_written ( const xed_operand_action_enum_t  rw)

◆ xed_operand_action_read_only()

XED_DLL_EXPORT xed_uint_t xed_operand_action_read_only ( const xed_operand_action_enum_t  rw)

◆ xed_operand_action_written()

XED_DLL_EXPORT xed_uint_t xed_operand_action_written ( const xed_operand_action_enum_t  rw)

◆ xed_operand_action_written_only()

XED_DLL_EXPORT xed_uint_t xed_operand_action_written_only ( const xed_operand_action_enum_t  rw)