Searched refs:Bgeuc (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 1132 TEST_F(AssemblerMIPS32r6Test, Bgeuc) { in TEST_F() argument 1133 BranchCondTwoRegsHelper(&mips::MipsAssembler::Bgeuc, "Bgeuc"); in TEST_F() 1253 BranchCondTwoRegsHelper(&mips::MipsAssembler::Bgeuc, "Bgeuc", /* is_bare= */ true); in TEST_F()
|
D | assembler_mips.h | 431 void Bgeuc(Register rs, Register rt, uint16_t imm16); // R6 833 void Bgeuc(Register rs, Register rt, MipsLabel* label, bool is_bare = false); // R6
|
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 2939 __ Bgeuc(index, length, slow_path->GetEntryLabel()); in VisitBoundsCheck() local 4074 __ Bgeuc(lhs, rhs_reg, label); in GenerateIntLongCompareAndBranch() local 4077 __ Bgeuc(rhs_reg, lhs, label); in GenerateIntLongCompareAndBranch() local 7554 __ Bgeuc(TMP, AT, codegen_->GetLabelOf(default_block)); in GenTableBasedPackedSwitch() local
|