Searched defs:Bnezc (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_mips64.cc | 829 __ Bnezc(AT, &done); in GenRoundingMode() local 2017 __ Bnezc(TMP, &uncompressed_copy); in VisitStringGetCharsNoCheck() local 2027 __ Bnezc(numChrs, &compressed_loop); in VisitStringGetCharsNoCheck() local 2043 __ Bnezc(numChrs, &loop); in VisitStringGetCharsNoCheck() local 2098 __ Bnezc(TMP, slow_path->GetEntryLabel()); in EnoughItems() local 2139 __ Bnezc(pos_reg, slow_path->GetEntryLabel()); in CheckPosition() local 2237 __ Bnezc(count, &loop); in VisitSystemArrayCopyChar() local
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 816 void Mips64Assembler::Bnezc(GpuRegister rs, uint32_t imm21) { in Bnezc() function in art::mips64::Mips64Assembler 3304 void Mips64Assembler::Bnezc(GpuRegister rs, Mips64Label* label, bool is_bare) { in Bnezc() function in art::mips64::Mips64Assembler
|
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 1090 TEST_F(AssemblerMIPS32r6Test, Bnezc) { in TEST_F() argument
|