Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Ddb_machdep.h76 #define IT_LOAD 0x03 macro
83 #define inst_load(i) (db_inst_type(i) == IT_LOAD)
/f-stack/freebsd/mips/mips/
H A Ddb_interface.c321 ityp = IT_LOAD; in db_inst_type()