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

/freebsd-10-stable/sys/amd64/include/
H A Ddb_machdep.h77 #define inst_store(ins) 0 macro
/freebsd-10-stable/sys/arm/include/
H A Ddb_machdep.h82 #define inst_store(ins) (0) macro
/freebsd-10-stable/sys/i386/include/
H A Ddb_machdep.h77 #define inst_store(ins) 0 macro
/freebsd-10-stable/sys/ia64/include/
H A Ddb_machdep.h71 #define inst_store(ins) (ins & 0) macro
/freebsd-10-stable/sys/mips/include/
H A Ddb_machdep.h88 #define inst_store(i) (db_inst_type(i) == IT_STORE) macro
/freebsd-10-stable/sys/sparc64/include/
H A Ddb_machdep.h62 #define inst_store(ins) (0) macro
/freebsd-10-stable/sys/powerpc/include/
H A Ddb_machdep.h88 #define inst_store(ins) 0 macro

Completed in 81 milliseconds