Home
last modified time | relevance | path

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

/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc1092 TEST_F(AssemblerMIPS32r6Test, Bnec) { in TEST_F() argument
1093 BranchCondTwoRegsHelper(&mips::MipsAssembler::Bnec, "Bnec"); in TEST_F()
1213 BranchCondTwoRegsHelper(&mips::MipsAssembler::Bnec, "Bnec", /* is_bare= */ true); in TEST_F()
Dassembler_mips.h433 void Bnec(Register rs, Register rt, uint16_t imm16); // R6
823 void Bnec(Register rs, Register rt, MipsLabel* label, bool is_bare = false); // R6
/art/compiler/optimizing/
Dcode_generator_mips64.cc686 __ Bnec(tmp, expected, &exit_loop); in EmitNativeCode() local
2753 __ Bnec(temp1, temp2, slow_path->GetEntryLabel()); in VisitArraySet() local
3022 __ Bnec(temp, cls.AsRegister<GpuRegister>(), slow_path->GetEntryLabel()); in VisitCheckCast() local
3048 __ Bnec(temp, cls.AsRegister<GpuRegister>(), &loop); in VisitCheckCast() local
3145 __ Bnec(AT, cls.AsRegister<GpuRegister>(), &loop); in VisitCheckCast() local
4056 __ Bnec(lhs, rhs_reg, label); in GenerateIntLongCompareAndBranch() local
5749 __ Bnec(out, cls.AsRegister<GpuRegister>(), &loop); in VisitInstanceOf() local
5826 __ Bnec(out, cls.AsRegister<GpuRegister>(), slow_path->GetEntryLabel()); in VisitInstanceOf() local