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

1 2

  /external/stlport/src/
sparc_atomic.s 17 mov %o1, %o3 ! Set the new value
18 ! swap [%o0], %o3 ! Do the compare and swap
19 cas [%o0], %o2, %o3
20 cmp %o2, %o3 ! Check whether successful
36 add %o2, 0x1, %o3 ! Increment and store current
37 ! swap [%o0], %o3 ! Do the compare and swap
38 cas [%o0], %o2, %o3
39 cmp %o3, %o2 ! Check whether successful
58 sub %o2, 0x1, %o3 ! decrement and store current
59 ! swap [%o0], %o3 ! Do the compare and swa
    [all...]
sparc_atomic64.s 15 mov %o1, %o3 ! Set the new value
16 casx [%o0], %o2, %o3 ! Do the compare and swap
17 cmp %o2, %o3 ! Check whether successful
34 addx %o2, 0x1, %o3 ! Increment and store current
35 casx [%o0], %o2, %o3 ! Do the compare and swap
36 cmp %o3, %o2 ! Check whether successful
54 subx %o2, 0x1, %o3 ! decrement and store current
55 casx [%o0], %o2, %o3 ! Do the compare and swap
56 cmp %o3, %o2 ! Check whether successful
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic.s 17 mov %o1, %o3 ! Set the new value
18 ! swap [%o0], %o3 ! Do the compare and swap
19 cas [%o0], %o2, %o3
20 cmp %o2, %o3 ! Check whether successful
36 add %o2, 0x1, %o3 ! Increment and store current
37 ! swap [%o0], %o3 ! Do the compare and swap
38 cas [%o0], %o2, %o3
39 cmp %o3, %o2 ! Check whether successful
58 sub %o2, 0x1, %o3 ! decrement and store current
59 ! swap [%o0], %o3 ! Do the compare and swa
    [all...]
sparc_atomic64.s 15 mov %o1, %o3 ! Set the new value
16 casx [%o0], %o2, %o3 ! Do the compare and swap
17 cmp %o2, %o3 ! Check whether successful
34 addx %o2, 0x1, %o3 ! Increment and store current
35 casx [%o0], %o2, %o3 ! Do the compare and swap
36 cmp %o3, %o2 ! Check whether successful
54 subx %o2, 0x1, %o3 ! decrement and store current
55 casx [%o0], %o2, %o3 ! Do the compare and swap
56 cmp %o3, %o2 ! Check whether successful
  /external/webkit/LayoutTests/fast/js/resources/
codegen-temporaries-multiple-global-blocks-2.js 14 var o3 = { a: 1 };
15 var v3 = o3;
17 shouldBe("o3.a", "2");
  /external/v8/test/mjsunit/compiler/
inline-two.js 69 var o3 = {};
70 o3.v = obj;
71 o3.h = function() { return this.v.foo(); };
72 for (var i = 0; i < 5; i++) TestInlineX2(o3);
74 TestInlineX2(o3);
75 TestInlineX2({h: o3.h, v:obj});
94 var o3 = {};
95 o3.v = obj;
96 o3.f = function() { return this.v; }
97 o3.h = function() { return this.f().g(); }
    [all...]
pic.js 53 var o3 = { y: 1, z: 2, x: 0 };
54 o1.f = o2.f = o3.f = function() { return 99; }
61 Test(o3);
66 Test(o3);
simple-inlining.js 88 var o3 = {y:0,x:42};
89 o3.h = function() { return this.x; };
90 for (var i = 0; i < 5; i++) TestInlineThisX(o3);
92 TestInlineThisX(o3);
93 TestInlineThisX({h: o3.h, x:42});
  /external/openssl/crypto/
