Lines Matching full:bcond
2212 void Mips64Assembler::Bcond(Mips64Label* label,
2565 Bcond(label, kCondLT, rs, rt);
2569 Bcond(label, kCondLTZ, rt);
2573 Bcond(label, kCondGTZ, rt);
2577 Bcond(label, kCondGE, rs, rt);
2581 Bcond(label, kCondGEZ, rt);
2585 Bcond(label, kCondLEZ, rt);
2589 Bcond(label, kCondLTU, rs, rt);
2593 Bcond(label, kCondGEU, rs, rt);
2597 Bcond(label, kCondEQ, rs, rt);
2601 Bcond(label, kCondNE, rs, rt);
2605 Bcond(label, kCondEQZ, rs);
2609 Bcond(label, kCondNEZ, rs);
2613 Bcond(label, kCondF, static_cast<GpuRegister>(ft), ZERO);
2617 Bcond(label, kCondT, static_cast<GpuRegister>(ft), ZERO);