XED
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xed_immdis_s Struct Reference

Stores immediates and displacements for the encoder & decoder. More...

#include <xed-immdis.h>

Data Fields

unsigned int currently_used_space:4
 
xed_bool_t immediate_is_unsigned: 1
 
unsigned int max_allocated_space:4
 
xed_bool_t present: 1
 
union xed_immdis_values_t value
 

Detailed Description

Stores immediates and displacements for the encoder & decoder.

Definition at line 69 of file xed-immdis.h.

Field Documentation

unsigned int currently_used_space

Definition at line 71 of file xed-immdis.h.

xed_bool_t immediate_is_unsigned

Definition at line 74 of file xed-immdis.h.

unsigned int max_allocated_space

Definition at line 72 of file xed-immdis.h.

xed_bool_t present

Definition at line 73 of file xed-immdis.h.

union xed_immdis_values_t value

Definition at line 70 of file xed-immdis.h.


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