Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Ddb_machdep.h77 #define IT_STORE 0x04 macro
84 #define inst_store(i) (db_inst_type(i) == IT_STORE)
/f-stack/freebsd/mips/mips/
H A Ddb_interface.c329 ityp = IT_STORE; in db_inst_type()