HomeSort by relevance Sort by last modified time
    Searched full:cbz (Results 101 - 125 of 201) sorted by null

1 2 3 45 6 7 8 9

  /external/llvm/test/CodeGen/AArch64/
arm64-andCmpBrToTBZ.ll 2 ; ModuleID = 'and-cbz-extr-mr.bc'
fast-isel-tbz.ll 282 ; CHECK-NEXT: cbz [[REG]], {{LBB.+_3}}
arm64-bitfield-extract.ll 435 ; CHECK: cbz
458 ; CHECK: cbz
arm64-ccmp.ll 184 ; Convert a cbz in the head block.
223 ; Convert a cbz in the second block.
  /external/vixl/examples/
add2-vectors.cc 68 __ Cbz(w2, &end);
custom-disassembler.cc 123 __ Cbz(x10, &end);
neon-matrix-multiply.cc 68 __ Cbz(x3, &end); // Nothing to do if an input is null.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
reloc-insn.s 115 cbz x0,lab
reloc-insn.d 115 10c: b4000460 cbz x0, 198 <lab>
  /art/compiler/optimizing/
intrinsics_arm64.cc     [all...]
code_generator_arm64.cc     [all...]
  /bionic/libc/arch-arm64/generic/bionic/
strchr.S 128 cbz tmp1, .Lloop
string_copy.S 212 cbz data1_w, .Ldone
strncmp.S 68 cbz limit, .Lret0
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 100 * The only difference between ARM and Thumb modes is the use of CBZ instruction.
107 cbz \reg, \label
340 /* Using r0 and not ip here because cbz requires low register. */
  /external/boringssl/src/crypto/bn/asm/
armv8-mont.pl 110 cbz $j,.L1st_skip
171 cbz $j,.Linner_skip
495 cbz $cnt,.Lsqr8x_outer_break
617 cbz $t0,.Lsqr8x_outer_loop
787 cbz $cnt,.Lsqr8x8_post_condition
845 cbz $cnt,.Lsqr8x_tail_break
1138 cbz $t0,.Lmul4x4_post_condition
1195 cbz $t0,.Lmul4x_proceed
1338 cbz $t0,.Loop_mul4x_break
    [all...]
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.h 208 // It makes use of the Cbz and Cbnz instructions.
regexp-macro-assembler-arm64.cc     [all...]
  /external/vixl/doc/
getting-started.md 141 (such as conditional or `CBZ`-like branches) have smaller ranges. Confining
  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 73 "cbz x16, 1f\n" \
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 129 "cbz x16, 1f\n" \
  /external/v8/src/arm64/
code-stubs-arm64.cc     [all...]
  /external/valgrind/coregrind/
m_trampoline.S 763 cbz w0, .L5
783 cbz w2, .L16
803 cbz w2, .L26
    [all...]
  /art/compiler/utils/arm/
assembler_arm32.h 149 void cbz(Register rn, Label* target) OVERRIDE;
  /art/compiler/utils/
assembler_thumb_test.cc 929 __ cbz(R2, &l1);
    [all...]

Completed in 485 milliseconds

1 2 3 45 6 7 8 9