Searched refs:IsUncond (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 1515 bool MipsAssembler::Branch::IsUncond(BranchCondition condition, Register lhs, Register rhs) { in IsUncond() function in art::mips::MipsAssembler::Branch 1589 if (IsUncond(condition, lhs_reg, rhs_reg)) { in Branch() 2208 } else if (Branch::IsUncond(kCondGE, rs, rt)) { in Bge() 2230 } else if (Branch::IsUncond(kCondGEU, rs, rt)) { in Bgeu()
|
D | assembler_mips.h | 665 static bool IsUncond(BranchCondition condition, Register lhs, Register rhs);
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.h | 579 static bool IsUncond(BranchCondition condition, GpuRegister lhs, GpuRegister rhs);
|
D | assembler_mips64.cc | 1205 bool Mips64Assembler::Branch::IsUncond(BranchCondition condition, in IsUncond() function in art::mips64::Mips64Assembler::Branch 1272 if (IsUncond(condition, lhs_reg, rhs_reg)) { in Branch()
|