Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Ddb_machdep.h83 #define inst_load(i) (db_inst_type(i) == IT_LOAD) macro
/f-stack/freebsd/i386/include/
H A Ddb_machdep.h85 #define inst_load(ins) 0 macro
/f-stack/freebsd/arm/include/
H A Ddb_machdep.h83 #define inst_load(ins) (0) macro
/f-stack/freebsd/arm64/include/
H A Ddb_machdep.h68 #define inst_load(ins) ({ \ macro
/f-stack/freebsd/amd64/include/
H A Ddb_machdep.h83 #define inst_load(ins) 0 macro