Searched refs:Tbnz (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.cc | 703 ___ Tbnz(reg.X(), kGlobalOrWeakGlobalBit, Arm64JNIMacroLabel::Cast(slow_path)->AsArm64()); in DecodeJNITransitionOrLocalJObject() local 852 ___ Tbnz(scratch, LockWord::kMarkBitStateShift, Arm64JNIMacroLabel::Cast(label)->AsArm64()); in TestMarkBit() local
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 2814 __ Tbnz(length.W(), 0, &uncompressed_load); in VisitArrayGet() local 2844 __ Tbnz(length.W(), 0, &uncompressed_load); in VisitArrayGet() local 3881 __ Tbnz(lhs, (lhs.IsX() ? kXRegSize : kWRegSize) - 1, non_fallthrough_target); in GenerateTestAndBranch() local 3947 __ Tbnz(counter, 16, &done); in VisitIf() local 7237 __ Tbnz(ip0.W(), LockWord::kReadBarrierStateShift, slow_path); in EmitGrayCheckAndFastPath() local
|
D | intrinsics_arm64.cc | 1916 __ Tbnz(temp2, 0, &different_compression); // Does not use flags. in VisitStringCompareTo() local 2820 __ Tbnz(pos_reg, pos_reg.GetSizeInBits() - 1, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition() local 3379 __ Tbnz(tmp, LockWord::kReadBarrierStateShift, read_barrier_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 5722 __ Tbnz(target.offset, 0, GetEntryLabel()); in EmitByteArrayViewCode() local
|
D | code_generator_vector_arm64_neon.cc | 1446 __ Tbnz(length.W(), 0, &uncompressed_load); in VisitVecLoad() local
|