Home
last modified time | relevance | path

Searched defs:inst_branch (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/include/
H A Ddb_machdep.h79 #define inst_branch(i) (db_inst_type(i) == IT_BRANCH) macro
/f-stack/freebsd/arm/include/
H A Ddb_machdep.h77 #define inst_branch(ins) (((ins) & 0x0f000000) == 0x0a000000 || \ macro