Home
last modified time | relevance | path

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

/art/compiler/utils/mips64/
Dassembler_mips64.cc1616 void Mips64Assembler::Bcond(Mips64Label* label, in Bcond() function in art::mips64::Mips64Assembler
1748 Bcond(label, kCondLT, rs, rt); in Bltc()
1752 Bcond(label, kCondLTZ, rt); in Bltzc()
1756 Bcond(label, kCondGTZ, rt); in Bgtzc()
1760 Bcond(label, kCondGE, rs, rt); in Bgec()
1764 Bcond(label, kCondGEZ, rt); in Bgezc()
1768 Bcond(label, kCondLEZ, rt); in Blezc()
1772 Bcond(label, kCondLTU, rs, rt); in Bltuc()
1776 Bcond(label, kCondGEU, rs, rt); in Bgeuc()
1780 Bcond(label, kCondEQ, rs, rt); in Beqc()
[all …]
Dassembler_mips64.h686 void Bcond(Mips64Label* label,
/art/compiler/utils/mips/
Dassembler_mips.cc1951 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()
[all …]
Dassembler_mips.h773 void Bcond(MipsLabel* label, BranchCondition condition, Register lhs, Register rhs = ZERO);