Searched defs:Cbnz (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_arm64.cc | 995 __ 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
|
D | code_generator_arm64.cc | 1940 __ 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/arm64/ |
D | jni_macro_assembler_arm64.cc | 723 ___ Cbnz(scratch, exception_blocks_.back()->Entry()); in ExceptionPoll() local 747 ___ Cbnz(scratch, Arm64JNIMacroLabel::Cast(label)->AsArm64()); in TestGcMarking() local
|