/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/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/v8/src/ |
uri.js | 134 var o3 = octets[3]; 143 if ((o3 < 0x80) || (o3 > 0xbf)) 145 var d = (o3 & 0x3f);
|
/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/vp8/encoder/arm/armv6/ |
vp8_fast_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/libvpx/vp8/common/arm/armv6/ |
idct_v6.asm | 308 uadd16 r6, r11, r1 ; d (o3 | o7) d 323 mov r8, r6, asr #19 ; o3 >> 3 324 strh r8, [r0, #6] ; o3
|
/external/pcre/ |
RunGrepTest | 324 (cd $srcdir; $valgrind $pcregrep -o3 '(?<=PAT)TERN (ap(pear)s)' ./testdata/grepinput) >>testtry
|
/external/v8/test/mjsunit/ |
large-object-allocation.js | 124 this.o3 = i;
|
/external/v8/test/cctest/ |
test-heap-profiler.cc | 156 // o3 <- A, B 157 JSObjectsCluster o3 = local 171 CHECK_EQ(coarser.GetCoarseEquivalent(o3), coarser.GetCoarseEquivalent(o4)); 172 CHECK_NE(coarser.GetCoarseEquivalent(o1), coarser.GetCoarseEquivalent(o3)); [all...] |
/dalvik/tests/089-jumbo-opcodes/src/ |
Main.java | 865 void useRegs(Object o1, Object o2, Object o3, Object o4, Object o5,
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
gimple.h | 781 #define gimple_build_assign_with_ops(c,o1,o2,o3) \ 782 gimple_build_assign_with_ops_stat (c, o1, o2, o3 MEM_STAT_INFO) [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
gimple.h | 781 #define gimple_build_assign_with_ops(c,o1,o2,o3) \ 782 gimple_build_assign_with_ops_stat (c, o1, o2, o3 MEM_STAT_INFO) [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
gimple.h | 781 #define gimple_build_assign_with_ops(c,o1,o2,o3) \ 782 gimple_build_assign_with_ops_stat (c, o1, o2, o3 MEM_STAT_INFO) [all...] |