HomeSort by relevance Sort by last modified time
    Searched full:subs (Results 26 - 50 of 839) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libhevc/common/arm64/
ihevc_inter_pred_chroma_copy.s 117 SUBS x4,x12,#0 //checks wd == 0
129 SUBS x4,x4,#4 //(wd -4)
137 SUBS x5,x5,#4 //ht - 4
148 SUBS x4,x12,#0 //checks wd == 0
159 SUBS x4,x4,#4 //(wd -4)
170 SUBS x4,x12,#0 //checks wd
181 SUBS x4,x4,#8 //wd - 8(Loop condition)
189 SUBS x5,x5,#4 //ht -= 4
198 SUBS x4,x12,#0 //checks wd
216 SUBS x4,x12,#0 //checks w
    [all...]
ihevc_inter_pred_luma_copy.s 97 subs x8,x16,#0 //checks wd == 0
109 subs x8,x8,#4 //(wd -4)
118 subs x11,x11,#4 //ht - 4
135 subs x8,x16,#0 //checks wd
145 subs x8,x8,#8 //wd - 8(loop condition)
153 subs x11,x11,#4 //ht -= 4
168 subs x8,x16,#0 //checks wd
178 subs x8,x8,#16 //wd - 8(loop condition)
186 subs x11,x11,#4 //ht -= 4
  /external/elfutils/src/libebl/
