Home
last modified time | relevance | path

Searched defs:Bltz (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_mips.cc3029 __ Bltz(AT, slow_path->GetEntryLabel()); in CheckPosition() local
3041 __ Bltz(pos_reg, slow_path->GetEntryLabel()); in CheckPosition() local
3046 __ Bltz(AT, slow_path->GetEntryLabel()); in CheckPosition() local
3087 __ Bltz(length.AsRegister<Register>(), slow_path->GetEntryLabel()); in VisitSystemArrayCopyChar() local
/art/compiler/utils/mips/
Dassembler_mips_test.cc2193 TEST_F(AssemblerMIPSTest, Bltz) { in TEST_F() argument
2740 __ Bltz(mips::V1, &label2); in TEST_F() local
Dassembler_mips32r6_test.cc1158 TEST_F(AssemblerMIPS32r6Test, Bltz) { in TEST_F() argument
/art/compiler/utils/mips64/
Dassembler_mips64.cc845 void Mips64Assembler::Bltz(GpuRegister rt, uint16_t imm16) { in Bltz() function in art::mips64::Mips64Assembler
3316 void Mips64Assembler::Bltz(GpuRegister rt, Mips64Label* label, bool is_bare) { in Bltz() function in art::mips64::Mips64Assembler