Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/arm64/
Dobject.S30 cbnz w0, MterpPossibleException
57 cbnz w1, .L_${opcode}_mark // GC is active.
115 cbnz w3, MterpPossibleException // bail out
176 cbnz x1, MterpException
Dother.S14 cbnz w0, MterpPossibleException // let reference interpreter deal with it.
87 cbnz w0, MterpPossibleException // let reference interpreter deal with it.
147 cbnz w0, MterpException
168 cbnz w0, MterpException
Dmain.S620 cbnz x0, MterpFallback
633 cbnz x0, MterpOnStackReplacement
651 cbnz x0, MterpOnStackReplacement
673 cbnz x0, MterpOnStackReplacement
692 cbnz x0, MterpFallback // Something in the environment changed, switch interpreters
Darray.S55 cbnz w1, MterpException
/art/runtime/interpreter/mterp/arm64ng/
Dmain.S613 cbnz x2, 1b
1157 cbnz wMR, 3f
1183 cbnz wMR, 7f
1210 cbnz wMR, 3f
1236 cbnz wMR, 6f
1638 cbnz wMR, 3f
1663 cbnz wMR, 3f
1732 cbnz wMR, 3f
1755 cbnz wMR, 6f
1771 cbnz wMR, 4f
[all …]
Dobject.S33 cbnz wMR, 2f
Darray.S26 cbnz wMR, 2f
Dother.S46 cbnz wMR, 3f
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S198 cbnz x0, 1f // result non-zero branch over
215 cbnz w0, 1f // result non-zero branch over
906 cbnz w2, .Lretry_lock // If the store failed, retry.
916 cbnz w2, .Lretry_lock // If the store failed, retry.
959 cbnz w2, .Lretry_unlock // If the store failed, retry.
971 cbnz w2, .Lretry_unlock // If the store failed, retry.
1688 cbnz x2, .Lexception_in_proxy // success if no exception is pending
1726 cbnz w13, .Limt_conflict_trampoline_retry_load
1933 cbnz x2, .Lexception_in_native
2026 cbnz x1, .Ldeoptimize
[all …]
Dmemcmp16_arm64.S72 cbnz limit_wd, .Lnot_limit
Dasm_support_arm64.S365 cbnz \reg, 1f
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc1074 uint32_t cbnz = kCbnzIP1Plus0Insn | (cbnz_offset << (5 - 2)); in TestBakerField() local
1076 const std::vector<uint8_t> expected_code = RawCode({cbnz, ldr}); in TestBakerField()
1226 const uint32_t cbnz = kCbnzIP1Plus0Insn | (cbnz_offset << (5 - 2)); in TEST_F() local
1227 const std::vector<uint8_t> expected_code1 = RawCode({cbnz, kLdrWInsn, kNopInsn}); in TEST_F()
1323 uint32_t cbnz = kCbnzIP1Plus0Insn | (cbnz_offset << (5 - 2)); in TEST_F() local
1324 const std::vector<uint8_t> expected_code = RawCode({cbnz, ldr(base_reg)}); in TEST_F()
1400 uint32_t cbnz = kCbnzIP1Plus0Insn | (cbnz_offset << (5 - 2)); in TEST_F() local
1402 const std::vector<uint8_t> expected_code = RawCode({ldr, cbnz}); in TEST_F()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S574 cbnz r2, .Llock_strex_fail @ If store failed, retry.
583 cbnz r3, .Lslow_lock @ if either of the top two bits are set, or the lock word's
654 cbnz r2, .Lunlock_strex_fail @ If the store failed, retry.
945 cbnz r2, 1f @ success if no exception pending
971 cbnz r2, 1f @ success if no exception pending
1439 cbnz r2, 1f @ success if no exception is pending
1642 cbnz r2, .Lexception_in_native
1682 cbnz r2, 1f @ success if no exception is pending
/art/compiler/optimizing/
Dcode_generator_arm64.cc4704 __ cbnz(mr, slow_path_entry); in EmitBakerReadBarrierCbnz() local
4709 __ cbnz(mr, static_cast<int64_t>(0)); // Placeholder, patched at link-time. in EmitBakerReadBarrierCbnz() local