Searched refs:cbnz (Results 1 – 10 of 10) sorted by relevance
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 352 cbnz x0, 1f // result non-zero branch over 378 cbnz \reg, 1f 394 cbnz w0, 1f // result non-zero branch over 1011 cbnz w3, .Lnot_unlocked // already thin locked 1015 cbnz w3, .Llock_stxr_fail // store failed, retry 1020 cbnz w3, .Lslow_lock // if either of the top two bits are set, go slow path 1023 cbnz w2, .Lslow_lock // lock word and self thread id's match -> recursive lock 1029 cbnz w3, .Lslow_lock // if we overflow the count go slow path 1032 cbnz w3, .Llock_stxr_fail // store failed, retry 1061 cbnz w2, .Lslow_unlock // if either of the top two bits are set, go slow path [all …]
|
D | memcmp16_arm64.S | 72 cbnz limit_wd, .Lnot_limit
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 169 cbnz r0, 1f @ result non-zero branch over 221 cbnz \reg, 1f 474 cbnz r3, .Lnot_unlocked @ already thin locked 492 cbnz r3, .Lslow_lock @ if we overflow the count go slow path 495 cbnz r3, .Llock_strex_fail @ strex failed, retry 522 cbnz r2, .Lslow_unlock @ if either of the top two bits are set, go slow path 528 cbnz r3, .Lslow_unlock @ do lock word and self thread id's match? 984 cbnz r2, .Lexception_in_native 1020 cbnz r2, 1f @ success if no exception is pending 1312 cbnz r0,1f
|
/art/compiler/utils/arm/ |
D | assembler_arm32.h | 137 void cbnz(Register rn, Label* target) OVERRIDE;
|
D | assembler_thumb2.h | 174 void cbnz(Register rn, Label* target) OVERRIDE;
|
D | assembler_arm.h | 455 virtual void cbnz(Register rn, Label* target) = 0;
|
D | assembler_thumb2.cc | 2186 void Thumb2Assembler::cbnz(Register rn, Label* label) { in cbnz() function in art::arm::Thumb2Assembler 2735 cbnz(r, label); in CompareAndBranchIfNonZero()
|
D | assembler_arm32.cc | 1599 void Arm32Assembler::cbnz(Register rn ATTRIBUTE_UNUSED, Label* target ATTRIBUTE_UNUSED) { in cbnz() function in art::arm::Arm32Assembler
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 865 __ cbnz(R2, &l2); in TEST() local
|
D | assembler_thumb_test_expected.cc.inc | 393 " 8: b912 cbnz r2, 10 <CbzCbnz+0x10>\n",
|