Home
last modified time | relevance | path

Searched refs:db_inst_type (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/include/
H A Ddb_machdep.h79 #define inst_branch(i) (db_inst_type(i) == IT_BRANCH)
81 #define inst_call(i) (db_inst_type(i) == IT_CALL)
83 #define inst_load(i) (db_inst_type(i) == IT_LOAD)
84 #define inst_store(i) (db_inst_type(i) == IT_STORE)
86 int db_inst_type(int);
/f-stack/freebsd/mips/mips/
H A Ddb_interface.c251 db_inst_type(int ins) in db_inst_type() function