Home
last modified time | relevance | path

Searched defs:CompareAndBranchIfNonZero (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_arm_vixl.cc308 __ CompareAndBranchIfNonZero(in_reg_hi, final_label, /* is_far_target= */ false); in GenNumberOfLeadingZeros() local
351 __ CompareAndBranchIfNonZero(in_reg_lo, final_label, /* is_far_target= */ false); in GenNumberOfTrailingZeros() local
1836 __ CompareAndBranchIfNonZero(pos_reg, slow_path->GetEntryLabel()); in CheckPosition() local
1990 __ CompareAndBranchIfNonZero(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2014 __ CompareAndBranchIfNonZero(temp2, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2037 __ CompareAndBranchIfNonZero(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2068 __ CompareAndBranchIfNonZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2080 __ CompareAndBranchIfNonZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2097 __ CompareAndBranchIfNonZero(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2128 __ CompareAndBranchIfNonZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
Dcode_generator_arm_vixl.cc2731 __ CompareAndBranchIfNonZero(InputRegisterAt(instruction, condition_input_index), in GenerateTestAndBranch() local
2766 __ CompareAndBranchIfNonZero(left, non_fallthrough_target, far_target); in GenerateTestAndBranch() local
5636 __ CompareAndBranchIfNonZero(temp1, &fail); in GenerateWideAtomicStore() local
6703 __ CompareAndBranchIfNonZero(temp1, slow_path->GetEntryLabel()); in VisitArraySet() local
7028 __ CompareAndBranchIfNonZero(temp, slow_path->GetEntryLabel()); in GenerateSuspendCheck() local
8199 __ CompareAndBranchIfNonZero(temp, type_check_slow_path->GetEntryLabel()); in VisitCheckCast() local
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc472 void ArmVIXLMacroAssembler::CompareAndBranchIfNonZero(vixl32::Register rn, in CompareAndBranchIfNonZero() function in art::arm::ArmVIXLMacroAssembler
Djni_macro_assembler_arm_vixl.cc960 ___ CompareAndBranchIfNonZero(scratch, ArmVIXLJNIMacroLabel::Cast(label)->AsArm()); in TestGcMarking() local