Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Darm.h116 struct branch_fmt { struct
117 unsigned dest :24; /* destination of the branch */
118 unsigned link :1; /* branch with link (function call) */
119 unsigned is_branch :1; /* == SUBTYPE_BRANCH */
120 unsigned type :2; /* == TYPE_BLOCK_BRANCH */
121 unsigned cond :4; /* one of COND_* defined above */