Home
last modified time | relevance | path

Searched defs:Bltzc (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_mips64.cc2131 __ Bltzc(AT, slow_path->GetEntryLabel()); in CheckPosition() local
2143 __ Bltzc(pos_reg, slow_path->GetEntryLabel()); in CheckPosition() local
2148 __ Bltzc(AT, slow_path->GetEntryLabel()); in CheckPosition() local
2190 __ Bltzc(length.AsRegister<GpuRegister>(), slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar() local
/art/compiler/utils/mips64/
Dassembler_mips64.cc756 void Mips64Assembler::Bltzc(GpuRegister rt, uint16_t imm16) { in Bltzc() function in art::mips64::Mips64Assembler
3264 void Mips64Assembler::Bltzc(GpuRegister rt, Mips64Label* label, bool is_bare) { in Bltzc() function in art::mips64::Mips64Assembler
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc1094 TEST_F(AssemblerMIPS32r6Test, Bltzc) { in TEST_F() argument