Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_arm.cc293 __ 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 …]
Dintrinsics_arm_vixl.cc359 __ 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 …]
Dcode_generator_arm_vixl.cc2650 __ 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
Dcode_generator_arm.cc2610 __ 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/
Dassembler_arm_vixl.cc451 void ArmVIXLMacroAssembler::CompareAndBranchIfNonZero(vixl32::Register rn, in CompareAndBranchIfNonZero() function in art::arm::ArmVIXLMacroAssembler
Djni_macro_assembler_arm_vixl.cc624 ___ CompareAndBranchIfNonZero(test.AsArm().AsVIXLRegister(), in Jump() local
Dassembler_thumb2.cc3990 void Thumb2Assembler::CompareAndBranchIfNonZero(Register r, Label* label) { in CompareAndBranchIfNonZero() function in art::arm::Thumb2Assembler
/art/compiler/utils/
Dassembler_thumb_test.cc1280 __ CompareAndBranchIfNonZero(arm::R0, &label); in TEST_F() local
1281 __ CompareAndBranchIfNonZero(arm::R11, &label); in TEST_F() local