Searched refs:Bgeu (Results 1 – 5 of 5) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips_test.cc | 1407 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
|
D | assembler_mips.h | 379 void Bgeu(Register rs, Register rt, MipsLabel* label);
|
D | assembler_mips.cc | 2227 void MipsAssembler::Bgeu(Register rs, Register rt, MipsLabel* label) { in Bgeu() function in art::mips::MipsAssembler
|
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 1989 __ 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
|
D | intrinsics_mips.cc | 1913 __ Bgeu(idx, TMP, slow_path->GetEntryLabel()); in VisitStringCharAt() local
|