Lines Matching full:bcond
2562 void MipsAssembler::Bcond(MipsLabel* label, BranchCondition condition, Register lhs, Register rhs) {
3005 Bcond(label, kCondEQ, rs, rt);
3009 Bcond(label, kCondNE, rs, rt);
3013 Bcond(label, kCondEQZ, rt);
3017 Bcond(label, kCondNEZ, rt);
3021 Bcond(label, kCondLTZ, rt);
3025 Bcond(label, kCondGEZ, rt);
3029 Bcond(label, kCondLEZ, rt);
3033 Bcond(label, kCondGTZ, rt);
3086 Bcond(label, kCondLT, rs, rt);
3096 Bcond(label, kCondGE, rs, rt);
3108 Bcond(label, kCondLTU, rs, rt);
3118 Bcond(label, kCondGEU, rs, rt);
3134 Bcond(label, kCondF, static_cast<Register>(cc), ZERO);
3143 Bcond(label, kCondT, static_cast<Register>(cc), ZERO);
3147 Bcond(label, kCondF, static_cast<Register>(ft), ZERO);
3151 Bcond(label, kCondT, static_cast<Register>(ft), ZERO);