Lines Matching full:bcond
1616 void Mips64Assembler::Bcond(Mips64Label* label,
1748 Bcond(label, kCondLT, rs, rt);
1752 Bcond(label, kCondLTZ, rt);
1756 Bcond(label, kCondGTZ, rt);
1760 Bcond(label, kCondGE, rs, rt);
1764 Bcond(label, kCondGEZ, rt);
1768 Bcond(label, kCondLEZ, rt);
1772 Bcond(label, kCondLTU, rs, rt);
1776 Bcond(label, kCondGEU, rs, rt);
1780 Bcond(label, kCondEQ, rs, rt);
1784 Bcond(label, kCondNE, rs, rt);
1788 Bcond(label, kCondEQZ, rs);
1792 Bcond(label, kCondNEZ, rs);
1796 Bcond(label, kCondF, static_cast<GpuRegister>(ft), ZERO);
1800 Bcond(label, kCondT, static_cast<GpuRegister>(ft), ZERO);