Searched defs:Bltz (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_mips.cc | 3029 __ 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/ |
D | assembler_mips_test.cc | 2193 TEST_F(AssemblerMIPSTest, Bltz) { in TEST_F() argument 2740 __ Bltz(mips::V1, &label2); in TEST_F() local
|
D | assembler_mips32r6_test.cc | 1158 TEST_F(AssemblerMIPS32r6Test, Bltz) { in TEST_F() argument
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 845 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
|