Searched defs:Bltzc (Results 1 – 3 of 3) sorted by relevance
2131 __ Bltzc(AT, slow_path->GetEntryLabel()); in CheckPosition() local2143 __ Bltzc(pos_reg, slow_path->GetEntryLabel()); in CheckPosition() local2148 __ Bltzc(AT, slow_path->GetEntryLabel()); in CheckPosition() local2190 __ Bltzc(length.AsRegister<GpuRegister>(), slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar() local
756 void Mips64Assembler::Bltzc(GpuRegister rt, uint16_t imm16) { in Bltzc() function in art::mips64::Mips64Assembler3264 void Mips64Assembler::Bltzc(GpuRegister rt, Mips64Label* label, bool is_bare) { in Bltzc() function in art::mips64::Mips64Assembler
1094 TEST_F(AssemblerMIPS32r6Test, Bltzc) { in TEST_F() argument