HomeSort by relevance Sort by last modified time
    Searched full:strb (Results 76 - 100 of 183) sorted by null

1 2 34 5 6 7 8

  /external/llvm/test/MC/ARM/
arm-memory-instructions.s 349 @ STRB (immediate)
351 strb r9, [r2]
352 strb r7, [r1, #3]
353 strb r6, [r4, #405]!
354 strb r5, [r7], #72
355 strb r1, [sp], #-1
357 @ CHECK: strb r9, [r2] @ encoding: [0x00,0x90,0xc2,0xe5]
358 @ CHECK: strb r7, [r1, #3] @ encoding: [0x03,0x70,0xc1,0xe5]
359 @ CHECK: strb r6, [r4, #405]! @ encoding: [0x95,0x61,0xe4,0xe5]
360 @ CHECK: strb r5, [r7], #72 @ encoding: [0x48,0x50,0xc7,0xe4
    [all...]
  /hardware/samsung_slsi/exynos5/libswconverter/
csc_ARGB8888_to_YUV420SP_NEON.s 237 strb r7, [r0],#1
239 strb r7, [r0],#1
287 strb r7, [r1],#1
289 strb r12, [r1],#1
341 strb r7, [r4],#1
343 strb r7, [r4],#1
  /dalvik/vm/mterp/armv5te/
OP_APUT_OBJECT.S 42 strb r2, [r2, r1, lsr #GC_CARD_SHIFT] @ mark card using object head
  /external/llvm/test/CodeGen/ARM/
fast-isel-load-store-verify.ll 48 ; ALL: strb
  /external/llvm/test/Linker/
2004-05-07-TypeResolution1.ll 21 @strb = constant [11 x i8] zeroinitializer ; <[11 x i8]*> [#uses=0]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
filter_v6.asm 352 strb lr, [r1], r2 ; the result is transposed back and stored
357 strb r10, [r1], r2
416 strb r5, [r1], r2 ; the result is transposed back and stored
418 strb r6, [r1], r2
506 strb lr, [r1], #1 ; store the result
510 strb r10, [r1], #1
600 strb lr, [r1], r12 ; store the result for the column
604 strb r10, [r1], r12
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 92 strb r4,[r1],#+1 @ store a byte, increment pointer
93 strb r4,[r9,r2] @ store a byte to text_buf[r]
152 strb r3,[r10],#+1 @ store a linefeed, increment pointer
153 strb r0,[r10],#+1 @ NUL terminate, increment pointer
288 strb r5,[r10],#+1 @ store a byte, increment pointer
294 strb r0,[r10],#-1 @ replace last value with NUL
307 strb r3,[r10],#+1 @ store a byte, increment pointer
387 strb r8,[r10],#-1 @ store a byte, decrement pointer
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdFillRow7.s 67 STRB tmp1, [fill], #1
174 STRB tmp2, [fill], #1
  /libcore/luni/src/test/java/libcore/java/io/
OldStreamTokenizerTest.java 52 String strb = "-3.8 'BLIND mice' \r sEe /* how */ they run"; local
54 StringReader ba = new StringReader(strb);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_context.c 475 struct st_renderbuffer *strb = stfb->strb; local
479 u_sampler_view_default_template(&view_templ, strb->texture, strb->texture->format);
480 view = pipe->create_sampler_view(pipe, strb->texture, &view_templ);
image.c 568 struct st_renderbuffer *strb = ctx->draw_buffer->strb; local
575 vg_copy_surface(ctx, strb->surface, dx, dy,
588 struct st_renderbuffer *strb = ctx->draw_buffer->strb; local
599 strb->surface, sx, sy, width, height);
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_context.c 475 struct st_renderbuffer *strb = stfb->strb; local
479 u_sampler_view_default_template(&view_templ, strb->texture, strb->texture->format);
480 view = pipe->create_sampler_view(pipe, strb->texture, &view_templ);
image.c 568 struct st_renderbuffer *strb = ctx->draw_buffer->strb; local
575 vg_copy_surface(ctx, strb->surface, dx, dy,
588 struct st_renderbuffer *strb = ctx->draw_buffer->strb; local
599 strb->surface, sx, sy, width, height);
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 43 STRB(AL, s.reg, addr.reg, immed12_pre(0));
45 STRB(AL, s.reg, addr.reg, immed12_pre(1));
47 STRB(AL, s.reg, addr.reg, immed12_pre(2));
59 if (inc) STRB(AL, s.reg, addr.reg, immed12_post(1));
60 else STRB(AL, s.reg, addr.reg);
ARMAssemblerProxy.cpp 221 void ARMAssemblerProxy::STRB(int cc, int Rd, int Rn, uint32_t offset) {
222 mTarget->STRB(cc, Rd, Rn, offset);
  /external/valgrind/main/coregrind/
m_trampoline.S 611 strb r3, [ip, #4]
614 strb r2, [ip, #3]
617 strb r3, [ip, #2]
620 strb r2, [ip, #1]
632 strb r3, [r4], #-1
645 strb r3, [ip, #0]
648 strb r2, [ip, #1]
650 strb r3, [ip, #2]
653 strb r2, [ip, #3]
664 strb r3, [ip], #
    [all...]
  /external/chromium_org/native_client_sdk/src/web/
index.html 38 var strB = parsedB[1];
45 return (strA < strB) ? -1 : (strA > strB ? 1 : 0)
  /external/llvm/test/MC/Disassembler/ARM/
memory-arm-instructions.txt 333 # STRB (immediate)
335 # CHECK: strb r9, [r2
336 # CHECK: strb r7, [r1, #3
337 # CHECK: strb r6, [r4, #405]!
338 # CHECK: strb r5, [r7], #72
339 # CHECK: strb r1, [sp], #-1
348 # FIXME: STRB (literal)
352 # STRB (register)
354 # CHECK: strb r1, [r2, r9
355 # CHECK: strb r2, [r3, -r
    [all...]
arm-tests.txt 284 # CHECK: strb r9, [r10, #0]!
351 # CHECK: strb r3, [r2], #1
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawpixels.c 836 struct st_renderbuffer *strb; local
853 strb = st_renderbuffer(ctx->DrawBuffer->
861 _mesa_is_format_packed_depth_stencil(strb->Base.Format)) {
869 pt = pipe_get_transfer(pipe, strb->texture,
870 strb->rtt_level, strb->rtt_face + strb->rtt_slice,
1300 struct st_renderbuffer *strb = local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 836 struct st_renderbuffer *strb; local
853 strb = st_renderbuffer(ctx->DrawBuffer->
861 _mesa_is_format_packed_depth_stencil(strb->Base.Format)) {
869 pt = pipe_get_transfer(pipe, strb->texture,
870 strb->rtt_level, strb->rtt_face + strb->rtt_slice,
1300 struct st_renderbuffer *strb = local
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-8.0.4.html 50 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=50033">Bug 50033</a> - src/mesa/state_tracker/st_cb_fbo.c:379:st_render_texture: Assertion `strb-&gt;rtt_level &lt;= strb-&gt;texture-&gt;last_level' failed.</li>
  /external/llvm/test/CodeGen/AArch64/
func-argpassing.ll 18 ; CHECK: strb w1, [{{x[0-9]+}}, #:lo12:var8]
119 ; CHECK: strb {{w[0-9]+}}, [x8, #8]
  /external/mesa3d/docs/
relnotes-8.0.4.html 50 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=50033">Bug 50033</a> - src/mesa/state_tracker/st_cb_fbo.c:379:st_render_texture: Assertion `strb-&gt;rtt_level &lt;= strb-&gt;texture-&gt;last_level' failed.</li>
  /build/tools/
adbs 93 # 833c: 701a strb r2, [r3, #0]

Completed in 679 milliseconds

1 2 34 5 6 7 8