Searched defs:CompareAndBranchIfNonZero (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/art/compiler/utils/arm/ |
H A D | jni_macro_assembler_arm_vixl.cc | 1036 ___ CompareAndBranchIfNonZero(test_reg, ArmVIXLJNIMacroLabel::Cast(label)->AsArm()); in TestGcMarking() local 1066 ___ CompareAndBranchIfNonZero(scratch, ArmVIXLJNIMacroLabel::Cast(label)->AsArm()); in TestByteAndJumpIfNotZero() local
|
H A D | assembler_arm_vixl.cc | 458 void ArmVIXLMacroAssembler::CompareAndBranchIfNonZero(vixl32::Register rn, in CompareAndBranchIfNonZero() function in art::arm::ArmVIXLMacroAssembler
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_arm_vixl.cc | 2207 __ CompareAndBranchIfNonZero(value, slow_path->GetEntryLabel()); in GenerateMethodEntryExitHook() local 2960 __ CompareAndBranchIfNonZero(InputRegisterAt(instruction, condition_input_index), in GenerateTestAndBranch() local 2995 __ CompareAndBranchIfNonZero(left, non_fallthrough_target, far_target); in GenerateTestAndBranch() local 5981 __ CompareAndBranchIfNonZero(temp1, &fail); in GenerateWideAtomicStore() local 7086 __ CompareAndBranchIfNonZero(temp1, slow_path->GetEntryLabel()); in VisitArraySet() local 7384 __ CompareAndBranchIfNonZero(temp, &done, /*is_far_target=*/false); in CheckGCCardIsValid() local 8433 __ CompareAndBranchIfNonZero(mr, slow_path->GetEntryLabel()); in VisitInstanceOf() local 8678 __ CompareAndBranchIfNonZero(temp, type_check_slow_path->GetEntryLabel()); in VisitCheckCast() local
|
H A D | intrinsics_arm_vixl.cc | 273 __ CompareAndBranchIfNonZero(in_reg_hi, final_label, /* is_far_target= */ false); in GenNumberOfLeadingZeros() local 316 __ CompareAndBranchIfNonZero(in_reg_lo, final_label, /* is_far_target= */ false); in GenNumberOfTrailingZeros() local 1283 __ CompareAndBranchIfNonZero(pos_reg, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition() local 1423 __ CompareAndBranchIfNonZero(temp, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 1467 __ CompareAndBranchIfNonZero(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
|