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

1 2

  /external/llvm/test/MC/AArch64/
elf-reloc-tstb.s 4 tbz x6, #45, somewhere
arm64-branch-encoding.s 113 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]
basic-a64-diagnostics.s     [all...]
  /bionic/libc/arch-arm64/generic/bionic/
string_copy.S 136 tbz tmp1, #6, 1f
144 tbz tmp1, #5, 1f
148 tbz tmp1, #4, 1f
152 tbz tmp1, #3, 1f
170 tbz tmp1, #6, 1f
178 tbz tmp1, #5, 1f
182 tbz tmp1, #4, 1f
186 tbz tmp1, #3, 1f
199 tbz src, #0, 1f
209 tbz src, #1, 1
    [all...]
memmove.S 111 tbz count, #3, 1f
115 tbz count, #2, 1f
119 tbz count, #1, 1f
123 tbz count, #0, 1f
138 tbz tmp2, #3, 1f
142 tbz tmp2, #2, 1f
146 tbz tmp2, #1, 1f
150 tbz tmp2, #0, 1f
238 tbz count, #3, 1f
242 tbz count, #2, 1
    [all...]
memset.S 110 tbz count, #3, 1f
113 tbz count, #2, 1f
116 tbz count, #1, 1f
119 tbz count, #0, 1f
181 tbz tmp1, #4, 1f
memcpy.S 99 tbz count, #3, 1f
103 tbz count, #2, 1f
107 tbz count, #1, 1f
111 tbz count, #0, 1f
strncmp.S 98 tbz limit_wd, #63, .Lnot_limit
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_ColorMatrix.S 600 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, 1
    [all...]
rsCpuIntrinsics_advsimd_YuvToRGB.S 141 tbz x2, #3, 1f
149 1: tbz x2, #2, 1f
157 1: tbz x2, #1, 1f
165 1: tbz x2, #0, 1f
202 1: tbz x2, #3, 1f
204 1: tbz x2, #2, 1f
206 1: tbz x2, #1, 1f
208 1: tbz x2, #0, 2f
rsCpuIntrinsics_advsimd_Blend.S 495 tbz x2, #5, 1f
498 1: tbz x2, #4, 1f
501 1: tbz x2, #3, 1f
504 1: tbz x2, #2, 1f
507 1: tbz x2, #1, 1f
510 1: tbz x2, #0, 1f
554 tbz x2, #5, 1f
556 1: tbz x2, #4, 1f
558 1: tbz x2, #3, 1f
560 1: tbz x2, #2, 1
    [all...]
rsCpuIntrinsics_advsimd_3DLUT.S 219 tbz x2, #2, 2f
224 2: tbz x2, #1, 2f
227 2: tbz x2, #0, 2f
rsCpuIntrinsics_advsimd_Blur.S     [all...]
  /bionic/libc/arch-arm64/generic-neon/bionic/
memcpy.S 104 tbz count, #3, 1f
108 tbz count, #2, 1f
112 tbz count, #1, 1f
116 tbz count, #0, 1f
  /bionic/libc/arch-arm64/denver64/bionic/
memset.S 119 tbz count, #3, 1f
122 tbz count, #2, 1f
125 tbz count, #1, 1f
128 tbz count, #0, 1f
208 tbz tmp1, #4, 1f
memcpy.S 105 tbz count, #3, 1f
109 tbz count, #2, 1f
113 tbz count, #1, 1f
117 tbz count, #0, 1f
  /system/core/libcutils/arch-arm64/
android_memset.S 107 tbz count, #3, 1f
110 tbz count, #2, 1f
113 tbz count, #1, 1f
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_type.js 75 pattern: /\.(tar\.bz2|tbz|tbz2)$/i},
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc     [all...]
  /external/vixl/test/
test-disasm-a64.cc     [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.cc 446 // Tbz(label); // First tbz. Pointing to unconditional branch.
448 // Tbz(label); // Second tbz. Pointing to the first tbz.
450 // and this function is called to remove the first tbz from the label link
451 // chain. Since tbz has a range of +-32KB, the second tbz cannot point to
811 void Assembler::tbz(const Register& rt, function in class:v8::internal::Assembler
816 Emit(TBZ | ImmTestBranchBit(bit_pos) | ImmTestBranch(imm14) | Rt(rt))
820 void Assembler::tbz(const Register& rt, function in class:v8::internal::Assembler
    [all...]
assembler-arm64.h     [all...]
ic-arm64.cc 855 __ Tbz(x3, Map::kHasIndexedInterceptor, &slow);
    [all...]
  /external/vixl/src/a64/
assembler-a64.cc 503 void Assembler::tbz(const Register& rt, function in class:vixl::Assembler
507 Emit(TBZ | ImmTestBranchBit(bit_pos) | ImmTestBranch(imm14) | Rt(rt));
511 void Assembler::tbz(const Register& rt, function in class:vixl::Assembler
514 tbz(rt, bit_pos, UpdateAndGetInstructionOffsetTo(label));
    [all...]
assembler-a64.h 715 void tbz(const Register& rt, unsigned bit_pos, Label* label);
718 void tbz(const Register& rt, unsigned bit_pos, int imm14);
    [all...]

Completed in 211 milliseconds

1 2