Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
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.

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)

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_Registers_Begin ( const char *  archname)

Definition at line 275 of file isa_registers_gen.cxx.

Referenced by main().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines