HomeSort by relevance Sort by last modified time
    Searched refs:o0 (Results 1 - 22 of 22) sorted by null

  /external/stlport/src/
sparc_atomic.s 16 ld [%o0], %o2 ! Set the current value
18 ! swap [%o0], %o3 ! Do the compare and swap
19 cas [%o0], %o2, %o3
23 mov %o2, %o0 ! Set the new value
35 ld [%o0], %o2 ! set the current
37 ! swap [%o0], %o3 ! Do the compare and swap
38 cas [%o0], %o2, %o3
57 ld [%o0], %o2 ! set the current
59 ! swap [%o0], %o3 ! Do the compare and swap
60 cas [%o0], %o2, %o
    [all...]
sparc_atomic64.s 14 ldx [%o0], %o2 ! Set the current value
16 casx [%o0], %o2, %o3 ! Do the compare and swap
22 mov %o2, %o0 ! Set the new value
33 ldx [%o0], %o2 ! set the current
35 casx [%o0], %o2, %o3 ! Do the compare and swap
41 mov %o1, %o0 ! Set the return value
53 ldx [%o0], %o2 ! set the current
55 casx [%o0], %o2, %o3 ! Do the compare and swap
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic.s 16 ld [%o0], %o2 ! Set the current value
18 ! swap [%o0], %o3 ! Do the compare and swap
19 cas [%o0], %o2, %o3
23 mov %o2, %o0 ! Set the new value
35 ld [%o0], %o2 ! set the current
37 ! swap [%o0], %o3 ! Do the compare and swap
38 cas [%o0], %o2, %o3
57 ld [%o0], %o2 ! set the current
59 ! swap [%o0], %o3 ! Do the compare and swap
60 cas [%o0], %o2, %o
    [all...]
sparc_atomic64.s 14 ldx [%o0], %o2 ! Set the current value
16 casx [%o0], %o2, %o3 ! Do the compare and swap
22 mov %o2, %o0 ! Set the new value
33 ldx [%o0], %o2 ! set the current
35 casx [%o0], %o2, %o3 ! Do the compare and swap
41 mov %o1, %o0 ! Set the return value
53 ldx [%o0], %o2 ! set the current
55 casx [%o0], %o2, %o3 ! Do the compare and swap
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 72 # than 32 bit in %g1-%g4 and %o0-%o5. %l0-%l7 and %i0-%i5 are used
142 ld [%i4+4],%o0
143 sllx %o0,32,%o0
144 or %o0,$n0,$n0 ! $n0=n0[1].n0[0]
148 add %sp,$bias,%o0 ! real top of stack
151 sub %o0,%o1,%o0
152 and %o0,-2048,%o0 ! optimize TLB utilizatio
    [all...]
sparcv8plus.S 75 * that you actually may rely upon %o0-%o5 and %g1-%g4 being fully
182 clr %o0
194 lduw [%o0],%g1
200 stuw %o4,[%o0]
203 lduw [%o0+4],%g1
209 stuw %o4,[%o0+4]
212 lduw [%o0+8],%g1
218 stuw %o4,[%o0+8]
221 lduw [%o0+12],%g1
224 inc 16,%o0
    [all...]
sparcv8.S 52 clr %o0
60 ld [%o0],%o4
67 st %o4,[%o0]
70 ld [%o0+4],%o4
78 st %o4,[%o0+4]
81 ld [%o0+8],%o4
89 st %o4,[%o0+8]
92 ld [%o0+12],%o4
94 inc 16,%o0
99 st %o4,[%o0-4
    [all...]
sparcv9-mont.pl 58 $car0="%o0";
88 clr %o0
266 ld [$tp+%o7],%o0
268 subccc %o0,%o1,%o1 ! tp[j]-np[j]
280 ld [$ap+%o7],%o0 ! copy or in-place refresh
282 st %o0,[$rp+%o7]
  /external/openssl/crypto/
sparccpuid.S 36 mov .zero-(.-4),%o0
37 ld [%o0],%f0
38 ld [%o0],%f1
40 subcc %g0,1,%o0
41 ! Following is V9 "rd %ccr,%o0" instruction. However! V8
42 ! specification says that it ("rd %asr2,%o0" in V8 terms) does
47 .word 0x91408000 !rd %ccr,%o0
48 cmp %o0,0x99
70 clr %o0
134 add %o0,%o7,%o
    [all...]
  /external/libffi/src/sparc/
v8.S 49 mov %l0, %o0 ! call routine to set up frame
53 ld [%l0+ARGS], %o0 ! call foreign function
70 st %o0, [%i4] ! (delay)
90 st %o0, [%i4+0]
139 mov %g2, %o0
147 cmp %o0, FFI_TYPE_VOID
150 cmp %o0, FFI_TYPE_INT
153 cmp %o0, FFI_TYPE_FLOAT
157 cmp %o0, FFI_TYPE_DOUBLE
162 cmp %o0, FFI_TYPE_LONGDOUBL
    [all...]
v9.S 54 mov %l0, %o0 ! call routine to set up frame
57 brz,pt %o0, 1f
58 ldx [%l0+ARGS], %o0 ! call foreign function
91 stx %o0, [%i4+0] ! (delay)
115 stx %o0, [%i4+0]
177 mov %g1, %o0
185 cmp %o0, FFI_TYPE_VOID
188 cmp %o0, FFI_TYPE_INT
191 cmp %o0, FFI_TYPE_FLOAT
195 cmp %o0, FFI_TYPE_DOUBL
    [all...]
  /external/v8/src/
uri.js 105 var o0 = octets[0];
106 if (o0 < 0x80) {
107 value = o0;
108 } else if (o0 < 0xc2) {
112 if (o0 < 0xe0) {
113 var a = o0 & 0x1f;
124 if (o0 < 0xf0) {
125 var a = o0 & 0x0f;
140 if (o0 < 0xf8) {
141 var a = (o0 & 0x07)
    [all...]
  /external/libsepol/tests/
Makefile 5 CFLAGS += -g3 -gdwarf-2 -o0 -Wall -W -Wundef -Wmissing-noreturn -Wmissing-format-attribute -Wno-unused-parameter -Werror
  /external/openssl/crypto/aes/asm/
aes-sparcv9.pl 40 $acc1="%o0";
515 or %o0,%o1,%g1
520 ld [%i0+0],%o0
530 st %o0,[%i1+0]
555 or %l0,%l2,%o0
590 srl %o0,24,%l0
591 srl %o0,16,%l1
593 srl %o0,8,%l2
597 stb %o0,[%i1+3]
1061 or %o0,%o1,%g
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
idct_v6.asm 77 str r9, [r0], #4 ; o1 | o0
139 add r0, r0, r7, asr #19 ; p0 + o0
143 usat r0, #8, r0 ; d0 = clip8(p0 + o0)
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_short_fdct4x4_armv6.asm 43 smuad r4, r6, lr ; o0 = (i1+i2)*8 + (i0+i3)*8
51 pkhbt r3, r4, r6, lsl #4 ; [o1 | o0], keep in register for PART 2
155 str r4, [r1, #0] ; [ o1 | o0]
  /external/v8/test/mjsunit/harmony/
proxies.js     [all...]
  /external/v8/test/cctest/
test-api.cc 7688 Local<v8::Object> o0 = t0->GetFunction()->NewInstance(); local
7732 Local<v8::Object> o0 = t0->GetFunction()->NewInstance(); local
7865 Local<v8::Object> o0 = t->GetFunction()->NewInstance(); local
    [all...]
test-debug.cc 4344 v8::Handle<v8::Object> o0 = t0->GetFunction()->NewInstance(); local
    [all...]
  /external/elfutils/tests/
run-allregs.sh     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 735 milliseconds