Searched defs:branch_fmt (Results 1 – 1 of 1) sorted by relevance
116 struct branch_fmt { struct117 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 */