Home
last modified time | relevance | path

Searched refs:Bnezc (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.cc1874 __ Bnezc(TMP, slow_path->GetEntryLabel()); in GenerateClassInitializationCheck() local
1934 __ Bnezc(TMP, slow_path->GetEntryLabel()); in GenerateSuspendCheck() local
2370 __ Bnezc(TMP, &uncompressed_load); in VisitArrayGet() local
2393 __ Bnezc(TMP, &uncompressed_load); in VisitArrayGet() local
2708 __ Bnezc(value, &non_zero); in VisitArraySet() local
2750 __ Bnezc(temp1, slow_path->GetEntryLabel()); in VisitArraySet() local
2915 __ Bnezc(index, slow_path->GetEntryLabel()); in VisitBoundsCheck() local
2935 __ Bnezc(TMP, slow_path->GetEntryLabel()); in VisitBoundsCheck() local
3072 __ Bnezc(temp, &loop); in VisitCheckCast() local
3100 __ Bnezc(temp, slow_path->GetEntryLabel()); in VisitCheckCast() local
[all …]
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc1100 TEST_F(AssemblerMIPS32r6Test, Bnezc) { in TEST_F() argument
1101 BranchCondOneRegHelper(&mips::MipsAssembler::Bnezc, "Bnezc"); in TEST_F()
1221 BranchCondOneRegHelper(&mips::MipsAssembler::Bnezc, "Bnezc", /* is_bare= */ true); in TEST_F()
Dassembler_mips.h435 void Bnezc(Register rs, uint32_t imm21); // R6
825 void Bnezc(Register rt, MipsLabel* label, bool is_bare = false); // R6