Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Ddb_machdep.h79 #define inst_call(ins) (((ins)&0xff) == I_CALL || \ macro
/freebsd/sys/arm/include/
H A Ddb_machdep.h70 #define inst_call(ins) (((ins) & 0x0f000000) == 0x0b000000) macro
/freebsd/sys/riscv/include/
H A Ddb_machdep.h72 #define inst_call(ins) (((ins) & 0x7f) == 111 || \ macro
/freebsd/sys/amd64/include/
H A Ddb_machdep.h78 #define inst_call(ins) (((ins)&0xff) == I_CALL || i_calli(ins) || \ macro
/freebsd/sys/powerpc/include/
H A Ddb_machdep.h82 #define inst_call(ins) (((ins)&M_BC ) == I_BC || \ macro
/freebsd/sys/arm64/include/
H A Ddb_machdep.h68 #define inst_call( global() macro