Home
last modified time | relevance | path

Searched refs:Beqzc (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.cc689 __ Beqzc(tmp, &loop_head); in EmitNativeCode() local
1491 __ Beqzc(value, &done); in MarkGCCard() local
1937 __ Beqzc(TMP, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() local
2919 __ Beqzc(TMP, slow_path->GetEntryLabel()); in VisitBoundsCheck() local
3007 __ Beqzc(obj, &done); in VisitCheckCast() local
3046 __ Beqzc(temp, slow_path->GetEntryLabel()); in VisitCheckCast() local
3095 __ Beqzc(temp, slow_path->GetEntryLabel()); in VisitCheckCast() local
3138 __ Beqzc(TMP, slow_path->GetEntryLabel()); in VisitCheckCast() local
3657 __ Beqzc(value.AsRegister<GpuRegister>(), slow_path->GetEntryLabel()); in VisitDivZeroCheck() local
4022 __ Beqzc(lhs, label); in GenerateIntLongCompareAndBranch() local
[all …]
Dcode_generator_mips.cc2582 __ Beqzc(TMP, &done, /* is_bare= */ true); in HandleShift() local
2598 __ Beqzc(TMP, &done, /* is_bare= */ true); in HandleShift() local
2615 __ Beqzc(TMP, &done, /* is_bare= */ true); in HandleShift() local
2634 __ Beqzc(TMP, &done, /* is_bare= */ true); in HandleShift() local
7219 __ Beqzc(T9, &skip_call, /* is_bare= */ true); in GenerateFieldLoadWithBakerReadBarrier() local
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc1096 TEST_F(AssemblerMIPS32r6Test, Beqzc) { in TEST_F() argument
1097 BranchCondOneRegHelper(&mips::MipsAssembler::Beqzc, "Beqzc"); in TEST_F()
1217 BranchCondOneRegHelper(&mips::MipsAssembler::Beqzc, "Beqzc", /* is_bare= */ true); in TEST_F()
1367 __ Beqzc(mips::A0, &label); in TEST_F() local
1375 __ Beqzc(mips::A2, &label); in TEST_F() local
Dassembler_mips.h434 void Beqzc(Register rs, uint32_t imm21); // R6
824 void Beqzc(Register rt, MipsLabel* label, bool is_bare = false); // R6