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

1 2 3 4

  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarieddi.S 36 movel sp@(4),a0 /* Value of EdDI cookie */
40 jsr (a0)
SDL_xbiosinterrupt.S 45 movel sp@(4),a0
56 movel a0@(16),oldmousevector
57 movel d0,a0@(16)
65 movel a0@(24),oldjoystickvector
66 movel d0,a0@(24)
78 movel sp@(4),a0
88 movel d0,a0@(16)
95 movel d0,a0@(24)
115 moveb (a0),d0
120 moveb a0@(1),d
    [all...]
SDL_ikbdinterrupt.S 45 moveml d0-d1/a0-a1,sp@-
53 lea 0xfffffa00:w,a0
54 btst #6,a0@(0x09)
56 btst #6,a0@(0x15)
78 moveml sp@+,d0-d1/a0-a1
84 movel a0,sp@-
92 lea 0xfffffa00:w,a0
94 bclr #6,a0@(0x09)
97 bset #6,a0@(0x09)
100 bclr #6,a0@(0x15
    [all...]
SDL_ataric2p.S 63 movel c2p_cursrc,a0
66 movel a0,a2
69 movel a0@+,d0
70 movel a0@+,d1
71 movel a0@+,d2
72 movel a0@+,d3
120 movel a0@+,d0
121 movel a0@+,d1
122 movel a0@+,d2
123 movel a0@+,d
    [all...]
  /external/qemu/fpu/
