Lines Matching defs:do_branch
4229 bool do_branch) {
4232 if (do_branch) {
4242 &execute_branch_delay_instruction](bool do_branch) {
4245 if (do_branch) {
4253 auto BranchAndLinkCompactHelper = [this, instr, &next_pc](bool do_branch,
4257 if (do_branch) {
4266 auto BranchCompactHelper = [&next_pc, this, instr](bool do_branch, int bits) {
4269 if (do_branch) {
4285 bool do_branch = (instr->FBtrueValue()) ? cc_value : !cc_value;
4286 BranchHelper(do_branch);