Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm_vixl.cc458 void ArmVIXLMacroAssembler::CompareAndBranchIfNonZero(vixl32::Register rn, in CompareAndBranchIfNonZero() function in art::arm::ArmVIXLMacroAssembler
Djni_macro_assembler_arm_vixl.cc1036 ___ CompareAndBranchIfNonZero(test_reg, ArmVIXLJNIMacroLabel::Cast(label)->AsArm()); in TestGcMarking() local
1066 ___ CompareAndBranchIfNonZero(scratch, ArmVIXLJNIMacroLabel::Cast(label)->AsArm()); in TestByteAndJumpIfNotZero() local
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc2194 __ CompareAndBranchIfNonZero(value, slow_path->GetEntryLabel()); in GenerateMethodEntryExitHook() local
2946 __ CompareAndBranchIfNonZero(InputRegisterAt(instruction, condition_input_index), in GenerateTestAndBranch() local
2981 __ CompareAndBranchIfNonZero(left, non_fallthrough_target, far_target); in GenerateTestAndBranch() local
5967 __ CompareAndBranchIfNonZero(temp1, &fail); in GenerateWideAtomicStore() local
7068 __ CompareAndBranchIfNonZero(temp1, slow_path->GetEntryLabel()); in VisitArraySet() local
7366 __ CompareAndBranchIfNonZero(temp, &done, /*is_far_target=*/false); in CheckGCCardIsValid() local
8415 __ CompareAndBranchIfNonZero(mr, slow_path->GetEntryLabel()); in VisitInstanceOf() local
8660 __ CompareAndBranchIfNonZero(temp, type_check_slow_path->GetEntryLabel()); in VisitCheckCast() local
Dintrinsics_arm_vixl.cc273 __ 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