Lines Matching refs:do_branch
4378 [this, &next_pc, &execute_branch_delay_instruction](bool do_branch) {
4381 if (do_branch) {
4391 &execute_branch_delay_instruction](bool do_branch) {
4394 if (do_branch) {
4402 auto BranchAndLinkCompactHelper = [this, &next_pc](bool do_branch, int bits) {
4405 if (do_branch) {
4414 auto BranchCompactHelper = [this, &next_pc](bool do_branch, int bits) {
4417 if (do_branch) {
4433 bool do_branch = (instr_.FBtrueValue()) ? cc_value : !cc_value;
4434 BranchHelper(do_branch);