Home
last modified time | relevance | path

Searched defs:inst_store (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/mips/include/
H A Ddb_machdep.h84 #define inst_store(i) (db_inst_type(i) == IT_STORE) macro
/f-stack/freebsd/i386/include/
H A Ddb_machdep.h86 #define inst_store(ins) 0 macro
/f-stack/freebsd/arm/include/
H A Ddb_machdep.h84 #define inst_store(ins) (0) macro
/f-stack/freebsd/arm64/include/
H A Ddb_machdep.h73 #define inst_store(ins) ({ \ macro
/f-stack/freebsd/amd64/include/
H A Ddb_machdep.h84 #define inst_store(ins) 0 macro