Searched refs:cbnz (Results 1 – 10 of 10) sorted by relevance
/art/runtime/interpreter/mterp/arm64/ |
D | object.S | 30 cbnz w0, MterpPossibleException 57 cbnz w1, .L_${opcode}_mark // GC is active. 115 cbnz w3, MterpPossibleException // bail out 176 cbnz x1, MterpException
|
D | other.S | 14 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
|
D | main.S | 620 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
|
D | array.S | 55 cbnz w1, MterpException
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 198 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 …]
|
D | memcmp16_arm64.S | 72 cbnz limit_wd, .Lnot_limit
|
D | jni_entrypoints_arm64.S | 117 cbnz x0, .Lcritical_has_stack_args
|
D | asm_support_arm64.S | 330 cbnz \reg, 1f
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 1074 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/ |
D | quick_entrypoints_arm.S | 574 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
|