/art/compiler/optimizing/ |
D | intrinsics_arm.cc | 293 __ CompareAndBranchIfNonZero(in_reg_hi, final_label); in GenNumberOfLeadingZeros() local 340 __ CompareAndBranchIfNonZero(in_reg_lo, final_label); in GenNumberOfTrailingZeros() local 1694 __ CompareAndBranchIfNonZero(pos_reg, slow_path->GetEntryLabel()); in CheckPosition() local 1847 __ CompareAndBranchIfNonZero(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 1871 __ CompareAndBranchIfNonZero(temp2, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 1894 __ CompareAndBranchIfNonZero(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 1925 __ CompareAndBranchIfNonZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 1937 __ CompareAndBranchIfNonZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 1954 __ CompareAndBranchIfNonZero(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 1985 __ CompareAndBranchIfNonZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local [all …]
|
D | intrinsics_arm_vixl.cc | 359 __ CompareAndBranchIfNonZero(in_reg_hi, final_label, /* far_target */ false); in GenNumberOfLeadingZeros() local 406 __ CompareAndBranchIfNonZero(in_reg_lo, final_label, /* far_target */ false); in GenNumberOfTrailingZeros() local 2072 __ CompareAndBranchIfNonZero(pos_reg, slow_path->GetEntryLabel()); in CheckPosition() local 2225 __ CompareAndBranchIfNonZero(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 2249 __ CompareAndBranchIfNonZero(temp2, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 2272 __ CompareAndBranchIfNonZero(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 2303 __ CompareAndBranchIfNonZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 2315 __ CompareAndBranchIfNonZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 2332 __ CompareAndBranchIfNonZero(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 2363 __ CompareAndBranchIfNonZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local [all …]
|
D | code_generator_arm_vixl.cc | 2650 __ CompareAndBranchIfNonZero(InputRegisterAt(instruction, condition_input_index), in GenerateTestAndBranch() local 2685 __ CompareAndBranchIfNonZero(left, non_fallthrough_target); in GenerateTestAndBranch() local 5088 __ CompareAndBranchIfNonZero(temp1, &fail); in GenerateWideAtomicStore() local 6105 __ CompareAndBranchIfNonZero(value, &non_zero); in VisitArraySet() local 6162 __ CompareAndBranchIfNonZero(temp1, slow_path->GetEntryLabel()); in VisitArraySet() local 6443 __ CompareAndBranchIfNonZero(temp, slow_path->GetEntryLabel()); in GenerateSuspendCheck() local 7536 __ CompareAndBranchIfNonZero(temp, type_check_slow_path->GetEntryLabel()); in VisitCheckCast() local 8048 __ CompareAndBranchIfNonZero(RegisterFrom(temp), slow_path->GetEntryLabel()); in GenerateGcRootFieldLoad() local 8191 __ CompareAndBranchIfNonZero(RegisterFrom(temp3), slow_path->GetEntryLabel()); in GenerateReferenceLoadWithBakerReadBarrier() local
|
D | code_generator_arm.cc | 2610 __ CompareAndBranchIfNonZero(cond_val.AsRegister<Register>(), true_target); in GenerateTestAndBranch() local 2646 __ CompareAndBranchIfNonZero(left, non_fallthrough_target); in GenerateTestAndBranch() local 5087 __ CompareAndBranchIfNonZero(temp1, &fail); in GenerateWideAtomicStore() local 6082 __ CompareAndBranchIfNonZero(value, &non_zero); in VisitArraySet() local 6132 __ CompareAndBranchIfNonZero(temp1, slow_path->GetEntryLabel()); in VisitArraySet() local 6403 __ CompareAndBranchIfNonZero(IP, slow_path->GetEntryLabel()); in GenerateSuspendCheck() local 7468 __ CompareAndBranchIfNonZero(temp, type_check_slow_path->GetEntryLabel()); in VisitCheckCast() local 7972 __ CompareAndBranchIfNonZero(temp.AsRegister<Register>(), slow_path->GetEntryLabel()); in GenerateGcRootFieldLoad() local 8115 __ CompareAndBranchIfNonZero(temp3.AsRegister<Register>(), slow_path->GetEntryLabel()); in GenerateReferenceLoadWithBakerReadBarrier() local
|
/art/compiler/utils/arm/ |
D | assembler_arm_vixl.cc | 451 void ArmVIXLMacroAssembler::CompareAndBranchIfNonZero(vixl32::Register rn, in CompareAndBranchIfNonZero() function in art::arm::ArmVIXLMacroAssembler
|
D | jni_macro_assembler_arm_vixl.cc | 624 ___ CompareAndBranchIfNonZero(test.AsArm().AsVIXLRegister(), in Jump() local
|
D | assembler_thumb2.cc | 3990 void Thumb2Assembler::CompareAndBranchIfNonZero(Register r, Label* label) { in CompareAndBranchIfNonZero() function in art::arm::Thumb2Assembler
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 1280 __ CompareAndBranchIfNonZero(arm::R0, &label); in TEST_F() local 1281 __ CompareAndBranchIfNonZero(arm::R11, &label); in TEST_F() local
|