Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Ddb_machdep.h81 #define inst_call(i) (db_inst_type(i) == IT_CALL) macro
/f-stack/freebsd/i386/include/
H A Ddb_machdep.h82 #define inst_call(ins) (((ins)&0xff) == I_CALL || \ macro
/f-stack/freebsd/arm/include/
H A Ddb_machdep.h71 #define inst_call(ins) (((ins) & 0x0f000000) == 0x0b000000) macro
/f-stack/freebsd/arm64/include/
H A Ddb_machdep.h65 #define inst_call(ins) (((ins) & 0xfc000000u) == 0x94000000u || /* BL */ \ macro
/f-stack/freebsd/amd64/include/
H A Ddb_machdep.h81 #define inst_call(ins) (((ins)&0xff) == I_CALL || i_calli(ins) || \ macro