Searched defs:inst_load (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/sys/mips/include/
H A Ddb_machdep.h87 #define inst_load(i) (db_inst_type(i) == IT_LOAD) macro
/freebsd-10.3-release/sys/sparc64/include/
H A Ddb_machdep.h61 #define inst_load(ins) (0) macro
/freebsd-10.3-release/sys/i386/include/
H A Ddb_machdep.h76 #define inst_load(ins) 0 macro
/freebsd-10.3-release/sys/ia64/include/
H A Ddb_machdep.h70 #define inst_load(ins) (ins & 0) macro
/freebsd-10.3-release/sys/arm/include/
H A Ddb_machdep.h81 #define inst_load(ins) (0) macro
/freebsd-10.3-release/sys/amd64/include/
H A Ddb_machdep.h76 #define inst_load(ins) 0 macro
/freebsd-10.3-release/sys/powerpc/include/
H A Ddb_machdep.h87 #define inst_load(ins) 0 macro

Completed in 66 milliseconds