sparccpuid.S 76 clr %o3
151 clr %o3
208 1: add %o1,%o2,%o3
209 .word 0xd7e2100a !cas [%o0],%o2,%o3, compare [%o0] with %o2 and swap %o3
210 cmp %o2,%o3
212 mov %o3,%o2 ! cas is always fetching to dest. register
272 .word 0x97410000 !rd %tick,%o3
280 sub %o3,%o2,%o2
281 sub %o4,%o3,%o
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
ComputeSerialVersionUIDTest.java 19 SerializationTestClass.TestClassModifierAbstract o3 = (SerializationTestClass.TestClassModifierAbstract) ois local
35 SerializationTestClass.TestIntefacesAB o3 = (SerializationTestClass.TestIntefacesAB) ois local
67 SerializationTestClass.TestFieldsTwoFinal o3 = (SerializationTestClass.TestFieldsTwoFinal) ois local
105 SerializationTestClass.TestConstructorPrivate o3 = (SerializationTestClass.TestConstructorPrivate) ois local
127 SerializationTestClass.TestMethodFinal o3 = (SerializationTestClass.TestMethodFinal) ois local
  /external/openssl/crypto/bn/asm/
sparcv8plus.S 99 * egcs-1.1.2 -mcpu=ultrasparc -O3 +35-45%
105 * egcs-1.1.2 -mv8 -O3 +35-45%
188 srl %o3,%g0,%o3 ! clruw %o3
196 mulx %o3,%g2,%g2
205 mulx %o3,%g3,%g3
214 mulx %o3,%g2,%g2
222 mulx %o3,%g3,%g3
240 mulx %o3,%g2,%g
    [all...]
sparcv8.S 62 umul %o3,%g2,%g2
72 umul %o3,%g3,%g3
83 umul %o3,%g2,%g2
93 umul %o3,%g3,%g3
115 umul %o3,%g2,%g2
127 umul %o3,%g2,%g2
139 umul %o3,%g2,%g2
174 umul %o3,%g2,%g2
181 umul %o3,%g3,%g3
189 umul %o3,%g2,%g
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-nontrivial-union.cpp 118 optional<non_trivial> o3{*o2};
  /external/libffi/src/sparc/
v9.S 79 ldx [%l0+ARGS+24], %o3
118 stx %o3, [%i4+24]
181 add %fp, STACK_BIAS-128, %o3
v8.S 56 ld [%l0+ARGS+12], %o3
143 add %fp, -16, %o3
  /external/guava/guava-tests/test/com/google/common/base/
ToStringHelperTest.java 123 Object o3 = new Object() {}; local
139 Object o3 = new Object() {}; local
  /external/v8/src/
uri.js 139 var o3 = octets[3];
150 if ((o3 < 0x80) || (o3 > 0xbf)) {
153 var d = (o3 & 0x3f);
  /external/libvpx/libvpx/vp8/common/arm/armv6/
idct_v6.asm 119 uadd16 r6, r11, r0 ; d (o3 | o7)
153 add r11, r11, r6, asr #19 ; p3 + o3
158 usat r11, #8, r11 ; d3 = clip8(p3 + o3)
  /external/v8/test/mjsunit/
array-tostring.js 84 var o3 = {length: 3, 0: 1, 1: 2, 2: 3,
87 expectedThis = o3;
88 assertEquals(success, o3.toString());
large-object-allocation.js 124 this.o3 = i;
  /external/openssl/crypto/aes/asm/
aes-sparcv9.pl 45 $acc5="%o3";
523 ld [%i0+12],%o3
533 st %o3,[%i1+12]
583 or %l4,%l6,%o3
612 srl %o3,24,%l4
615 srl %o3,16,%l5
617 srl %o3,8,%l6
620 stb %o3,[%i1+15]
1069 ld [%i0+12],%o3
1079 st %o3,[%i1+12
    [all...]
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_short_fdct4x4_armv6.asm 47 smlsdx r7, r7, r12, r10 ; o3 = (d1 * 2217 - c1 * 5352 + 7500)
52 pkhbt r6, r5, r7, lsl #4 ; [o3 | o2]
209 str r4, [r1, #4] ; [ o3 | o2]
  /external/v8/test/mjsunit/harmony/
proxies.js     [all...]
  /external/elfutils/tests/
run-allregs.sh     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.h 809 #define gimple_build_assign_with_ops(c,o1,o2,o3) \
810 gimple_build_assign_with_ops_stat (c, o1, o2, o3, NULL_TREE MEM_STAT_INFO)
811 #define gimple_build_assign_with_ops3(c,o1,o2,o3,o4) \
812 gimple_build_assign_with_ops_stat (c, o1, o2, o3, o4 MEM_STAT_INFO)
    [all...]

Completed in 3203 milliseconds

1 2