Searched defs:Bgeuc (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 2553 __ Bgeuc(index, length, slow_path->GetEntryLabel()); in VisitBoundsCheck() local 3590 __ Bgeuc(lhs, rhs_reg, label); in GenerateIntLongCompareAndBranch() local 3593 __ Bgeuc(rhs_reg, lhs, label); in GenerateIntLongCompareAndBranch() local 6196 __ Bgeuc(TMP, AT, codegen_->GetLabelOf(default_block)); in GenTableBasedPackedSwitch() local
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 759 void Mips64Assembler::Bgeuc(GpuRegister rs, GpuRegister rt, uint16_t imm16) { in Bgeuc() function in art::mips64::Mips64Assembler 2592 void Mips64Assembler::Bgeuc(GpuRegister rs, GpuRegister rt, Mips64Label* label) { in Bgeuc() function in art::mips64::Mips64Assembler
|
D | assembler_mips64_test.cc | 831 TEST_F(AssemblerMIPS64Test, Bgeuc) { in TEST_F() argument
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 972 void MipsAssembler::Bgeuc(Register rs, Register rt, uint16_t imm16) { in Bgeuc() function in art::mips::MipsAssembler
|