Searched refs:I_CALL (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/usermode/include/
H A Ddb_machdep.h44 #define I_CALL 0xe8 macro
51 #define inst_call(ins) (((ins)&0xff) == I_CALL || \
75 #define I_CALL 0xe8 macro
82 #define inst_call(ins) (((ins)&0xff) == I_CALL || \
/netbsd-current/sys/arch/vax/include/
H A Ddb_machdep.h65 #define I_CALL 0xfb macro
71 #define inst_call(ins) (((ins)&0xff) == I_CALL)
/netbsd-current/sys/arch/i386/include/
H A Ddb_machdep.h79 #define I_CALL 0xe8 macro
86 #define inst_call(ins) (((ins)&0xff) == I_CALL || \
/netbsd-current/sys/arch/amd64/include/
H A Ddb_machdep.h80 #define I_CALL 0xe8 macro
87 #define inst_call(ins) (((ins)&0xff) == I_CALL || \
/netbsd-current/sys/arch/sparc/include/
H A Dinstr.h364 #define I_CALL(d) _I_ANY(IOP_CALL, d) macro

Completed in 199 milliseconds