23 def_op(.op_obj = ret->
opcodes, .
op_name =
"BINARY_MATRIX_MULTIPLY", .op_code = 16, .pop = 2, .push = 1);
24 def_op(.op_obj = ret->
opcodes, .
op_name =
"INPLACE_MATRIX_MULTIPLY", .op_code = 17, .pop = 2, .push = 1);
28 def_op(.op_obj = ret->
opcodes, .
op_name =
"GET_YIELD_FROM_ITER", .op_code = 69, .pop = 0, .push = 1);
30 def_op(.op_obj = ret->
opcodes, .
op_name =
"WITH_CLEANUP_START", .op_code = 81, .pop = 0, .push = 1);
31 def_op(.op_obj = ret->
opcodes, .
op_name =
"WITH_CLEANUP_FINISH", .op_code = 82, .pop = -1, .push = 1);
RZ_API void rz_list_purge(RZ_NONNULL RzList *list)
Empties the list without freeing the list pointer.
void add_arg_fmt(pyc_opcodes *ret, char *op_name, const char *(*formatter)(ut32 oparg))
pyc_opcodes * opcode_35(void)
const char * format_extended_arg(ut32 oparg)
const char * format_MAKE_FUNCTION_arg_3x(ut32 oparg)
pyc_opcodes * opcode_34(void)
pyc_opcode_object * opcodes