Searched defs:toyvm_op (Results 1 – 4 of 4) sorted by relevance
32 typedef struct toyvm_op toyvm_op; typedef73 struct toyvm_op struct91 toyvm_op fn_ops[MAX_OPS]; argument
89 struct toyvm_op struct92 enum opcode op_opcode;118 disassemble_op (toyvm_op *op, int index, FILE *out); argument