Home
last modified time | relevance | path

Searched defs:CompareAndBranchIfZero (Results 1 – 9 of 9) sorted by relevance

/art/compiler/optimizing/
Doptimizing_cfi_test.cc202 __ CompareAndBranchIfZero(arm::R0, &target); in TEST_ISA() local
211 __ CompareAndBranchIfZero(r0, &target); in TEST_ISA() local
Dintrinsics_arm.cc1156 __ CompareAndBranchIfZero(arg, slow_path->GetEntryLabel()); in VisitStringCompareTo() local
1181 __ CompareAndBranchIfZero(temp0, &end); in VisitStringCompareTo() local
1385 __ CompareAndBranchIfZero(arg, &return_false); in VisitStringEquals() local
1791 __ CompareAndBranchIfZero(src, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
1796 __ CompareAndBranchIfZero(dest, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
1841 __ CompareAndBranchIfZero(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
1865 __ CompareAndBranchIfZero(temp2, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
1920 __ CompareAndBranchIfZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
1932 __ CompareAndBranchIfZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
1970 __ CompareAndBranchIfZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
[all …]
Dintrinsics_arm_vixl.cc1506 __ CompareAndBranchIfZero(arg, slow_path->GetEntryLabel()); in VisitStringCompareTo() local
1541 __ CompareAndBranchIfZero(temp0, &end, mirror::kUseStringCompression); in VisitStringCompareTo() local
1765 __ CompareAndBranchIfZero(arg, &return_false, /* far_target */ false); in VisitStringEquals() local
1793 __ CompareAndBranchIfZero(temp, &return_true, /* far_target */ false); in VisitStringEquals() local
2169 __ CompareAndBranchIfZero(src, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2174 __ CompareAndBranchIfZero(dest, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2219 __ CompareAndBranchIfZero(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2243 __ CompareAndBranchIfZero(temp2, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2298 __ CompareAndBranchIfZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
2310 __ CompareAndBranchIfZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
[all …]
Dcode_generator_arm_vixl.cc2646 __ CompareAndBranchIfZero(InputRegisterAt(instruction, condition_input_index), in GenerateTestAndBranch() local
2682 __ CompareAndBranchIfZero(left, non_fallthrough_target); in GenerateTestAndBranch() local
4411 __ CompareAndBranchIfZero(InputRegisterAt(instruction, 0), slow_path->GetEntryLabel()); in VisitDivZeroCheck() local
5620 __ CompareAndBranchIfZero(InputRegisterAt(instruction, 0), slow_path->GetEntryLabel()); in GenerateExplicitNullCheck() local
6383 __ CompareAndBranchIfZero(value, &is_null); in MarkGCCard() local
6446 __ CompareAndBranchIfZero(temp, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() local
6859 __ CompareAndBranchIfZero(out, slow_path->GetEntryLabel()); in VisitLoadClass() local
6995 __ CompareAndBranchIfZero(out, slow_path->GetEntryLabel()); in VisitLoadString() local
7136 __ CompareAndBranchIfZero(obj, final_label, /* far_target */ false); in VisitInstanceOf() local
7192 __ CompareAndBranchIfZero(out, final_label, /* far_target */ false); in VisitInstanceOf() local
[all …]
Dcode_generator_arm.cc2608 __ CompareAndBranchIfZero(cond_val.AsRegister<Register>(), false_target); in GenerateTestAndBranch() local
2643 __ CompareAndBranchIfZero(left, non_fallthrough_target); in GenerateTestAndBranch() local
4429 __ CompareAndBranchIfZero(value.AsRegister<Register>(), slow_path->GetEntryLabel()); in VisitDivZeroCheck() local
5610 __ CompareAndBranchIfZero(obj.AsRegister<Register>(), slow_path->GetEntryLabel()); in GenerateExplicitNullCheck() local
6346 __ CompareAndBranchIfZero(value, &is_null); in MarkGCCard() local
6406 __ CompareAndBranchIfZero(IP, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() local
6807 __ CompareAndBranchIfZero(out, slow_path->GetEntryLabel()); in VisitLoadClass() local
6946 __ CompareAndBranchIfZero(out, slow_path->GetEntryLabel()); in VisitLoadString() local
7085 __ CompareAndBranchIfZero(obj, final_label); in VisitInstanceOf() local
7136 __ CompareAndBranchIfZero(out, final_label); in VisitInstanceOf() local
[all …]
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc436 void ArmVIXLMacroAssembler::CompareAndBranchIfZero(vixl32::Register rn, in CompareAndBranchIfZero() function in art::arm::ArmVIXLMacroAssembler
Djni_macro_assembler_arm_vixl.cc620 ___ CompareAndBranchIfZero(test.AsArm().AsVIXLRegister(), in Jump() local
Dassembler_thumb2.cc3980 void Thumb2Assembler::CompareAndBranchIfZero(Register r, Label* label) { in CompareAndBranchIfZero() function in art::arm::Thumb2Assembler
/art/compiler/utils/
Dassembler_thumb_test.cc1278 __ CompareAndBranchIfZero(arm::R0, &label); in TEST_F() local
1279 __ CompareAndBranchIfZero(arm::R11, &label); in TEST_F() local