QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
opcodes.c File Reference

Macros

#define ROTL(x, n)   ((((unsigned)(x))<<(n))|((unsigned)(x))>>(32-n))
 

Functions

opcode_topcode_find (const char *name, operand_t *op_a, operand_t *op_b, operand_t *op_c)
 
void opcode_init (void)
 

Variables

hashtab_topcode_type_table
 
hashtab_topcode_void_table
 

Macro Definition Documentation

#define ROTL (   x,
  n 
)    ((((unsigned)(x))<<(n))|((unsigned)(x))>>(32-n))

Function Documentation

opcode_t* opcode_find ( const char *  name,
operand_t op_a,
operand_t op_b,
operand_t op_c 
)
void opcode_init ( void  )

Variable Documentation

hashtab_t* opcode_type_table
hashtab_t* opcode_void_table