Home | History | Annotate | Download | only in mips64

Lines Matching refs:do_branch

4286       [this, &next_pc, &execute_branch_delay_instruction](bool do_branch) {
4289 if (do_branch) {
4299 &execute_branch_delay_instruction](bool do_branch) {
4302 if (do_branch) {
4310 auto BranchAndLinkCompactHelper = [this, &next_pc](bool do_branch, int bits) {
4313 if (do_branch) {
4322 auto BranchCompactHelper = [this, &next_pc](bool do_branch, int bits) {
4325 if (do_branch) {
4341 bool do_branch = (instr_.FBtrueValue()) ? cc_value : !cc_value;
4342 BranchHelper(do_branch);