Searched refs:Cbnz (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_arm64.cc | 1079 __ Cbnz(tmp_32, &loop_head); in GenCas() local 1794 __ Cbnz(WRegisterFrom(pos), slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition() local 2119 __ Cbnz(temp3, slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 2130 __ Cbnz(temp3, slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 2147 __ Cbnz(temp1, slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 2164 __ Cbnz(temp3, slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
|
D | code_generator_arm64.cc | 1534 __ Cbnz(temp, slow_path->GetEntryLabel()); in GenerateSuspendCheck() local 2222 __ Cbnz(Register(value), &non_zero); in VisitArraySet() local 2285 __ Cbnz(temp, slow_path->GetEntryLabel()); in VisitArraySet() local 2848 __ Cbnz(InputRegisterAt(instruction, condition_input_index), true_target); in GenerateTestAndBranch() local 2886 __ Cbnz(lhs, non_fallthrough_target); in GenerateTestAndBranch() local 3202 __ Cbnz(out, &loop); in VisitInstanceOf() local 3225 __ Cbnz(out, &zero); in VisitInstanceOf() local 3382 __ Cbnz(temp, &compare_classes); in VisitCheckCast() local 3411 __ Cbnz(temp, &loop); in VisitCheckCast() local 3438 __ Cbnz(temp, &check_non_primitive_component_type); in VisitCheckCast() local [all …]
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 616 ___ Cbnz(reg_x(scratch.AsXRegister()), exception_blocks_.back()->Entry()); in ExceptionPoll() local
|