Defines | Typedefs | Functions

isa_registers_gen.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ISA_REGISTERS_GEN_RCS_ID

Typedefs

typedef struct isa_register_classISA_REGISTER_CLASS

Functions

void ISA_Registers_Begin (const char *archname)
ISA_REGISTER_CLASS ISA_Register_Class_Create (const char *name, int bit_size, bool can_store, bool multiple_save)
void ISA_Register_Set (ISA_REGISTER_CLASS rclass, int min_regnum, int max_regnum, const char *def_name_format, const char **names, int isa_mask)
void ISA_Register_Subclass_Create (const char *name, ISA_REGISTER_CLASS rclass, int count, const int *members, const char **names)
void ISA_Registers_End (void)

Define Documentation

#define ISA_REGISTERS_GEN_RCS_ID

Definition at line 113 of file isa_registers_gen.h.


Typedef Documentation

Definition at line 118 of file isa_registers_gen.h.


Function Documentation

ISA_REGISTER_CLASS ISA_Register_Class_Create ( const char *  name,
int  bit_size,
bool  can_store,
bool  multiple_save 
)
void ISA_Register_Set ( ISA_REGISTER_CLASS  rclass,
int  min_regnum,
int  max_regnum,
const char *  def_name_format,
const char **  names,
int  isa_mask 
)
void ISA_Register_Subclass_Create ( const char *  name,
ISA_REGISTER_CLASS  rclass,
int  count,
const int *  members,
const char **  names 
)
void ISA_Registers_Begin ( const char *  archname  ) 

Definition at line 275 of file isa_registers_gen.cxx.

Referenced by main().

void ISA_Registers_End ( void   )