Searched refs:CompareAndBranchIfZero (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | optimizing_cfi_test.cc | 215 __ CompareAndBranchIfZero(r0, &target); in TEST_ISA() local
|
D | intrinsics_arm_vixl.cc | 1503 __ CompareAndBranchIfZero(arg, slow_path->GetEntryLabel()); in VisitStringCompareTo() local 1538 __ CompareAndBranchIfZero(temp0, &end, mirror::kUseStringCompression); in VisitStringCompareTo() local 1825 __ CompareAndBranchIfZero(arg, &return_false, /* far_target */ false); in VisitStringEquals() local 1910 __ CompareAndBranchIfZero(temp, &return_true, /* far_target */ false); in VisitStringEquals() local 2283 __ CompareAndBranchIfZero(src, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 2288 __ CompareAndBranchIfZero(dest, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 2333 __ CompareAndBranchIfZero(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 2357 __ CompareAndBranchIfZero(temp2, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 2412 __ CompareAndBranchIfZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 2424 __ CompareAndBranchIfZero(temp3, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local [all …]
|
D | code_generator_arm_vixl.cc | 1177 __ CompareAndBranchIfZero(tmp, &exit_loop, /* far_target */ false); in EmitNativeCode() local 2942 __ CompareAndBranchIfZero(InputRegisterAt(instruction, condition_input_index), in GenerateTestAndBranch() local 2978 __ CompareAndBranchIfZero(left, non_fallthrough_target, far_target); in GenerateTestAndBranch() local 4715 __ CompareAndBranchIfZero(InputRegisterAt(instruction, 0), slow_path->GetEntryLabel()); in VisitDivZeroCheck() local 5933 __ CompareAndBranchIfZero(InputRegisterAt(instruction, 0), slow_path->GetEntryLabel()); in GenerateExplicitNullCheck() local 6700 __ CompareAndBranchIfZero(value, &is_null); in MarkGCCard() local 6771 __ CompareAndBranchIfZero(temp, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() local 7189 __ CompareAndBranchIfZero(out, slow_path->GetEntryLabel()); in VisitLoadClass() local 7324 __ CompareAndBranchIfZero(out, slow_path->GetEntryLabel()); in VisitLoadString() local 7472 __ CompareAndBranchIfZero(obj, final_label, /* far_target */ false); in VisitInstanceOf() local [all …]
|
/art/compiler/utils/arm/ |
D | assembler_arm_vixl.h | 60 void CompareAndBranchIfZero(vixl32::Register rn,
|
D | assembler_arm_vixl.cc | 460 void ArmVIXLMacroAssembler::CompareAndBranchIfZero(vixl32::Register rn, in CompareAndBranchIfZero() function in art::arm::ArmVIXLMacroAssembler
|
D | jni_macro_assembler_arm_vixl.cc | 650 ___ CompareAndBranchIfZero(test.AsArm().AsVIXLRegister(), in Jump() local
|
/art/compiler/linker/arm/ |
D | relative_patcher_thumb2.cc | 245 __ CompareAndBranchIfZero(holder_reg, &throw_npe, /* is_far_target */ false); in CompileBakerReadBarrierThunk() local 323 __ CompareAndBranchIfZero(root_reg, &return_label, /* is_far_target */ false); in CompileBakerReadBarrierThunk() local
|