Searched defs:is_branch (Results 1 – 3 of 3) sorted by relevance
112 def _FindLoopBranches(disassembly, is_branch): argument
77 unsigned is_branch:1; member
416 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) { in target_at_put()521 bool is_branch = false; in bind_to() local