Searched refs:Bgeu (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips_test.cc | 2277 TEST_F(AssemblerMIPSTest, Bgeu) { in TEST_F() argument 2280 __ Bgeu(mips::A0, mips::A1, &label); in TEST_F() local 2290 __ Bgeu(mips::A2, mips::A3, &label); in TEST_F() local 2532 __ Bgeu(mips::T1, mips::T0, &label2); // No preceding instruction for the delay slot. in TEST_F() local
|
D | assembler_mips.h | 490 void Bgeu(Register rs, Register rt, MipsLabel* label);
|
D | assembler_mips.cc | 3116 void MipsAssembler::Bgeu(Register rs, Register rt, MipsLabel* label) { in Bgeu() function in art::mips::MipsAssembler
|
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 3002 __ Bgeu(index, length, slow_path->GetEntryLabel()); in VisitBoundsCheck() local 4141 __ Bgeu(lhs, rhs_reg, label); in GenerateIntCompareAndBranch() local 4144 __ Bgeu(rhs_reg, lhs, label); in GenerateIntCompareAndBranch() local 4214 __ Bgeu(lhs, TMP, label); in GenerateIntCompareAndBranch() local 4226 __ Bgeu(TMP, lhs, label); in GenerateIntCompareAndBranch() local 4288 __ Bgeu(AT, TMP, label); in GenerateLongCompareAndBranch() local 8434 __ Bgeu(TMP, AT, codegen_->GetLabelOf(default_block)); in GenTableBasedPackedSwitch() local
|