Searched refs:isn_type (Results 1 – 3 of 3) sorted by relevance
554 isn->isn_type = isn_type; in generate_instr()1436 isntype_T isn_type, in generate_LOAD() argument1537 isntype_T isn_type, in generate_OLDSCRIPT() argument1545 if (isn_type == ISN_LOADS) in generate_OLDSCRIPT()1563 isntype_T isn_type, in generate_VIM9SCRIPT() argument3140 isntype_T isn_type; in compile_load() local3183 isn_type = ISN_LOADG; in compile_load()3201 if (isn_type != ISN_DROP) in compile_load()3333 isn->isn_type = ISN_INSTR; in compile_string()3855 isn->isn_type = ISN_PUSHS; in compile_dict()[all …]
869 iptr->isn_type = ISN_DCALL; in call_ufunc()1601 if (ni->isn_type == ISN_DEBUG in handle_debug()1602 || ni->isn_type == ISN_RETURN in handle_debug()1745 switch (iptr->isn_type) in exec_instructions()2126 switch (iptr->isn_type) in exec_instructions()2189 switch (iptr->isn_type) in exec_instructions()2382 switch (iptr->isn_type) in exec_instructions()2915 switch (iptr->isn_type) in exec_instructions()5047 switch (iptr->isn_type) in list_instructions()5588 switch (iptr->isn_type) in list_instructions()[all …]
409 isntype_T isn_type; member