reason_type
const enum reason_type type = get_ins_type(instptr);
enum reason_type type;
enum reason_type get_ins_type(unsigned long ins_addr)
enum reason_type rv = OTHERS;
enum reason_type get_ins_type(unsigned long ins_addr);