Lines Matching refs:ip
106 #define MP_BC_PRELUDE_SIG_DECODE_INTO(ip, S, E, F, A, K, D) \ argument
108 uint8_t z = *(ip)++; \
117 z = *(ip)++; \
129 #define MP_BC_PRELUDE_SIG_DECODE(ip) \ argument
131 …MP_BC_PRELUDE_SIG_DECODE_INTO(ip, n_state, n_exc_stack, scope_flags, n_pos_args, n_kwonly_args, n_…
150 #define MP_BC_PRELUDE_SIZE_DECODE_INTO(ip, I, C) \ argument
156 z = *(ip)++; \
166 #define MP_BC_PRELUDE_SIZE_DECODE(ip) \ argument
168 MP_BC_PRELUDE_SIZE_DECODE_INTO(ip, n_info, n_cell); \
207 const byte *ip; member
234 const byte *mp_bytecode_print_str(const mp_print_t *print, const byte *ip);
245 uint mp_opcode_format(const byte *ip, size_t *opcode_size, bool count_var_uint);