eblgstrtab.c 255 struct Ebl_GStrent *subs; local
258 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
259 if (subs->len == newstr->len)
266 return subs;
307 struct Ebl_GStrent *subs; local
317 for (subs = nodep->next; subs != NULL; subs = subs->next
    [all...]
eblwstrtab.c 249 struct Ebl_WStrent *subs; local
252 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
253 if (subs->len == newstr->len)
260 return subs;
301 struct Ebl_WStrent *subs; local
311 for (subs = nodep->next; subs != NULL; subs = subs->next
    [all...]
eblstrtab.c 244 for (struct Ebl_Strent *subs = (*sep)->next; subs != NULL;
245 subs = subs->next)
246 if (subs->len == newstr->len)
253 return subs;
302 for (struct Ebl_Strent *subs = nodep->next; subs != NULL; subs = subs->next
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-arithmetic-encoding.s 88 subs w3, w4, #1024
89 subs w3, w4, #1024, lsl #0
90 subs w3, w4, #1024, lsl #12
91 subs x3, x4, #1024
92 subs x3, x4, #1024, lsl #0
93 subs x3, x4, #1024, lsl #12
95 ; CHECK: subs w3, w4, #1024 ; encoding: [0x83,0x00,0x10,0x71]
96 ; CHECK: subs w3, w4, #1024 ; encoding: [0x83,0x00,0x10,0x71]
97 ; CHECK: subs w3, w4, #1024, lsl #12 ; encoding: [0x83,0x00,0x50,0x71]
98 ; CHECK: subs x3, x4, #1024 ; encoding: [0x83,0x00,0x10,0xf1
    [all...]
  /external/e2fsprogs/
Makefile.in 22 SUBS= util/subst.conf lib/config.h lib/dirpaths.h \
27 all:: subs
32 subs: $(DEP_SUBSTITUTE)
33 @for i in $(SUBS) ; do if test -d `dirname $$i` ; \
40 all-progs-recursive all-libs-recursive: subs
63 install: subs all-libs-recursive install-progs-recursive \
67 install-strip: subs all-libs-recursive install-strip-progs-recursive \
112 $(RM) -f $(SUBS)
140 $(RM) -f $(SUBS) $(SUBST_CONF) \
  /external/libhevc/common/arm/
ihevc_inter_pred_luma_copy.s 97 subs r4,r12,#0 @checks wd == 0
109 subs r4,r4,#4 @(wd -4)
118 subs r7,r7,#4 @ht - 4
131 subs r4,r12,#0 @checks wd
141 subs r4,r4,#8 @wd - 8(loop condition)
149 subs r7,r7,#4 @ht -= 4
160 subs r4,r12,#0 @checks wd
170 subs r4,r4,#16 @wd - 8(loop condition)
178 subs r7,r7,#4 @ht -= 4
  /external/llvm/test/CodeGen/AArch64/
arm64-icmp-opt.ll 4 ; Optimize (cmp (add / sub), 0): eliminate the subs used to update flag
  /external/llvm/test/CodeGen/Thumb/
2014-06-10-thumb1-ldst-opt-bug.ll 8 ; CHECK-NEXT: subs
  /external/llvm/test/CodeGen/Thumb2/
thumb2-sub5.ll 6 ; CHECK: subs.w r0, r0, r2
carry.ll 6 ; CHECK: subs r0, r0, r2
17 ; CHECK: subs r0, r0, r2
thumb2-sub.ll 6 ; CHECK: subs r0, #171
46 ; CHECK: subs r0, #1
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copyframe_func_neon.asm 69 subs r12, r12, #1
82 subs lr, lr, #1
125 subs r12, r12, #1
134 subs lr, lr, #1
148 subs r1, r1, #1
182 subs r12, r12, #16
188 subs lr, lr, #1
217 subs r12, r12, #8
223 subs lr, lr, #1
  /external/regex-re2/re2/
prefilter_tree.cc 50 vector<Prefilter*>* subs = prefilter->subs(); local
51 for (int i = 0; i < subs->size(); i++)
52 if (KeepPart((*subs)[i], level + 1))
53 (*subs)[j++] = (*subs)[i];
55 delete (*subs)[i];
57 subs->resize(j);
62 for (int i = 0; i < prefilter->subs()->size(); i++)
63 if (!KeepPart((*prefilter->subs())[i], level + 1)
182 const vector<Prefilter*>& subs = *f->subs(); local
    [all...]
  /external/llvm/test/CodeGen/ARM/
2011-03-23-PeepholeBug.ll 3 ; subs r4, #1
27 ; CHECK: subs [[REG:r[0-9]+]], #1
iabs.ll 20 ;; subs
26 ; CHECK: subs
  /external/llvm/test/CodeGen/ARM/Windows/
mov32t-bundling.ll 21 ; CHECK-NOT: subs r0, r1, r0
26 ; CHECK-NEXT: subs r0, r1, r0
  /external/lzma/Asm/arm/
7zCrcOpt.asm 11 subs r2, r2, #1
77 subs r2, r2, #8
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 91 SUBS iHeight, iHeight, #1
102 SUBS iHeight, iHeight, #1
118 SUBS iHeight, iHeight, #1
134 SUBS iHeight, iHeight, #1
193 SUBS iHeight, iHeight, #1
204 SUBS iHeight, iHeight, #1
217 SUBS iHeight, iHeight, #1
230 SUBS iHeight, iHeight, #1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_Align_unsafe_s.s 91 SUBS iHeight, iHeight, #1
102 SUBS iHeight, iHeight, #1
118 SUBS iHeight, iHeight, #1
134 SUBS iHeight, iHeight, #1
193 SUBS iHeight, iHeight, #1
204 SUBS iHeight, iHeight, #1
217 SUBS iHeight, iHeight, #1
230 SUBS iHeight, iHeight, #1
  /bionic/libc/arch-arm/generic/bionic/
memcmp.S 67 subs r2, r2, #32
89 subs r2, r2, #32
134 subs r0, r0, ip
136 subs r3, r3, #1
156 subs r2, r2, #(32 + 4)
186 subs r2, r2, #32
198 subs r2, r2, #4
218 subs r0, r0, ip
220 subs r2, r2, #1
235 subs r0, i
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_avg_neon.asm 47 subs r5, r5, #1
66 subs r5, r5, #2
83 subs r5, r5, #2
99 subs r5, r5, #2
111 subs r5, r5, #2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_avg_neon.asm 47 subs r5, r5, #1
66 subs r5, r5, #2
83 subs r5, r5, #2
99 subs r5, r5, #2
111 subs r5, r5, #2
  /system/extras/tests/memtest/
bandwidth.h 212 "subs r4, r4, #1\n"
217 "subs r3, r3, #1\n"
249 "subs r4, r4, #1\n"
256 "subs r3, r3, #1\n"
291 "subs r4, r4, #1\n"
298 "subs r3, r3, #1\n"
333 "subs r4, r4, #1\n"
355 "subs r3, r3, #1\n"
390 "subs r4, r4, #1\n"
396 "subs r3, r3, #1\n
    [all...]

Completed in 294 milliseconds

12 3 4 5 6 7 8 91011>>