HomeSort by relevance Sort by last modified time
    Searched refs:cbnz (Results 1 - 25 of 44) sorted by null

1 2

  /external/compiler-rt/lib/builtins/arm/
sync-ops.h 28 cbnz r3, LOCAL_LABEL(tryatomic_ ## op) ; \
43 cbnz r6, LOCAL_LABEL(tryatomic_ ## op) ; \
  /bionic/libc/arch-arm64/generic/bionic/
string_copy.S 122 cbnz has_nul1, .Lnul_in_data1
126 cbnz has_nul2, .Lnul_in_data2
202 cbnz data1_w, 1f
215 cbnz data2_w, 1f
memchr.S 112 cbnz synd, .Ltail
memcmp.S 77 cbnz limit_wd, .Lnot_limit
strcmp.S 104 cbnz has_nul, 1f
memset.S 179 cbnz zva_len, .Lzero_by_line
strchr.S 114 cbnz tmp1, .Ltail
strncmp.S 143 cbnz has_nul, 1f
  /external/llvm/test/MC/ARM/
thumb2-cbn-to-next-inst.s 8 cbnz r2, L1 @ this can't be encoded, must turn into a nop
11 cbnz r2, L2
26 @ CHECK: a: 0a b9 cbnz r2, #2
  /external/llvm/test/MC/AArch64/
arm64-branch-encoding.s 97 cbnz w2, foo
99 cbnz x2, foo
105 cbnz x2, #-1048576
106 ; CHECK: cbnz x2, #-1048576 ; encoding: [0x02,0x00,0x80,0xb5]
basic-a64-instructions.s     [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 150 cbnz r0, 1f @ result non-zero branch over
379 cbnz r1, .Lnot_unlocked @ already thin locked
382 cbnz r3, .Lstrex_fail @ store failed, retry
389 cbnz r3, .Lslow_lock @ if either of the top two bits are set, go slow path
392 cbnz r2, .Lslow_lock @ lock word and self thread id's match -> recursive lock
396 cbnz r1, .Lslow_lock @ if we overflow the count go slow path
418 cbnz r2, .Lslow_unlock @ if either of the top two bits are set, go slow path
422 cbnz r3, .Lslow_unlock @ do lock word and self thread id's match?
615 cbnz r1, 1f @ success if no exception pending
633 cbnz r2, 1f @ success if no exception pendin
    [all...]
  /art/runtime/arch/arm64/
memcmp16_arm64.S 72 cbnz limit_wd, .Lnot_limit
quick_entrypoints_arm64.S 325 cbnz x0, 1f // result non-zero branch over
352 cbnz \reg, 1f
368 cbnz w0, 1f // result non-zero branch over
967 cbnz w1, .Lnot_unlocked // already thin locked
969 cbnz w3, .Lstrex_fail // store failed, retry
976 cbnz w3, .Lslow_lock // if either of the top two bits are set, go slow path
979 cbnz w2, .Lslow_lock // lock word and self thread id's match -> recursive lock
983 cbnz w1, .Lslow_lock // if we overflow the count go slow path
1006 cbnz w2, .Lslow_unlock // if either of the top two bits are set, go slow path
1010 cbnz w3, .Lslow_unlock // do lock word and self thread id's match
    [all...]
  /bionic/libc/arch-arm64/denver64/bionic/
memset.S 206 cbnz zva_len, .Lzero_by_line
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcat.S 87 cbnz r2, strcat_continue
141 m_copy_byte reg=r5, cmd=cbnz, label=strcpy_continue
strcmp.S 116 cbnz \reg, \label
strcpy.S 88 m_copy_byte reg=r5, cmd=cbnz, label=strcpy_continue
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcat.S 87 cbnz r2, strcat_continue
149 m_copy_byte reg=r5, cmd=cbnz, label=strcpy_continue
strcmp.S 116 cbnz \reg, \label
strcpy.S 87 m_copy_byte reg=r5, cmd=cbnz, label=strcpy_continue
  /external/openssl/crypto/sha/asm/
sha1-armv8.pl 205 cbnz $num,.Loop
283 cbnz $num,.Loop_hw
sha512-armv8.pl 192 cbnz $t2,.Loop_16_xx
373 cbnz $num,.Loop_hw
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 116 cbnz \reg, \label
  /external/chromium_org/v8/src/arm64/
assembler-arm64.cc 797 void Assembler::cbnz(const Register& rt, function in class:v8::internal::Assembler
800 Emit(SF(rt) | CBNZ | ImmCmpBranch(imm19) | Rt(rt));
804 void Assembler::cbnz(const Register& rt, function in class:v8::internal::Assembler
807 cbnz(rt, LinkAndGetInstructionOffsetTo(label));
    [all...]

Completed in 381 milliseconds

1 2