Searched refs:Bcond (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 1616 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 …]
|
D | assembler_mips64.h | 686 void Bcond(Mips64Label* label,
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 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() [all …]
|
D | assembler_mips.h | 773 void Bcond(MipsLabel* label, BranchCondition condition, Register lhs, Register rhs = ZERO);
|