Searched refs:is_branch (Results 1 – 6 of 6) sorted by relevance
112 def _FindLoopBranches(disassembly, is_branch): argument118 if is_branch(mnemonic):125 is_branch = ChooseIsBranchForChost(chost)126 return _FindLoopBranches(disassembly, is_branch)
77 unsigned is_branch:1; member
983 if (info->is_branch && *cur == ':') { in parse_instruction()
416 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) { in target_at_put() argument420 if (is_branch != nullptr) { in target_at_put()421 *is_branch = (opcode == BX || opcode == BCX); in target_at_put()521 bool is_branch = false; in bind_to() local535 target_at_put(fixup_pos, pos, &is_branch); in bind_to()540 if (!trampoline_emitted_ && is_branch) { in bind_to()
1306 void target_at_put(int pos, int target_pos, bool* is_branch = nullptr);
3045 tgsi_get_opcode_info(inst->op)->is_branch || in simplify_cmp()