QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
opcodes.h File Reference
This graph shows which files directly or indirectly include this file:

Functions

struct opcode_sopcode_find (const char *name, struct operand_s *op_a, struct operand_s *op_b, struct operand_s *op_c)
 
void opcode_init (void)
 

Variables

struct opcode_sop_done
 
struct opcode_sop_goto
 
struct opcode_sop_if
 
struct opcode_sop_ifa
 
struct opcode_sop_ifae
 
struct opcode_sop_ifb
 
struct opcode_sop_ifbe
 
struct opcode_sop_ifnot
 
struct opcode_sop_jump
 
struct opcode_sop_jumpb
 
struct opcode_sop_return
 
struct opcode_sop_return_v
 
struct opcode_sop_state
 
struct opcode_sop_state_f
 

Function Documentation

struct opcode_s* opcode_find ( const char *  name,
struct operand_s op_a,
struct operand_s op_b,
struct operand_s op_c 
)
void opcode_init ( void  )

Variable Documentation

struct opcode_s* op_done
struct opcode_s* op_goto
struct opcode_s* op_if
struct opcode_s* op_ifa
struct opcode_s* op_ifae
struct opcode_s* op_ifb
struct opcode_s* op_ifbe
struct opcode_s* op_ifnot
struct opcode_s* op_jump
struct opcode_s* op_jumpb
struct opcode_s* op_return
struct opcode_s* op_return_v
struct opcode_s* op_state
struct opcode_s* op_state_f