Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_arm64.cc995 __ Cbnz(tmp.W(), &loop_head); in EmitNativeCode() local
1067 __ Cbnz(old_value.W(), &loop_head); in GenCas() local
2072 __ Cbnz(WRegisterFrom(pos), slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition() local
2442 __ Cbnz(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2476 __ Cbnz(temp2, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2509 __ Cbnz(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2540 __ Cbnz(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2552 __ Cbnz(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2569 __ Cbnz(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2610 __ Cbnz(temp2, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
Dcode_generator_arm64.cc1940 __ Cbnz(temp, slow_path->GetEntryLabel()); in GenerateSuspendCheck() local
2767 __ Cbnz(temp, slow_path->GetEntryLabel()); in VisitArraySet() local
3487 __ Cbnz(InputRegisterAt(instruction, condition_input_index), true_target); in GenerateTestAndBranch() local
3525 __ Cbnz(lhs, non_fallthrough_target); in GenerateTestAndBranch() local
3888 __ Cbnz(out, &loop); in VisitInstanceOf() local
3924 __ Cbnz(out, &zero); in VisitInstanceOf() local
4140 __ Cbnz(temp, &loop); in VisitCheckCast() local
4173 __ Cbnz(temp, type_check_slow_path->GetEntryLabel()); in VisitCheckCast() local
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc476 Cbnz(rn, label); in CompareAndBranchIfNonZero()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc723 ___ Cbnz(scratch, exception_blocks_.back()->Entry()); in ExceptionPoll() local
747 ___ Cbnz(scratch, Arm64JNIMacroLabel::Cast(label)->AsArm64()); in TestGcMarking() local