Searched defs:inst_call (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/sys/amd64/include/
H A Ddb_machdep.h79 #define inst_call(ins) (((ins)&0xff) == I_CALL || \ macro
/freebsd-11-stable/sys/arm/include/
H A Ddb_machdep.h75 #define inst_call(ins) (((ins) & 0x0f000000) == 0x0b000000) macro
/freebsd-11-stable/sys/arm64/include/
H A Ddb_machdep.h65 #define inst_call(ins) (((ins) & 0xfc000000u) == 0x94000000u || /* BL */ \ macro
/freebsd-11-stable/sys/i386/include/
H A Ddb_machdep.h82 #define inst_call(ins) (((ins)&0xff) == I_CALL || \ macro
/freebsd-11-stable/sys/mips/include/
H A Ddb_machdep.h85 #define inst_call(i) (db_inst_type(i) == IT_CALL) macro
/freebsd-11-stable/sys/powerpc/include/
H A Ddb_machdep.h85 #define inst_call(ins) (((ins)&M_BC ) == I_BC || \ macro
/freebsd-11-stable/sys/riscv/include/
H A Ddb_machdep.h68 #define inst_call(ins) (((ins) & 0x7f) == 111 || \ macro
/freebsd-11-stable/sys/sparc64/include/
H A Ddb_machdep.h60 #define inst_call(ins) (0) macro

Completed in 176 milliseconds