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

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

Completed in 89 milliseconds