Searched defs:CompareAndBranchIfNonZero (Results  1 – 4 of 4) sorted by relevance
| /art/compiler/utils/arm/ | 
| D | assembler_arm_vixl.cc | 470 void ArmVIXLMacroAssembler::CompareAndBranchIfNonZero(vixl32::Register rn,  in CompareAndBranchIfNonZero()  function in art::arm::ArmVIXLMacroAssembler
  | 
| D | jni_macro_assembler_arm_vixl.cc | 1046       ___ CompareAndBranchIfNonZero(test_reg, ArmVIXLJNIMacroLabel::Cast(label)->AsArm());  in TestGcMarking()  local 1082   ___ CompareAndBranchIfNonZero(scratch, ArmVIXLJNIMacroLabel::Cast(label)->AsArm());  in TestByteAndJumpIfNotZero()  local
  | 
| /art/compiler/optimizing/ | 
| D | intrinsics_arm_vixl.cc | 318     __ CompareAndBranchIfNonZero(in_reg_hi, final_label, /* is_far_target= */ false);  in GenNumberOfLeadingZeros()  local 361     __ CompareAndBranchIfNonZero(in_reg_lo, final_label, /* is_far_target= */ false);  in GenNumberOfTrailingZeros()  local 1317     __ CompareAndBranchIfNonZero(pos_reg, slow_path->GetEntryLabel());  in CheckPosition()  local 1471         __ CompareAndBranchIfNonZero(temp1, intrinsic_slow_path->GetEntryLabel());  in VisitSystemArrayCopy()  local 1495         __ CompareAndBranchIfNonZero(temp2, intrinsic_slow_path->GetEntryLabel());  in VisitSystemArrayCopy()  local 1518         __ CompareAndBranchIfNonZero(temp1, intrinsic_slow_path->GetEntryLabel());  in VisitSystemArrayCopy()  local 1549         __ CompareAndBranchIfNonZero(temp3, intrinsic_slow_path->GetEntryLabel());  in VisitSystemArrayCopy()  local 1561         __ CompareAndBranchIfNonZero(temp3, intrinsic_slow_path->GetEntryLabel());  in VisitSystemArrayCopy()  local 1578         __ CompareAndBranchIfNonZero(temp1, intrinsic_slow_path->GetEntryLabel());  in VisitSystemArrayCopy()  local 1609     __ CompareAndBranchIfNonZero(temp3, intrinsic_slow_path->GetEntryLabel());  in VisitSystemArrayCopy()  local
  | 
| D | code_generator_arm_vixl.cc | 2211     __ CompareAndBranchIfNonZero(temp, slow_path->GetEntryLabel());  in GenerateMethodEntryExitHook()  local 2220   __ CompareAndBranchIfNonZero(temp, slow_path->GetEntryLabel());  in GenerateMethodEntryExitHook()  local 2912       __ CompareAndBranchIfNonZero(InputRegisterAt(instruction, condition_input_index),  in GenerateTestAndBranch()  local 2947         __ CompareAndBranchIfNonZero(left, non_fallthrough_target, far_target);  in GenerateTestAndBranch()  local 5835   __ CompareAndBranchIfNonZero(temp1, &fail);  in GenerateWideAtomicStore()  local 6965           __ CompareAndBranchIfNonZero(temp1, slow_path->GetEntryLabel());  in VisitArraySet()  local 8464       __ CompareAndBranchIfNonZero(temp, type_check_slow_path->GetEntryLabel());  in VisitCheckCast()  local
  |