34 #include "../base/ver.h"
38 #include "../base/str.h"
41 #ifndef CHECK_INCLUDED
42 #include "../base/check.h"
45 #ifndef ITYPE_INCLUDED
84 INST_SAVE_MMAP_1_1_CUR,
85 INST_RESTORE_LIST_CUR,
86 INST_RESTORE_MMAP_CUR,
87 INST_RESTORE_MMAP_1_1_CUR,
95 INST_GET_LIST_2_COL_1,
96 INST_GET_LIST_2_COL_2,
97 INST_GET_MMAP_1_1_OUT_1,
100 INST_END_LOOP_MMAP_1_1,
109 INST_INSERT_LIST_2_V,
111 INST_INSERT_MMAP_1_1,
132 bool inst_valid(
inst_t inst);
inst_enum
Definition: inst.h:61
itype_t inst_type(inst_t inst)
Definition: inst.cpp:244
const char * str_t
Definition: str.h:41
str_t inst_name(inst_t inst)
Definition: inst.cpp:103
Enumeration type for classifying BAM instructions by arguments.