Searched defs:Beqzc (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 689 __ 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 …]
|
D | code_generator_mips.cc | 2582 __ 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/ |
D | assembler_mips32r6_test.cc | 1096 TEST_F(AssemblerMIPS32r6Test, Beqzc) { in TEST_F() argument 1367 __ Beqzc(mips::A0, &label); in TEST_F() local 1375 __ Beqzc(mips::A2, &label); in TEST_F() local
|