Home
last modified time | relevance | path

Searched defs:Bgeuc (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.cc2663 __ Bgeuc(index, length, slow_path->GetEntryLabel()); in VisitBoundsCheck() local
3700 __ Bgeuc(lhs, rhs_reg, label); in GenerateIntLongCompareAndBranch() local
3703 __ Bgeuc(rhs_reg, lhs, label); in GenerateIntLongCompareAndBranch() local
6274 __ Bgeuc(TMP, AT, codegen_->GetLabelOf(default_block)); in GenTableBasedPackedSwitch() local
Dintrinsics_mips64.cc2581 __ Bgeuc(out, AT, &allocate); in VisitIntegerValueOf() local
/art/compiler/utils/mips64/
Dassembler_mips64.cc759 void Mips64Assembler::Bgeuc(GpuRegister rs, GpuRegister rt, uint16_t imm16) { in Bgeuc() function in art::mips64::Mips64Assembler
2823 void Mips64Assembler::Bgeuc(GpuRegister rs, GpuRegister rt, Mips64Label* label) { in Bgeuc() function in art::mips64::Mips64Assembler
Dassembler_mips64_test.cc831 TEST_F(AssemblerMIPS64Test, Bgeuc) { in TEST_F() argument
/art/compiler/utils/mips/
Dassembler_mips.cc1094 void MipsAssembler::Bgeuc(Register rs, Register rt, uint16_t imm16) { in Bgeuc() function in art::mips::MipsAssembler