Home
last modified time | relevance | path

Searched defs:toyvm_op (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.c32 typedef struct toyvm_op toyvm_op; typedef
73 struct toyvm_op struct
91 toyvm_op fn_ops[MAX_OPS]; argument
H A Dtoyvm.cc89 struct toyvm_op struct
92 enum opcode op_opcode;
118 disassemble_op (toyvm_op *op, int index, FILE *out); argument
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.c32 typedef struct toyvm_op toyvm_op; typedef
73 struct toyvm_op struct
91 toyvm_op fn_ops[MAX_OPS]; argument
H A Dtoyvm.cc89 struct toyvm_op struct
92 enum opcode op_opcode;
118 disassemble_op (toyvm_op *op, int index, FILE *out); argument