Home
last modified time | relevance | path

Searched refs:cbnz (Results 1 – 10 of 10) sorted by relevance

/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S352 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 …]
Dmemcmp16_arm64.S72 cbnz limit_wd, .Lnot_limit
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S169 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/
Dassembler_arm32.h137 void cbnz(Register rn, Label* target) OVERRIDE;
Dassembler_thumb2.h174 void cbnz(Register rn, Label* target) OVERRIDE;
Dassembler_arm.h455 virtual void cbnz(Register rn, Label* target) = 0;
Dassembler_thumb2.cc2186 void Thumb2Assembler::cbnz(Register rn, Label* label) { in cbnz() function in art::arm::Thumb2Assembler
2735 cbnz(r, label); in CompareAndBranchIfNonZero()
Dassembler_arm32.cc1599 void Arm32Assembler::cbnz(Register rn ATTRIBUTE_UNUSED, Label* target ATTRIBUTE_UNUSED) { in cbnz() function in art::arm::Arm32Assembler
/art/compiler/utils/
Dassembler_thumb_test.cc865 __ cbnz(R2, &l2); in TEST() local
Dassembler_thumb_test_expected.cc.inc393 " 8: b912 cbnz r2, 10 <CbzCbnz+0x10>\n",