softfloat-macros.h 86 | Shifts the 128-bit value formed by concatenating `a0' and `a1' right by 64
94 | (This routine makes more sense if `a0' and `a1' are considered to form
95 | a fixed-point value with binary point between `a0' and `a1'. This fixed-
104 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
111 z0 = a0;
114 z1 = ( a0<<negCount ) | ( a1 != 0 );
115 z0 = a0>>count;
119 z1 = a0 | ( a1 != 0 );
122 z1 = ( ( a0 | a1 ) != 0 );
132 | Shifts the 128-bit value formed by concatenating `a0' and `a1' right by th
    [all...]
  /external/chromium/base/
linked_ptr_unittest.cc 38 linked_ptr<A> a0, a1, a2; local
39 a0 = a0;
41 ASSERT_EQ(a0.get(), static_cast<A*>(NULL));
44 ASSERT_TRUE(a0 == NULL);
50 a0 = a3;
51 ASSERT_TRUE(a0 == a3);
52 ASSERT_TRUE(a0 != NULL);
53 ASSERT_TRUE(a0.get() == a3);
54 ASSERT_TRUE(a0 == a3.get())
    [all...]
  /external/gtest/test/
gtest-linked_ptr_test.cc 79 linked_ptr<A> a0, a1, a2; local
80 a0 = a0;
82 ASSERT_EQ(a0.get(), static_cast<A*>(NULL));
85 ASSERT_TRUE(a0 == NULL);
91 a0 = a3;
92 ASSERT_TRUE(a0 == a3);
93 ASSERT_TRUE(a0 != NULL);
94 ASSERT_TRUE(a0.get() == a3);
95 ASSERT_TRUE(a0 == a3.get())
    [all...]
  /external/protobuf/gtest/test/
gtest-linked_ptr_test.cc 79 linked_ptr<A> a0, a1, a2; local
80 a0 = a0;
82 ASSERT_EQ(a0.get(), static_cast<A*>(NULL));
85 ASSERT_TRUE(a0 == NULL);
91 a0 = a3;
92 ASSERT_TRUE(a0 == a3);
93 ASSERT_TRUE(a0 != NULL);
94 ASSERT_TRUE(a0.get() == a3);
95 ASSERT_TRUE(a0 == a3.get())
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
IAidlTest.aidl 34 boolean[] booleanArray(in boolean[] a0, out boolean[] a1, inout boolean[] a2);
35 char[] charArray(in char[] a0, out char[] a1, inout char[] a2);
36 int[] intArray(in int[] a0, out int[] a1, inout int[] a2);
37 long[] longArray(in long[] a0, out long[] a1, inout long[] a2);
38 float[] floatArray(in float[] a0, out float[] a1, inout float[] a2);
39 double[] doubleArray(in double[] a0, out double[] a1, inout double[] a2);
40 String[] stringArray(in String[] a0, out String[] a1, inout String[] a2);
41 AidlTest.TestParcelable[] parcelableArray(in AidlTest.TestParcelable[] a0,
AidlTest.java 123 public boolean[] booleanArray(boolean[] a0, boolean[] a1, boolean[] a2) {
124 for (int i = 0; i < a0.length && i < a2.length; i++) {
125 a2[i] = a0[i];
127 for (int i = 0; i < a0.length && i < a1.length; i++) {
128 a1[i] = a0[i];
130 return a0;
133 public char[] charArray(char[] a0, char[] a1, char[] a2) {
134 for (int i = 0; i < a0.length && i < a2.length; i++) {
135 a2[i] = a0[i];
137 for (int i = 0; i < a0.length && i < a1.length; i++)
    [all...]
  /frameworks/base/opengl/libagl/
matrix.h 86 static inline GLfixed mla2a( GLfixed a0, GLfixed b0,
100 : "%r"(a0), "r"(b0),
109 return (( int64_t(a0)*b0 +
115 static inline GLfixed mla3a( GLfixed a0, GLfixed b0,
131 : "%r"(a0), "r"(b0),
141 return (( int64_t(a0)*b0 +
151 static inline GLfixed mla3a16( GLfixed a0, int32_t b1b0,
166 : "r"(a0), "r"(b1b0),
180 accum = int64_t(a0)*int16_t(b0) >> 16;
190 static inline GLfixed mla3a16_btb( GLfixed a0,
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_it.S 87 moveml d0-d7/a0-a6,sp@-
122 lea _SDL_MintAudio_audiobuf,a0
123 movel a0@(d0:l),a1
137 moveml sp@+,d0-d7/a0-a6
161 moveml d0-d1/a0-a1,sp@-
192 lea _SDL_MintAudio_audiobuf,a0
193 movel a0@(d0:w),d1
196 lea 0xffff8900:w,a0
198 moveb d1,a0@(0x07) /* Start address */
200 moveb d1,a0@(0x05
    [all...]
  /external/libffi/src/m68k/
sysv.S 72 move.l %a0,%a1
75 move.l 24(%fp),%a0
76 jsr (%a0)
124 move.l %a0,(%a1)
158 move.l %a0,-(%sp)
173 lea -12(%fp),%a0
177 move.l (%a0)+,%d0
178 move.l (%a0),%d1
181 fmove.s (%a0),%fp0
187 fmove.d (%a0),%fp
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/timer/mint/
SDL_vbltimer.S 43 lea _my_vbl,a0
69 movel a0,(a1)
122 moveml d0-d7/a0-a6,sp@-
134 movel my_vector,a0
135 jsr a0@
147 moveml sp@+,d0-d7/a0-a6
  /external/qemu/
host-utils.c 52 uint32_t a0, a1, b0, b1; local
55 a0 = a;
61 v = (uint64_t)a0 * (uint64_t)b0;
65 v = (uint64_t)a0 * (uint64_t)b1;
  /frameworks/base/services/sensorservice/
SecondOrderLowPassFilter.h 37 float a0, a1; member in class:android::SecondOrderLowPassFilter
SecondOrderLowPassFilter.cpp 39 a0 = K*K*iD;
40 a1 = 2.0f * a0;
61 float y = (x + x2)*s.a0 + x1*s.a1 - y1*s.b1 - y2*s.b2;
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
syn_filt.c 38 Word32 i, a0; local
48 a0 = (a[0] >> 1); /* input / 2 */
54 L_tmp = vo_mult32(a0, x[i]);
95 Word32 i,a0; local
98 a0 = a[0] >> (4 + Qnew); /* input / 16 and >>Qnew */
142 L_tmp += vo_L_mult(exc[i], a0);
  /bionic/libc/kernel/arch-sh/asm/
ptrace.h 64 unsigned long a0; member in struct:pt_dspregs
  /dalvik/tests/003-omnibus-opcodes/src/
MethodCall.java 39 static void manyArgs(int a0, long a1, int a2, long a3, int a4, long a5,
46 assert(a0 == 0);
  /external/dropbear/libtommath/
bn_mp_toom_mul.c 27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
32 &a0, &a1, &a2, &b0, &b1,
40 /* a = a2 * B**2 + a1 * B + a0 */
41 if ((res = mp_mod_2d(a, DIGIT_BIT * B, &a0)) != MP_OKAY) {
72 /* w0 = a0*b0 */
73 if ((res = mp_mul(&a0, &b0, &w0)) != MP_OKAY) {
82 /* w1 = (a2 + 2(a1 + 2a0))(b2 + 2(b1 + 2b0)) */
83 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) {
113 /* w3 = (a0 + 2(a1 + 2a2))(b0 + 2(b1 + 2b2)) */
123 if ((res = mp_add(&tmp1, &a0, &tmp1)) != MP_OKAY)
    [all...]
bn_mp_toom_sqr.c 22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
33 /* a = a2 * B**2 + a1 * B + a0 */
34 if ((res = mp_mod_2d(a, DIGIT_BIT * B, &a0)) != MP_OKAY) {
49 /* w0 = a0*a0 */
50 if ((res = mp_sqr(&a0, &w0)) != MP_OKAY) {
59 /* w1 = (a2 + 2(a1 + 2a0))**2 */
60 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) {
77 /* w3 = (a0 + 2(a1 + 2a2))**2 *
    [all...]
  /external/openssl/crypto/bn/asm/
mips3.s 83 ld t1,0(a0)
85 ld t3,8(a0)
87 ld ta1,16(a0)
97 sd t1,0(a0)
102 ld ta3,24(a0)
110 sd t3,8(a0)
115 PTR_ADD a0,32
124 sd ta1,-16(a0)
137 sd ta3,-8(a0)
152 ld t1,0(a0)
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-ppc.pl 94 $ctx="r3"; # zapped by $a0
99 $a0 ="r3";
124 $ROR $a0,$e,$Sigma1[0]
129 xor $a0,$a0,$a1
133 xor $a0,$a0,$a1 ; Sigma1(e)
135 add $T,$T,$a0
137 $ROR $a0,$a,$Sigma0[0]
141 xor $a0,$a0,$a
    [all...]
sha512-x86_64.pl 62 ($T1,$a0,$a1,$a2)=("%r12","%r13","%r14","%r15");
74 ($T1,$a0,$a1,$a2)=("%r12d","%r13d","%r14d","%r15d");
98 mov $e,$a0
102 ror \$$Sigma1[0],$a0
106 xor $a1,$a0
111 xor $a1,$a0 # Sigma1(e)
116 add $a0,$T1 # T1+=Sigma1(e)
119 mov $a,$a0
123 ror \$$Sigma0[1],$a0
127 xor $a0,$
    [all...]

Completed in 355 milliseconds

1 2 3 4