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

/freebsd-11-stable/sys/i386/include/
H A Ddb_machdep.h75 #define I_CALL 0xe8 macro
82 #define inst_call(ins) (((ins)&0xff) == I_CALL || \
/freebsd-11-stable/sys/amd64/include/
H A Ddb_machdep.h72 #define I_CALL 0xe8 macro
79 #define inst_call(ins) (((ins)&0xff) == I_CALL || \

Completed in 129 milliseconds