Searched refs:Bne (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 1156 TEST_F(AssemblerMIPS32r6Test, Bne) { in TEST_F() argument 1157 BranchCondTwoRegsHelper(&mips::MipsAssembler::Bne, "Bnec"); in TEST_F() 1277 BranchCondTwoRegsHelper(&mips::MipsAssembler::Bne, "Bne", /* is_bare= */ true); in TEST_F()
|
D | assembler_mips.h | 397 void Bne(Register rs, Register rt, uint16_t imm16); 802 void Bne(Register rs, Register rt, MipsLabel* label, bool is_bare = false);
|
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 736 __ Bne(tmp, expected, &exit_loop); in EmitNativeCode() local 3172 __ Bne(temp1, temp2, slow_path->GetEntryLabel()); in VisitArraySet() local 3467 __ Bne(temp, cls.AsRegister<Register>(), slow_path->GetEntryLabel()); in VisitCheckCast() local 3493 __ Bne(temp, cls.AsRegister<Register>(), &loop); in VisitCheckCast() local 3590 __ Bne(AT, cls.AsRegister<Register>(), &loop); in VisitCheckCast() local 4702 __ Bne(lhs, rhs_reg, label); in GenerateIntCompareAndBranch() local 4738 __ Bne(lhs, TMP, label); in GenerateIntCompareAndBranch() local 7633 __ Bne(out, cls.AsRegister<Register>(), &loop); in VisitInstanceOf() local 7710 __ Bne(out, cls.AsRegister<Register>(), slow_path->GetEntryLabel()); in VisitInstanceOf() local 9016 __ Bne(b_hi, a_hi, &compare_done); in GenerateMinMaxInt() local [all …]
|