Lines Matching refs:do_branch
4172 [this, &next_pc, &execute_branch_delay_instruction](bool do_branch) {
4175 if (do_branch) {
4185 &execute_branch_delay_instruction](bool do_branch) {
4188 if (do_branch) {
4196 auto BranchAndLinkCompactHelper = [this, &next_pc](bool do_branch, int bits) {
4199 if (do_branch) {
4208 auto BranchCompactHelper = [this, &next_pc](bool do_branch, int bits) {
4211 if (do_branch) {
4228 bool do_branch = (instr_.FBtrueValue()) ? cc_value : !cc_value;
4229 BranchHelper(do_branch);