Lines Matching refs:Bcond
1951 void MipsAssembler::Bcond(MipsLabel* label, BranchCondition condition, Register lhs, Register rhs) { in Bcond() function in art::mips::MipsAssembler
2164 Bcond(label, kCondEQ, rs, rt); in Beq()
2168 Bcond(label, kCondNE, rs, rt); in Bne()
2172 Bcond(label, kCondEQZ, rt); in Beqz()
2176 Bcond(label, kCondNEZ, rt); in Bnez()
2180 Bcond(label, kCondLTZ, rt); in Bltz()
2184 Bcond(label, kCondGEZ, rt); in Bgez()
2188 Bcond(label, kCondLEZ, rt); in Blez()
2192 Bcond(label, kCondGTZ, rt); in Bgtz()
2197 Bcond(label, kCondLT, rs, rt); in Blt()
2207 Bcond(label, kCondGE, rs, rt); in Bge()
2219 Bcond(label, kCondLTU, rs, rt); in Bltu()
2229 Bcond(label, kCondGEU, rs, rt); in Bgeu()
2245 Bcond(label, kCondF, static_cast<Register>(cc), ZERO); in Bc1f()
2254 Bcond(label, kCondT, static_cast<Register>(cc), ZERO); in Bc1t()
2258 Bcond(label, kCondF, static_cast<Register>(ft), ZERO); in Bc1eqz()
2262 Bcond(label, kCondT, static_cast<Register>(ft), ZERO); in Bc1nez()