Home
last modified time | relevance | path

Searched refs:d0 (Results 1 – 25 of 41) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
DSDL_xbiosinterrupt.S54 movel sp@(8),d0
57 movel d0,a0@(16)
63 movel sp@(12),d0
66 movel d0,a0@(24)
86 movel oldmousevector,d0
88 movel d0,a0@(16)
93 movel oldjoystickvector,d0
95 movel d0,a0@(24)
112 movel d0,sp@-
115 moveb (a0),d0
[all …]
DSDL_ataric2p.S57 movew c2p_width+2,d0
58 andw #-8,d0
59 movew d0,c2p_rowlen
69 movel a0@+,d0
81 eorl d0,d7
83 eorl d7,d0
97 eorl d0,d7
99 eorl d7,d0
120 movel a0@+,d0
133 eorl d0,d7
[all …]
DSDL_ikbdinterrupt.S45 moveml d0-d1/a0-a1,sp@-
78 moveml sp@+,d0-d1/a0-a1
143 moveml d0-d1/a0,sp@-
144 moveb 0xfffffc02:w,d0
148 cmpb #0xff,d0
153 cmpb #0xf8,d0
155 cmpb #0xfc,d0
161 andw #3,d0
162 movew d0,_SDL_AtariIkbd_mouseb
176 moveb d0,d1
[all …]
DSDL_atarieddi.S39 clrw d0
/external/openssl/crypto/des/
Dcfb_enc.c75 register DES_LONG d0,d1,v0,v1; in DES_cfb_encrypt() local
104 c2ln(in,d0,d1,n); in DES_cfb_encrypt()
106 d0^=ti[0]; in DES_cfb_encrypt()
108 l2cn(d0,d1,out,n); in DES_cfb_encrypt()
113 { v0=v1; v1=d0; } in DES_cfb_encrypt()
115 { v0=d0; v1=d1; } in DES_cfb_encrypt()
122 l2c(d0,iv); in DES_cfb_encrypt()
125 sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1; in DES_cfb_encrypt()
151 c2ln(in,d0,d1,n); in DES_cfb_encrypt()
156 { v0=v1; v1=d0; } in DES_cfb_encrypt()
[all …]
Dcfb64ede.c154 register DES_LONG d0,d1,v0,v1; in DES_ede3_cfb_encrypt() local
173 c2ln(in,d0,d1,n); in DES_ede3_cfb_encrypt()
175 d0^=ti[0]; in DES_ede3_cfb_encrypt()
177 l2cn(d0,d1,out,n); in DES_ede3_cfb_encrypt()
182 { v0=v1; v1=d0; } in DES_ede3_cfb_encrypt()
184 { v0=d0; v1=d1; } in DES_ede3_cfb_encrypt()
190 l2c(d0,iv); in DES_ede3_cfb_encrypt()
215 c2ln(in,d0,d1,n); in DES_ede3_cfb_encrypt()
220 { v0=v1; v1=d0; } in DES_ede3_cfb_encrypt()
222 { v0=d0; v1=d1; } in DES_ede3_cfb_encrypt()
[all …]
Dofb_enc.c71 register DES_LONG d0,d1,vv0,vv1,v0,v1,n=(numbits+7)/8; in DES_ofb_encrypt() local
108 c2ln(in,d0,d1,n); in DES_ofb_encrypt()
110 d0=(d0^vv0)&mask0; in DES_ofb_encrypt()
112 l2cn(d0,d1,out,n); in DES_ofb_encrypt()
133 v0=v1=d0=d1=ti[0]=ti[1]=vv0=vv1=0; in DES_ofb_encrypt()
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/
DSDL_mintaudio_it.S87 moveml d0-d7/a0-a6,sp@-
117 moveq #0,d0
120 movew _SDL_MintAudio_numbuf,d0
121 lsll #2,d0
123 movel a0@(d0:l),a1
137 moveml sp@+,d0-d7/a0-a6
161 moveml d0-d1/a0-a1,sp@-
188 moveq #0,d0
190 movew _SDL_MintAudio_numbuf,d0
191 lslw #2,d0
[all …]
/external/grub/netboot/
Dlinux-asm-string.h34 int d0, d1, d2; in __memcpy() local
45 : "=&c" (d0), "=&D" (d1), "=&S" (d2) in __memcpy()
105 : "=&c" (d0), "=&D" (d1), "=&S" (d2) \ in __constant_memcpy()
109 int d0, d1, d2; in __constant_memcpy() local
130 int d0, d1, d2; in memmove() local
136 : "=&c" (d0), "=&S" (d1), "=&D" (d2) in memmove()
145 : "=&c" (d0), "=&S" (d1), "=&D" (d2) in memmove()
157 int d0, d1; in __memset_generic() local
162 : "=&c" (d0), "=&D" (d1) in __memset_generic()
178 int d0, d1; in __constant_c_memset() local
[all …]
/external/openssl/crypto/bn/
Dbn_div.c144 # define bn_div_words(n0,n1,d0) \ argument
148 : "a"(n1), "d"(n0), "g"(d0) \
158 # define bn_div_words(n0,n1,d0) \ argument
162 : "a"(n1), "d"(n0), "g"(d0) \
187 BN_ULONG d0,d1; in BN_div() local
244 d0=sdiv->d[div_n-1]; in BN_div()
285 q=bn_div_3_words(wnump,d1,d0); in BN_div()
291 if (n0 == d0) in BN_div()
299 q=(BN_ULONG)(((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0); in BN_div()
301 q=bn_div_words(n0,n1,d0); in BN_div()
[all …]
Dbn_gf2m.c326 int n, dN, d0, d1; in BN_GF2m_mod_arr() local
364 d0 = n % BN_BITS2; d1 = BN_BITS2 - d0; in BN_GF2m_mod_arr()
366 z[j-n] ^= (zz>>d0); in BN_GF2m_mod_arr()
367 if (d0) z[j-n-1] ^= (zz<<d1); in BN_GF2m_mod_arr()
372 d0 = p[0] % BN_BITS2; in BN_GF2m_mod_arr()
373 d1 = BN_BITS2 - d0; in BN_GF2m_mod_arr()
374 z[j-n] ^= (zz >> d0); in BN_GF2m_mod_arr()
375 if (d0) z[j-n-1] ^= (zz << d1); in BN_GF2m_mod_arr()
382 d0 = p[0] % BN_BITS2; in BN_GF2m_mod_arr()
383 zz = z[dN] >> d0; in BN_GF2m_mod_arr()
[all …]
/external/yaffs2/yaffs2/
Dyaffs_ecc.c176 unsigned char d0, d1, d2; /* deltas */ in yaffs_ECCCorrect() local
178 d0 = read_ecc[0] ^ test_ecc[0]; in yaffs_ECCCorrect()
182 if ((d0 | d1 | d2) == 0) in yaffs_ECCCorrect()
185 if (((d0 ^ (d0 >> 1)) & 0x55) == 0x55 && in yaffs_ECCCorrect()
197 t = d0; in yaffs_ECCCorrect()
198 d0 = d1; in yaffs_ECCCorrect()
212 if (d0 & 0x80) in yaffs_ECCCorrect()
214 if (d0 & 0x20) in yaffs_ECCCorrect()
216 if (d0 & 0x08) in yaffs_ECCCorrect()
218 if (d0 & 0x02) in yaffs_ECCCorrect()
[all …]
Dyaffs_tagscompat.c378 static int yaffs_VerifyCompare(const __u8 * d0, const __u8 * d1, in yaffs_VerifyCompare() argument
382 if (memcmp(d0, d1, YAFFS_BYTES_PER_CHUNK) != 0 || in yaffs_VerifyCompare()
/external/qemu/distrib/sdl-1.2.12/src/timer/mint/
DSDL_vbltimer.S56 moveq #7,d0
61 dbra d0,bcl_search_place
64 moveq #1,d0
70 moveq #0,d0
81 movel sp@(4),d0
82 cmpl my_vector,d0
85 movel #_my_vbl,d0
97 cmpl (a1),d0
122 moveml d0-d7/a0-a6,sp@-
147 moveml sp@+,d0-d7/a0-a6
/external/jpeg/
Djdcolor.c309 INT32 d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in ycc_rgb_565D_convert() local
324 r = range_limit[DITHER_565_R(y + Crrtab[cr], d0)]; in ycc_rgb_565D_convert()
325 g = range_limit[DITHER_565_G(y + ((int)RIGHT_SHIFT(Cbgtab[cb]+Crgtab[cr], SCALEBITS)), d0)]; in ycc_rgb_565D_convert()
326 b = range_limit[DITHER_565_B(y + Cbbtab[cb], d0)]; in ycc_rgb_565D_convert()
336 r = range_limit[DITHER_565_R(y + Crrtab[cr], d0)]; in ycc_rgb_565D_convert()
337 g = range_limit[DITHER_565_G(y + ((int)RIGHT_SHIFT(Cbgtab[cb]+Crgtab[cr], SCALEBITS)), d0)]; in ycc_rgb_565D_convert()
338 b = range_limit[DITHER_565_B(y + Cbbtab[cb], d0)]; in ycc_rgb_565D_convert()
339 d0 = DITHER_ROTATE(d0); in ycc_rgb_565D_convert()
344 r = range_limit[DITHER_565_R(y + Crrtab[cr], d0)]; in ycc_rgb_565D_convert()
345 g = range_limit[DITHER_565_G(y + ((int)RIGHT_SHIFT(Cbgtab[cb]+Crgtab[cr], SCALEBITS)), d0)]; in ycc_rgb_565D_convert()
[all …]
Djdmerge.c390 INT32 d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; in h2v1_merged_upsample_565D() local
409 r = range_limit[DITHER_565_R(y + cred, d0)]; in h2v1_merged_upsample_565D()
410 g = range_limit[DITHER_565_G(y + cgreen, d0)]; in h2v1_merged_upsample_565D()
411 b = range_limit[DITHER_565_B(y + cblue, d0)]; in h2v1_merged_upsample_565D()
412 d0 = DITHER_ROTATE(d0); in h2v1_merged_upsample_565D()
415 r = range_limit[DITHER_565_R(y + cred, d0)]; in h2v1_merged_upsample_565D()
416 g = range_limit[DITHER_565_G(y + cgreen, d0)]; in h2v1_merged_upsample_565D()
417 b = range_limit[DITHER_565_B(y + cblue, d0)]; in h2v1_merged_upsample_565D()
418 d0 = DITHER_ROTATE(d0); in h2v1_merged_upsample_565D()
431 r = range_limit[DITHER_565_R(y + cred, d0)]; in h2v1_merged_upsample_565D()
[all …]
/external/libffi/src/m68k/
Dsysv.S93 move.l %d0,(%a1)
99 move.l %d0,(%a1)
130 move.b %d0,(%a1)
136 move.w %d0,(%a1)
165 lsr.l #1,%d0
168 move.l -12(%fp),%d0
174 lsr.l #2,%d0
177 move.l (%a0)+,%d0
184 lsr.l #2,%d0
193 lsr.l #2,%d0
[all …]
/external/e2fsprogs/lib/ext2fs/
Dbitops.h219 int d0, d1, d2;
237 :"=d" (res), "=&c" (d0), "=&D" (d1), "=&a" (d2)
361 int res = 0, d0; in ext2fs_find_first_bit_set() local
370 d0 = ffs(*cp); in ext2fs_find_first_bit_set()
371 if (d0 == 0) in ext2fs_find_first_bit_set()
374 return res + d0 - 1; in ext2fs_find_first_bit_set()
380 int set = 0, bit = offset & 7, res = 0, d0; in ext2fs_find_next_bit_set() local
396 d0 = ffs(*p); in ext2fs_find_next_bit_set()
397 if (d0 == 0) in ext2fs_find_next_bit_set()
400 return (res + d0 - 1); in ext2fs_find_next_bit_set()
/external/elfutils/tests/
Drun-show-ciefde.sh123 FDE[14]: bytes = 18 00 00 00 b4 01 00 00 d0 99 04 08 1f 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
127 FDE[15]: bytes = 24 00 00 00 d0 01 00 00 f0 99 04 08 39 01 00 00 41 0e 08 85 02 42 0d 05 41 87 03 4…
155 FDE[22]: bytes = 30 00 00 00 c8 02 00 00 d0 9f 04 08 b4 03 00 00 41 0e 08 85 02 42 0d 05 41 87 03 4…
215 FDE[37]: bytes = 18 00 00 00 38 00 00 00 d0 c5 04 08 17 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
235 FDE[42]: bytes = 24 00 00 00 c4 00 00 00 d0 c6 04 08 62 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 4…
283 FDE[54]: bytes = 24 00 00 00 60 00 00 00 10 d0 04 08 75 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 4…
287 FDE[55]: bytes = 24 00 00 00 88 00 00 00 90 d0 04 08 be 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 4…
/external/webkit/JavaScriptCore/wtf/
Ddtoa.cpp816 #define d0 word0(d) in b2d() macro
827 d0 = Exp_1 | y >> Ebits - k; in b2d()
834 d0 = Exp_1 | y << k | z >> 32 - k; in b2d()
838 d0 = Exp_1 | y; in b2d()
844 d0 = Exp_1 | y << k - Ebits | z >> Ebits + 16 - k; in b2d()
853 d0 = Exp_1 | y << k + 16 | z << k | w >> 16 - k; in b2d()
858 #undef d0 in b2d()
871 #define d0 word0(d) in d2b() macro
881 z = d0 & Frac_mask; in d2b()
882 d0 &= 0x7fffffff; /* clear sign bit, which we ignore */ in d2b()
[all …]
/external/srec/config/en.us/models/
Dgeneric.pht38 81 d0 Q 2
/external/webkit/WebCore/html/
DHTMLBaseElement.idl24 InterfaceUUID=e4112bea-13de-40f6-93d0-41e285ae1491,
DHTMLBRElement.idl25 ImplementationUUID=c10d45a4-b042-45d0-b170-6ac7173ee823
/external/strace/
Dsyscall.c759 static int d0; variable
1409 if (upeek(pid, 4*PT_D0, &d0) < 0)
1411 if (d0 != -ENOSYS && !(tcp->flags & TCB_INSYSCALL)) {
1413 fprintf(stderr, "stray syscall exit: d0 = %ld\n", d0);
1517 if (d0 && (unsigned) -d0 < nerrnos) {
1519 u_error = -d0;
1522 tcp->u_rval = d0;
1758 d0 = error ? -error : rval;
1759 if (ptrace(PTRACE_POKEUSER, tcp->pid, (char*)(4*PT_D0), d0) < 0)
/external/grub/stage2/
Dchar_io.c1228 int d0, d1, d2; in grub_memmove() local
1235 : "=&c" (d0), "=&S" (d1), "=&D" (d2) in grub_memmove()
1245 : "=&c" (d0), "=&S" (d1), "=&D" (d2) in grub_memmove()

12