Searched refs:INS_TYPE (Results 1 – 3 of 3) sorted by relevance
179 insn->type = (enum x86_insn_type) INS_TYPE(type); in ia32_handle_mnemtype()469 INS_TYPE((*raw_insn)->mnem_flag) == INS_INVALID ) ) { in ia32_table_lookup()
299 inv->type = (enum x86_insn_type) INS_TYPE(type);
416 #define INS_TYPE( type ) ( type & INS_TYPE_MASK ) macro