Home
last modified time | relevance | path

Searched refs:Tbnz (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_arm64.cc1562 __ Tbnz(temp2, 0, &different_compression); // Does not use flags. in VisitStringCompareTo() local
2449 __ Tbnz(pos_reg, pos_reg.GetSizeInBits() - 1, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition() local
3076 __ Tbnz(tmp, LockWord::kReadBarrierStateShift, read_barrier_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local
5323 __ Tbnz(target.offset, 0, GetEntryLabel()); in EmitByteArrayViewCode() local
Dcode_generator_arm64.cc2581 __ Tbnz(length.W(), 0, &uncompressed_load); in VisitArrayGet() local
2611 __ Tbnz(length.W(), 0, &uncompressed_load); in VisitArrayGet() local
3610 __ Tbnz(lhs, (lhs.IsX() ? kXRegSize : kWRegSize) - 1, non_fallthrough_target); in GenerateTestAndBranch() local
6942 __ Tbnz(ip0.W(), LockWord::kReadBarrierStateShift, slow_path); in EmitGrayCheckAndFastPath() local
Dcode_generator_vector_arm64_neon.cc1448 __ Tbnz(length.W(), 0, &uncompressed_load); in VisitVecLoad() local