HomeSort by relevance Sort by last modified time
    Searched full:strb (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /dalvik/vm/mterp/armv5te/
OP_APUT_BOOLEAN.S 2 %include "armv5te/OP_APUT.S" { "store":"strb", "shift":"0" }
OP_APUT_BYTE.S 2 %include "armv5te/OP_APUT.S" { "store":"strb", "shift":"0" }
OP_IPUT_BOOLEAN.S 2 @include "armv5te/OP_IPUT.S" { "store":"strb", "sqnum":"1" }
OP_IPUT_BYTE.S 2 @include "armv5te/OP_IPUT.S" { "store":"strb", "sqnum":"2" }
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_Clip8_s.s 53 STRB x0, [pDst]
55 STRB x0, [pDst,#1]
56 STRB x1, [pDst,#2]
58 STRB x1, [pDst,#3]
62 STRB x2, [pDst,#4]
64 STRB x2, [pDst,#5]
65 STRB x3, [pDst,#6]
67 STRB x3, [pDst,#7]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
copymem16x16_v6.asm 45 strb r4, [r2]
46 strb r5, [r2, #1]
47 strb r6, [r2, #2]
48 strb r7, [r2, #3]
57 strb r4, [r2, #4]
58 strb r5, [r2, #5]
59 strb r6, [r2, #6]
60 strb r7, [r2, #7]
67 strb r4, [r2, #8]
68 strb r5, [r2, #9
    [all...]
copymem8x4_v6.asm 42 strb r4, [r2]
43 strb r5, [r2, #1]
50 strb r4, [r2, #2]
51 strb r5, [r2, #3]
56 strb r4, [r2, #4]
57 strb r5, [r2, #5]
64 strb r4, [r2, #6]
65 strb r5, [r2, #7]
copymem8x8_v6.asm 42 strb r4, [r2]
43 strb r5, [r2, #1]
50 strb r4, [r2, #2]
51 strb r5, [r2, #3]
56 strb r4, [r2, #4]
57 strb r5, [r2, #5]
64 strb r4, [r2, #6]
65 strb r5, [r2, #7]
bilinearfilter_v6.asm 185 strb r6, [r1], r2 ; the result is transposed back and stored
188 strb r7, [r1], r2
192 strb r8, [r1], r2 ; the result is transposed back and stored
195 strb r9, [r1], r2
218 strb r6, [r1], r2 ; store data
220 strb r7, [r1], r2
222 strb r8, [r1], r2
223 strb r9, [r1], r2
  /external/llvm/test/CodeGen/ARM/
2011-10-26-memset-inline.ll 8 ; CHECK-GENERIC: strb
9 ; CHECK-GENERIT-NEXT: strb
10 ; CHECK-GENERIT-NEXT: strb
11 ; CHECK-GENERIT-NEXT: strb
12 ; CHECK-GENERIT-NEXT: strb
13 ; CHECK-UNALIGNED: strb
mem.ll 1 ; RUN: llc < %s -march=arm | grep strb
vselect_imax.ll 42 ; CHECK: strb
43 ; CHECK: strb
44 ; CHECK: strb
45 ; CHECK: strb
60 ; CHECK: strb
61 ; CHECK: strb
62 ; CHECK: strb
63 ; CHECK: strb
96 ; CHECK: strb
97 ; CHECK: strb
    [all...]
unaligned_load_store.ll 15 ; EXPANDED: strb [[R1]]
16 ; EXPANDED: strb [[R12]]
17 ; EXPANDED: strb [[R3]]
18 ; EXPANDED: strb [[R2]]
53 ; EXPANDED: strb
67 ; EXPANDED: strb
72 ; UNALIGNED-NOT: strb
vcvt.ll 210 ; CHECK: strb
211 ; CHECK: strb
212 ; CHECK: strb
213 ; CHECK: strb
214 ; CHECK: strb
215 ; CHECK: strb
216 ; CHECK: strb
217 ; CHECK: strb
289 ; CHECK: strb
290 ; CHECK: strb
    [all...]
atomic-load-store.ll 37 ; ARM: strb
40 ; THUMBTWO: strb
43 ; THUMBONE: strb
fast-isel.ll 84 ; THUMB: strb
89 ; ARM: strb
104 ; THUMB: strb
108 ; ARM: strb
247 ; ARM-STRICT-ALIGN: strb
248 ; ARM-STRICT-ALIGN: strb
251 ; THUMB-STRICT-ALIGN: strb
252 ; THUMB-STRICT-ALIGN: strb
275 ; ARM-STRICT-ALIGN: strb
276 ; ARM-STRICT-ALIGN: strb
    [all...]
str_trunc.ll 2 ; RUN: grep strb | count 1
fast-isel-intrinsic.ll 186 ; ARM: strb r1, [r0, #4]
188 ; ARM: strb r1, [r0, #5]
190 ; ARM: strb r1, [r0, #6]
192 ; ARM: strb r1, [r0, #7]
194 ; ARM: strb r1, [r0, #8]
196 ; ARM: strb r1, [r0, #9]
198 ; ARM: strb r1, [r0, #10]
200 ; ARM: strb r1, [r0, #11]
202 ; ARM: strb r1, [r0, #12]
204 ; ARM: strb r1, [r0, #13
    [all...]
  /external/llvm/test/CodeGen/Thumb2/
thumb2-strb.ll 5 ; CHECK: strb r0, [r1]
12 ; CHECK: strb.w r0, [r1, #4092]
20 ; CHECK: strb r0, [r1, #-128]
29 ; CHECK: strb r0, [r1, r2]
38 ; CHECK: strb r0, [r1, #-128]
48 ; CHECK: strb r0, [r1, r2]
58 ; CHECK: strb.w r0, [r1, r2, lsl #2]
70 ; CHECK: strb r0, [r1, r2]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/String/
regress-83293.js 32 * str.replace(strA, strB) == str.replace(new RegExp(strA),strB).
51 var summ_OLD = 'Testing str.replace(strA, strB) == str.replace(new RegExp(strA),strB)';
60 var strB = 'Z';
73 * When this bug was filed, str.replace(strA, strB) would return no value
85 actual = str.replace(strA, strB);
86 expect = str.replace(new RegExp(strA), strB);
91 actual = str.replace(strA, strB);
92 expect = str.replace(new RegExp(strA), strB);
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-armv4.S 110 strb r4,[r0,#12+3]
112 strb r9,[r0,#12+2]
114 strb r10,[r0,#12+1]
115 strb r11,[r0,#12]
125 strb r5,[r0,#8+3]
127 strb r9,[r0,#8+2]
129 strb r10,[r0,#8+1]
130 strb r11,[r0,#8]
140 strb r6,[r0,#4+3]
142 strb r9,[r0,#4+2
    [all...]
  /external/v8/test/cctest/
test-disasm-arm.cc 578 COMPARE(strb(r0, MemOperand(r1)),
579 "e5c10000 strb r0, [r1, #+0]");
580 COMPARE(strb(r2, MemOperand(r3, 42)),
581 "e5c3202a strb r2, [r3, #+42]");
582 COMPARE(strb(r4, MemOperand(r5, -42)),
583 "e545402a strb r4, [r5, #-42]");
584 COMPARE(strb(r6, MemOperand(r7, 42, PostIndex)),
585 "e4c7602a strb r6, [r7], #+42");
586 COMPARE(strb(r8, MemOperand(r9, -42, PostIndex)),
587 "e449802a strb r8, [r9], #-42")
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 199 STRB tmp5, [mb,#8] ;// store row 2 col 1
202 STRB tmp6, [mb],#1 ;// store row 1 col 1
205 STRB tmp7, [mb,#8] ;// store row 2 col 2
208 STRB tmp8, [mb],#1 ;// store row 1 col 2
270 STRB tmp5, [mb,#8] ;// store row 2 col 1
273 STRB tmp6, [mb],#1 ;// store row 1 col 1
276 STRB tmp7, [mb,#8] ;// store row 2 col 2
279 STRB tmp8, [mb],#1 ;// store row 1 col 2
  /external/libvpx/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copysrcframe_func_neon.asm 90 strb r8, [r3], #1
92 strb r8, [r11], #1
137 strb r8, [r3], #1
196 strb r8, [r3], #1
198 strb r8, [r11], #1
239 strb r8, [r3], #1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_DecodeCoeffsToPair_s.S 53 STRB r5,[r2,#0]
216 STRB r7,[r4],#1
221 STRB r1,[r4],#1
225 STRB r1,[r4],#1
250 STRB r8,[r0],#1
251 STRB r9,[r0],#1
254 STRB r9,[r0],#1

Completed in 1140 milliseconds

1 2 3 4 5