Macros | |
#define | ROTL(x, n) ((((unsigned)(x))<<(n))|((unsigned)(x))>>(32-n)) |
Functions | |
opcode_t * | opcode_find (const char *name, operand_t *op_a, operand_t *op_b, operand_t *op_c) |
void | opcode_init (void) |
Variables | |
hashtab_t * | opcode_type_table |
hashtab_t * | opcode_void_table |
void opcode_init | ( | void | ) |
hashtab_t* opcode_type_table |
hashtab_t* opcode_void_table |