Home
last modified time | relevance | path

Searched refs:Bcond (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/mips64/
Dassembler_mips64.cc2212 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()
[all …]
Dassembler_mips64.h1469 void Bcond(Mips64Label* label,
/art/compiler/utils/mips/
Dassembler_mips.cc2562 void MipsAssembler::Bcond(MipsLabel* label, BranchCondition condition, Register lhs, Register rhs) { in Bcond() function in art::mips::MipsAssembler
3005 Bcond(label, kCondEQ, rs, rt); in Beq()
3009 Bcond(label, kCondNE, rs, rt); in Bne()
3013 Bcond(label, kCondEQZ, rt); in Beqz()
3017 Bcond(label, kCondNEZ, rt); in Bnez()
3021 Bcond(label, kCondLTZ, rt); in Bltz()
3025 Bcond(label, kCondGEZ, rt); in Bgez()
3029 Bcond(label, kCondLEZ, rt); in Blez()
3033 Bcond(label, kCondGTZ, rt); in Bgtz()
3086 Bcond(label, kCondLT, rs, rt); in Blt()
[all …]
Dassembler_mips.h1287 void Bcond(MipsLabel* label, BranchCondition condition, Register lhs, Register rhs = ZERO);