Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_arm_vixl.cc362 __ CompareAndBranchIfNonZero(in_reg_hi, final_label, /* far_target */ false); in GenNumberOfLeadingZeros() local
405 __ CompareAndBranchIfNonZero(in_reg_lo, final_label, /* far_target */ false); in GenNumberOfTrailingZeros() local
2185 __ CompareAndBranchIfNonZero(pos_reg, slow_path->GetEntryLabel()); in CheckPosition() local
2339 __ CompareAndBranchIfNonZero(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2363 __ CompareAndBranchIfNonZero(temp2, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2386 __ CompareAndBranchIfNonZero(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2417 __ CompareAndBranchIfNonZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2429 __ CompareAndBranchIfNonZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2446 __ CompareAndBranchIfNonZero(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2477 __ CompareAndBranchIfNonZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
Dcode_generator_arm_vixl.cc2946 __ CompareAndBranchIfNonZero(InputRegisterAt(instruction, condition_input_index), in GenerateTestAndBranch() local
2981 __ CompareAndBranchIfNonZero(left, non_fallthrough_target, far_target); in GenerateTestAndBranch() local
5396 __ CompareAndBranchIfNonZero(temp1, &fail); in GenerateWideAtomicStore() local
6410 __ CompareAndBranchIfNonZero(value, &non_zero); in VisitArraySet() local
6467 __ CompareAndBranchIfNonZero(temp1, slow_path->GetEntryLabel()); in VisitArraySet() local
6768 __ CompareAndBranchIfNonZero(temp, slow_path->GetEntryLabel()); in GenerateSuspendCheck() local
7852 __ CompareAndBranchIfNonZero(temp, type_check_slow_path->GetEntryLabel()); in VisitCheckCast() local
8410 __ CompareAndBranchIfNonZero(mr, slow_path->GetEntryLabel()); in GenerateGcRootFieldLoad() local
8650 __ CompareAndBranchIfNonZero(mr, slow_path->GetEntryLabel()); in GenerateReferenceLoadWithBakerReadBarrier() local
8705 __ CompareAndBranchIfNonZero(mr, slow_path->GetEntryLabel()); in UpdateReferenceFieldWithBakerReadBarrier() local
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc475 void ArmVIXLMacroAssembler::CompareAndBranchIfNonZero(vixl32::Register rn, in CompareAndBranchIfNonZero() function in art::arm::ArmVIXLMacroAssembler
Djni_macro_assembler_arm_vixl.cc654 ___ CompareAndBranchIfNonZero(test.AsArm().AsVIXLRegister(), in Jump() local