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

1 2

  /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/arm64/
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 pat
    [all...]
memcmp16_arm64.S 72 cbnz limit_wd, .Lnot_limit
  /art/runtime/arch/arm/
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
478 cbnz r3, .Llock_strex_fail @ store failed, retry
483 cbnz r3, .Lslow_lock @ if either of the top two bits are set, go slow path
486 cbnz r2, .Lslow_lock @ lock word and self thread id's match -> recursive lock
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
    [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
string_copy.S 117 m_copy_byte reg=r5, cmd=cbnz, label=.Lstringcopy_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
string_copy.S 116 m_copy_byte reg=r5, cmd=cbnz, label=.Lstringcopy_continue
  /external/boringssl/src/crypto/sha/asm/
sha1-armv8.pl 219 cbnz $num,.Loop
297 cbnz $num,.Loop_hw
sha512-armv8.pl 214 cbnz $t2,.Loop_16_xx
395 cbnz $num,.Loop_hw
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 116 cbnz \reg, \label
  /external/v8/src/arm64/
assembler-arm64.h     [all...]
  /art/compiler/utils/arm/
assembler_arm32.h 137 void cbnz(Register rn, Label* target) OVERRIDE;

Completed in 293 milliseconds

1 2