Home
last modified time | relevance | path

Searched defs:Cbnz (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_arm64.cc1070 __ Cbnz(tmp.W(), &loop_head); in EmitNativeCode() local
1142 __ Cbnz(old_value.W(), &loop_head); in GenCas() local
2147 __ Cbnz(WRegisterFrom(pos), slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition() local
2517 __ Cbnz(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2551 __ Cbnz(temp2, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2584 __ Cbnz(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2615 __ Cbnz(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2627 __ Cbnz(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2644 __ Cbnz(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2685 __ Cbnz(temp2, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
Dcode_generator_arm64.cc1893 __ Cbnz(temp, slow_path->GetEntryLabel()); in GenerateSuspendCheck() local
2720 __ Cbnz(temp, slow_path->GetEntryLabel()); in VisitArraySet() local
3300 __ Cbnz(InputRegisterAt(instruction, condition_input_index), true_target); in GenerateTestAndBranch() local
3338 __ Cbnz(lhs, non_fallthrough_target); in GenerateTestAndBranch() local
3691 __ Cbnz(out, &loop); in VisitInstanceOf() local
3727 __ Cbnz(out, &zero); in VisitInstanceOf() local
3943 __ Cbnz(temp, &loop); in VisitCheckCast() local
3976 __ Cbnz(temp, type_check_slow_path->GetEntryLabel()); in VisitCheckCast() local
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc646 ___ Cbnz(reg_x(scratch.AsXRegister()), exception_blocks_.back()->Entry()); in ExceptionPoll() local
668 ___ Cbnz(reg_x(test.AsArm64().AsXRegister()), Arm64JNIMacroLabel::Cast(label)->AsArm64()); in Jump() local