Home
last modified time | relevance | path

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

/art/compiler/utils/mips/
Dassembler_mips_test.cc1407 TEST_F(AssemblerMIPSTest, Bgeu) { in TEST_F() argument
1409 __ Bgeu(mips::A0, mips::A1, &label); in TEST_F() local
1419 __ Bgeu(mips::A2, mips::A3, &label); in TEST_F() local
Dassembler_mips.h379 void Bgeu(Register rs, Register rt, MipsLabel* label);
Dassembler_mips.cc2227 void MipsAssembler::Bgeu(Register rs, Register rt, MipsLabel* label) { in Bgeu() function in art::mips::MipsAssembler
/art/compiler/optimizing/
Dcode_generator_mips.cc1989 __ Bgeu(index, length, slow_path->GetEntryLabel()); in VisitBoundsCheck() local
2818 __ Bgeu(lhs, rhs_reg, label); in GenerateIntCompareAndBranch() local
2821 __ Bgeu(rhs_reg, lhs, label); in GenerateIntCompareAndBranch() local
2872 __ Bgeu(AT, TMP, label); in GenerateLongCompareAndBranch() local
Dintrinsics_mips.cc1913 __ Bgeu(idx, TMP, slow_path->GetEntryLabel()); in VisitStringCharAt() local