Searched defs:Blezc (Results 1 – 5 of 5) sorted by relevance
| /art/compiler/utils/mips64/ | ||
| D | assembler_mips64.cc | 778 void Mips64Assembler::Blezc(GpuRegister rt, uint16_t imm16) { in Blezc() function in art::mips64::Mips64Assembler |
| D | assembler_mips64_test.cc | 814 TEST_F(AssemblerMIPS64Test, Blezc) { in TEST_F() argument |
| /art/compiler/utils/mips/ | ||
| D | assembler_mips.cc | 1048 void MipsAssembler::Blezc(Register rt, uint16_t imm16) { in Blezc() function in art::mips::MipsAssembler |
| D | assembler_mips32r6_test.cc | 1112 TEST_F(AssemblerMIPS32r6Test, Blezc) { in TEST_F() argument |
| /art/compiler/optimizing/ | ||
| D | code_generator_mips64.cc | 2931 __ Blezc(length, slow_path->GetEntryLabel()); in VisitBoundsCheck() local |