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

1 2

  /external/linux-tools-perf/perf-3.12.0/arch/arc/lib/
memcpy-700.S 55 stb.ab r12,[r5,1]
60 stb.ab r12,[r5,1]
62 stb.ab r3,[r5,1]
65 stb r12,[r5,0]
memset.S 23 stb r1,[r3,-1]
29 stb.ab r1,[r4,1]
46 stb.ab r1,[r4,1]
  /external/llvm/test/MC/Sparc/
sparc-mem-instructions.s 39 ! CHECK: stb %o2, [%i0+%l6] ! encoding: [0xd4,0x2e,0x00,0x16]
40 stb %o2, [%i0 + %l6]
41 ! CHECK: stb %o2, [%i0+32] ! encoding: [0xd4,0x2e,0x20,0x20]
42 stb %o2, [%i0 + 32]
43 ! CHECK: stb %o2, [%g1] ! encoding: [0xd4,0x28,0x60,0x00]
44 stb %o2, [%g1]
  /external/linux-tools-perf/perf-3.12.0/arch/m32r/lib/
memcpy.S 42 addi r2, #-1 || stb r7, @r4+
47 addi r2, #-1 || stb r7, @r4
84 stb r7, @r4
memset.S 35 stb r1, @r4 || addi r4, #1
84 addi r2, #-1 || stb r1, @r4+
88 addi r2, #-1 || stb r1, @r4
113 stb r1, @r4
170 stb r1, @r4
  /external/linux-tools-perf/perf-3.12.0/arch/sparc/lib/
memset.S 78 EX(stb %g3, [%o0], sub %o1, 0)
82 EX(stb %g3, [%o0 + 0x01], sub %o1, 1)
84 EX(stb %g3, [%o0 + 0x02], sub %o1, 2)
152 EX(stb %g3, [%o0], and %o1, 1)
165 EX(stb %g3, [%o0 - 1], add %o1, 1)
memcpy.S 58 stb %t0, [%dst - (offset) - 0x02]; \
59 stb %t1, [%dst - (offset) - 0x01];
97 stb %t0, [%dst + (offset) + 0x00]; \
98 stb %t1, [%dst + (offset) + 0x01];
167 stb %o4, [%o0]
192 stb %g2, [%o0]
300 stb %g2, [%o0]
365 stb %g2, [%o0]
384 stb %g5, [%i0]
391 stb %g3, [%i0
    [all...]
  /art/test/031-class-attributes/src/
ClassAttrs.java 326 StringBuilder stb = new StringBuilder(); local
329 stb.append("[" + types.length + "]");
333 stb.append(" ");
336 stb.append(", ");
338 stb.append(t.toString());
341 return stb.toString();
  /external/openssl/crypto/aes/asm/
aes-parisc.pl 127 stb $acc0,0($out)
129 stb $acc1,1($out)
131 stb $acc2,2($out)
133 stb $s0,3($out)
135 stb $acc4,4($out)
137 stb $acc5,5($out)
139 stb $acc6,6($out)
141 stb $s1,7($out)
143 stb $acc0,8($out)
145 stb $acc1,9($out
    [all...]
aes-ppc.pl 423 stb $acc00,0($out)
425 stb $acc01,1($out)
426 stb $acc02,2($out)
428 stb $s0,3($out)
430 stb $acc04,4($out)
432 stb $acc05,5($out)
433 stb $acc06,6($out)
435 stb $s1,7($out)
437 stb $acc08,8($out)
439 stb $acc09,9($out
    [all...]
aes-sparcv9.pl 592 stb %l0,[%i1+0]
594 stb %l1,[%i1+1]
595 stb %l2,[%i1+2]
597 stb %o0,[%i1+3]
600 stb %l4,[%i1+4]
602 stb %l5,[%i1+5]
603 stb %l6,[%i1+6]
605 stb %o1,[%i1+7]
608 stb %l0,[%i1+8]
610 stb %l1,[%i1+9
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syscall-ppc32-linux.S 114 stb 5,OFFSET_ppc32_CR0_0(30) /* gst->CR0.SO = cr0.so */
syscall-ppc64-linux.S 122 stb 5,OFFSET_ppc64_CR0_0(30) /* gst->CR0.SO = cr0.so */
  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
sparc_clip.S 129 stb %g3, [%i2] ! LSU
156 stb %g2, [%i3] ! LSU
161 1: stb %g3, [%i4] ! LSU Group
215 stb %g3, [%i2] ! LSU
226 stb %g2, [%i3] ! LSU
231 1: stb %g3, [%i4] ! LSU Group
  /external/iproute2/misc/
rtacct.c 546 struct stat stb; local
557 if (fstat(fd, &stb) != 0) {
561 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
565 if (stb.st_size != sizeof(*hist_db))
590 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) {
ifstat.c 686 struct stat stb; local
701 if (fstat(fileno(hist_fp), &stb) != 0) {
705 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
717 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) {
nstat.c 538 struct stat stb; local
553 if (fstat(fileno(hist_fp), &stb) != 0) {
557 if (stb.st_nlink != 1 || stb.st_uid != getuid()) {
569 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) {
  /external/mesa3d/src/mesa/sparc/
sparc_clip.S 129 stb %g3, [%i2] ! LSU
156 stb %g2, [%i3] ! LSU
161 1: stb %g3, [%i4] ! LSU Group
215 stb %g3, [%i2] ! LSU
226 stb %g2, [%i3] ! LSU
231 1: stb %g3, [%i4] ! LSU Group
  /external/openssl/crypto/
ppccpuid.pl 106 stb r0,0(r3)
112 stb r0,0(r3)
pariscid.pl 108 stb %r0,0($inp)
123 stb %r0,0($inp)
  /external/linux-tools-perf/perf-3.12.0/arch/powerpc/lib/
memcpy_64.S 73 stb r9,0(r3)
156 stb r9,0(r3)
167 stb r0,0(r3)
201 stb r0,0(r3)
memcpy_power7.S 48 stb r0,0(r3)
208 stb r0,0(r3)
281 stb r0,0(r3)
438 stb r0,0(r3)
453 stb r0,0(r3)
642 stb r0,0(r3)
  /external/qemu/include/exec/
softmmu_exec.h 161 #define stb(p, v) stb_data(p, v) macro
  /external/javassist/src/main/javassist/compiler/
Javac.java 212 SymbolTable stb = new SymbolTable(stable); local
213 Stmnt s = p.parseStatement(stb);
564 SymbolTable stb = new SymbolTable(stable); local
566 Stmnt s = p.parseStatement(stb);
  /external/openssl/crypto/sha/asm/
sha1-ppc.pl 227 stb r16,0(r20)
228 stb r17,1(r20)
229 stb r18,2(r20)
230 stb r19,3(r20)

Completed in 508 milliseconds

1 2