Lines Matching refs:Bcond
2212 void Mips64Assembler::Bcond(Mips64Label* label, in Bcond() function in art::mips64::Mips64Assembler
2565 Bcond(label, kCondLT, rs, rt); in Bltc()
2569 Bcond(label, kCondLTZ, rt); in Bltzc()
2573 Bcond(label, kCondGTZ, rt); in Bgtzc()
2577 Bcond(label, kCondGE, rs, rt); in Bgec()
2581 Bcond(label, kCondGEZ, rt); in Bgezc()
2585 Bcond(label, kCondLEZ, rt); in Blezc()
2589 Bcond(label, kCondLTU, rs, rt); in Bltuc()
2593 Bcond(label, kCondGEU, rs, rt); in Bgeuc()
2597 Bcond(label, kCondEQ, rs, rt); in Beqc()
2601 Bcond(label, kCondNE, rs, rt); in Bnec()
2605 Bcond(label, kCondEQZ, rs); in Beqzc()
2609 Bcond(label, kCondNEZ, rs); in Bnezc()
2613 Bcond(label, kCondF, static_cast<GpuRegister>(ft), ZERO); in Bc1eqz()
2617 Bcond(label, kCondT, static_cast<GpuRegister>(ft), ZERO); in Bc1nez()