Home
last modified time | relevance | path

Searched refs:Bgeu (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc1196 TEST_F(AssemblerMIPS32r6Test, Bgeu) { in TEST_F() argument
1197 BranchCondTwoRegsHelper(&mips::MipsAssembler::Bgeu, "Bgeuc"); in TEST_F()
1317 BranchCondTwoRegsHelper(&mips::MipsAssembler::Bgeu, "Bgeu", /* is_bare= */ true); in TEST_F()
Dassembler_mips.h812 void Bgeu(Register rs, Register rt, MipsLabel* label, bool is_bare = false);
/art/compiler/optimizing/
Dcode_generator_mips.cc3384 __ Bgeu(index, length, slow_path->GetEntryLabel()); in VisitBoundsCheck() local
4720 __ Bgeu(lhs, rhs_reg, label); in GenerateIntCompareAndBranch() local
4723 __ Bgeu(rhs_reg, lhs, label); in GenerateIntCompareAndBranch() local
4793 __ Bgeu(lhs, TMP, label); in GenerateIntCompareAndBranch() local
4805 __ Bgeu(TMP, lhs, label); in GenerateIntCompareAndBranch() local
5082 __ Bgeu(AT, TMP, label); in GenerateLongCompareAndBranch() local
10068 __ Bgeu(TMP, AT, codegen_->GetLabelOf(default_block)); in GenTableBasedPackedSwitch() local