Home
last modified time | relevance | path

Searched defs:inst_call (Results 1 – 7 of 7) sorted by relevance

/trueos/sys/sparc64/include/
HDdb_machdep.h60 #define inst_call(ins) (0) macro
/trueos/sys/amd64/include/
HDdb_machdep.h73 #define inst_call(ins) (((ins)&0xff) == I_CALL || \ macro
/trueos/sys/i386/include/
HDdb_machdep.h73 #define inst_call(ins) (((ins)&0xff) == I_CALL || \ macro
/trueos/sys/arm/include/
HDdb_machdep.h69 #define inst_call(ins) (((ins) & 0x0f000000) == 0x0b000000) macro
/trueos/sys/mips/include/
HDdb_machdep.h85 #define inst_call(i) (db_inst_type(i) == IT_CALL) macro
/trueos/sys/ia64/include/
HDdb_machdep.h68 #define inst_call(ins) (ins & 0) macro
/trueos/sys/powerpc/include/
HDdb_machdep.h85 #define inst_call(ins) (((ins)&M_BC ) == I_BC || \ macro