Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc1611 __ Bgeuc(index, length, slow_path->GetEntryLabel()); in VisitBoundsCheck() local
2451 __ Bgeuc(lhs, rhs_reg, label); in GenerateIntLongCompareAndBranch() local
2454 __ Bgeuc(rhs_reg, lhs, label); in GenerateIntLongCompareAndBranch() local
Dintrinsics_mips64.cc1324 __ Bgeuc(idx, TMP, slow_path->GetEntryLabel()); in VisitStringCharAt() local
/art/compiler/utils/mips64/
Dassembler_mips64.cc595 void Mips64Assembler::Bgeuc(GpuRegister rs, GpuRegister rt, uint16_t imm16) { in Bgeuc() function in art::mips64::Mips64Assembler
1775 void Mips64Assembler::Bgeuc(GpuRegister rs, GpuRegister rt, Mips64Label* label) { in Bgeuc() function in art::mips64::Mips64Assembler
Dassembler_mips64_test.cc730 TEST_F(AssemblerMIPS64Test, Bgeuc) { in TEST_F() argument
/art/compiler/utils/mips/
Dassembler_mips.cc680 void MipsAssembler::Bgeuc(Register rs, Register rt, uint16_t imm16) { in Bgeuc() function in art::mips::MipsAssembler