Home
last modified time | relevance | path

Searched refs:tbz (Results 1 – 25 of 106) sorted by relevance

12345

/external/arm-trusted-firmware/lib/libc/aarch64/
Dmemset.S49 less_64:tbz w2, #5, less_32 /* < 32 bytes */
52 less_32:tbz w2, #4, less_16 /* < 16 bytes */
54 less_16:tbz w2, #3, less_8 /* < 8 bytes */
56 less_8: tbz w2, #2, less_4 /* < 4 bytes */
58 less_4: tbz w2, #1, less_2 /* < 2 bytes */
60 less_2: tbz w2, #0, exit
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DColorMatrix_advsimd.S600 tbz x2, #2, 1f
602 1: tbz x2, #1, 1f
604 1: tbz x2, #0, 1f
612 tbz x2, #2, 1f
614 1: tbz x2, #1, 1f
616 1: tbz x2, #0, 1f
625 tbz x2, #2, 1f
630 1: tbz x2, #1, 1f
633 1: tbz x2, #0, 1f
642 tbz x2, #2, 1f
[all …]
DYuvToRgb_advsimd.S209 tbz x2, #4, 1f
217 1: tbz x2, #3, 1f
225 1: tbz x2, #2, 1f
233 1: tbz x2, #1, 1f
241 1: tbz x2, #0, 1f
285 tbz x2, #4, 1f
287 1: tbz x2, #3, 1f
289 1: tbz x2, #2, 1f
291 1: tbz x2, #1, 1f
293 1: tbz x2, #0, 2f
DBlend_advsimd.S500 tbz x2, #5, 1f
503 1: tbz x2, #4, 1f
506 1: tbz x2, #3, 1f
509 1: tbz x2, #2, 1f
512 1: tbz x2, #1, 1f
515 1: tbz x2, #0, 1f
559 tbz x2, #5, 1f
561 1: tbz x2, #4, 1f
563 1: tbz x2, #3, 1f
565 1: tbz x2, #2, 1f
[all …]
/external/llvm/test/CodeGen/AArch64/
Daarch64-tbz.ll4 ; CHECK: tbz {{w[0-9]}}, #3, {{.LBB0_3}}
5 ; CHECK: tbz w[[REG1:[0-9]+]], #2, {{.LBB0_3}}
29 ; CHECK: tbz w[[REG1:[0-9]+]], #3, {{.LBB1_3}}
52 ; CHECK: tbz {{w[0-9]}}, #3, {{.LBB2_3}}
53 ; CHECK: tbz w[[REG1:[0-9]+]], #28, {{.LBB2_3}}
75 ; CHECK: tbz {{w[0-9]}}, #3, {{.LBB3_3}}
76 ; CHECK: tbz [[REG1:x[0-9]+]], #35, {{.LBB3_3}}
Dfast-isel-tbz.ll6 ; CHECK: tbz {{w[0-9]+}}, #0, {{LBB.+_2}}
18 ; CHECK: tbz w0, #1, {{LBB.+_2}}
30 ; CHECK: tbz w0, #2, {{LBB.+_2}}
42 ; CHECK: tbz w0, #3, {{LBB.+_2}}
54 ; CHECK: tbz x0, #32, {{LBB.+_2}}
170 ; FAST: tbz w0, #7, {{LBB.+_2}}
181 ; FAST: tbz w0, #15, {{LBB.+_2}}
236 ; FAST: tbz w0, #7, {{LBB.+_2}}
247 ; FAST: tbz w0, #15, {{LBB.+_2}}
258 ; CHECK: tbz w0, #31, {{LBB.+_2}}
[all …]
Dtst-br.ll18 ; CHECK: tbz {{w[0-9]+}}, #15, [[LBL_end1:.?LBB0_[0-9]+]]
24 ; CHECK: tbz {{w[0-9]+}}, #12, [[LBL_end1]]
30 ; CHECK: tbz {{[wx][0-9]+}}, #15, [[LBL_end1]]
36 ; CHECK: tbz {{[wx][0-9]+}}, #12, [[LBL_end1]]
Dbranch-relax-asm.ll1 ; RUN: llc -mtriple=aarch64-apple-ios7.0 -disable-block-placement -aarch64-tbz-offset-bits=4 -o - %…
7 ; of the limited range we gave tbz. So branch relaxation has to invert the
9 ; CHECK: tbz w0, #0, [[TRUE:LBB[0-9]+_[0-9]+]]
Dtbz-tbnz.ll13 ; CHECK: tbz [[CMP]], #31
31 ; CHECK: tbz [[CMP]], #63
121 ; CHECK: tbz [[CMP]], #31
181 ; CHECK: tbz x0, #63
197 ; CHECK: tbz x0, #63
212 ; CHECK: tbz [[CMP]], #63
232 ; CHECK: tbz x0, #63
250 ; CHECK: tbz [[CMP]], #63
Darm64-fast-isel-br.ll97 ; CHECK: tbz w0, #0, LBB4_2
107 ; CHECK: tbz w{{[0-9]+}}, #0, LBB4_4
117 ; CHECK: tbz w{{[0-9]+}}, #0, LBB4_6
137 ; CHECK: tbz w[[REG2]], #0, LBB5_2
/external/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_console.S24 tbz w2, #UNIPHIER_UART_LSR_THRE_BIT, 0b
42 tbz w1, #UNIPHIER_UART_LSR_DR_BIT, 0f
62 tbz w1, #UNIPHIER_UART_LSR_TEMT_BIT, 0b
/external/musl/src/string/aarch64/
Dmemset.S36 tbz count, 3, 1f
41 1: tbz count, 2, 2f
47 tbz count, 1, 3f
56 tbz count, 5, 1f
/external/arm-optimized-routines/string/aarch64/
Dmemset.S38 tbz count, 3, 1f
43 1: tbz count, 2, 2f
49 tbz count, 1, 3f
58 tbz count, 5, 1f
Dmemcmp.S98 tbz limit, 3, L(less8)
107 tbz limit, 2, L(less4)
115 tbz limit, 1, L(less2)
122 tbz limit, 0, L(return_zero)
/external/llvm/test/MC/AArch64/
Darm64-branch-encoding.s113 tbz x1, #3, foo
118 tbz w1, #3, foo
123 tbz w1, #3, #28
124 ; CHECK: tbz w1, #3, #28
125 tbz w3, #5, #32764
126 ; CHECK: tbz w3, #5, #32764 ; encoding: [0xe3,0xff,0x2b,0x36]
Dfixup-out-of-range.s46 tbz x0, #1, distant
49 tbz x0, #1, unaligned
Delf-reloc-tstb.s4 tbz x6, #45, somewhere
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-branch.txt54 # CHECK: tbz w0, #1, #16
56 # CHECK: tbz w1, #30, #-4
70 # CHECK: tbz w0, #1, #-12
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dsysv.S145 tbz x23, #AARCH64_FFI_WITH_V_BIT, 1f
174 tbz x23, #AARCH64_FFI_WITH_V_BIT, 1f
282 tbz x0, #AARCH64_FFI_WITH_V_BIT, 1f
301 tbz x0, #AARCH64_FFI_WITH_V_BIT, 1f
/external/arm-trusted-firmware/plat/imx/common/
Dlpuart_console.S50 tbz w2, #23, 1b
56 tbz w2, #23, 2b
Dimx_uart_console.S56 tbz w2, #6, 1b
62 tbz w2, #6, 2b
/external/XNNPACK/src/f32-gemm/
D1x8-aarch64-neonfma-cortex-a75.cc221 tbz(x0, 3, l7); in generate()
232 tbz(x0, 2, l4); in generate()
243 tbz(x1, 2, l10); in generate()
248 tbz(x1, 1, l11); in generate()
253 tbz(x1, 0, l12); in generate()
/external/XNNPACK/src/f32-igemm/
D1x8-aarch64-neonfma-cortex-a75.cc253 tbz(x0, 3, l8); in generate()
264 tbz(x0, 2, l5); in generate()
275 tbz(x1, 2, l11); in generate()
280 tbz(x1, 1, l12); in generate()
285 tbz(x1, 0, l13); in generate()
/external/arm-trusted-firmware/drivers/cadence/uart/aarch64/
Dcdns_console.S110 tbz w2, #UART_SR_INTR_TEMPTY_BIT, 1b
116 tbz w2, #UART_SR_INTR_TEMPTY_BIT, 2b
/external/google-fruit/extras/doc/
DCMakeLists.txt4 …ND wget http://perso.ensta-paristech.fr/~kielbasi/tikzuml/var/files/src/tikzuml-v1.0-2016-03-29.tbz
5 COMMAND tar xf tikzuml-v1.0-2016-03-29.tbz

12345