xine-lib 1.2.13-20230125hg15249
Data Fields
_INSTRUCTION_DATA Struct Reference

#include <goomsl_private.h>

Data Fields

union { 
 
   void *   var 
 
   int *   var_int 
 
   int *   var_ptr 
 
   float *   var_float 
 
   int   jump_offset 
 
   struct _ExternalFunctionStruct *   external_function 
 
udest 
 
union { 
 
   void *   var 
 
   int *   var_int 
 
   int *   var_ptr 
 
   float *   var_float 
 
   int   value_int 
 
   int   value_ptr 
 
   float   value_float 
 
usrc 
 

Field Documentation

◆ external_function

struct _ExternalFunctionStruct* _INSTRUCTION_DATA::external_function

◆ jump_offset

int _INSTRUCTION_DATA::jump_offset

Referenced by calculate_labels().

◆ [union]

union { ... } _INSTRUCTION_DATA::udest

◆ [union]

union { ... } _INSTRUCTION_DATA::usrc

◆ value_float

float _INSTRUCTION_DATA::value_float

◆ value_int

int _INSTRUCTION_DATA::value_int

◆ value_ptr

int _INSTRUCTION_DATA::value_ptr

◆ var

void* _INSTRUCTION_DATA::var

◆ var_float

float* _INSTRUCTION_DATA::var_float

Referenced by gsl_create_fast_iflow().

◆ var_int

int* _INSTRUCTION_DATA::var_int

Referenced by gsl_create_fast_iflow().

◆ var_ptr

int* _INSTRUCTION_DATA::var_ptr

Referenced by gsl_create_fast_iflow().


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