Searched refs:a3 (Results 1 - 25 of 107) sorted by relevance

12345

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Dtst.arrays.d42 extern int a3[123][456];
/freebsd-9.3-release/lib/libc/mips/string/
H A Dbcmp.S61 PTR_SUBU a3, zero, a1 # compute # bytes to word align address
63 and a3, a3, 3
65 beq a3, zero, 1f
66 PTR_SUBU a2, a2, a3 # subtract from remaining count
70 PTR_ADDU a1, a1, a3
72 PTR_ADDU a0, a0, a3
74 and a3, a2, ~3 # compute number of whole words left
75 PTR_SUBU a2, a2, a3 # which has to be >= (16-3) & ~3
76 PTR_ADDU a3, a
[all...]
H A Dbzero.S58 PTR_SUBU a3, zero, a0 # compute # bytes to word align address
59 and a3, a3, SZREG-1
60 beq a3, zero, 1f # skip if word aligned
61 PTR_SUBU a1, a1, a3 # subtract from remaining count
63 PTR_ADDU a0, a0, a3
66 PTR_SUBU a3, a1, v0
68 PTR_ADDU a3, a3, a0 # compute ending address
71 bne a0, a3,
[all...]
H A Drindex.S50 lbu a3, 0(a0) # get a byte
52 bne a3, a1, 2f
55 bne a3, zero, 1b # continue if not end
H A Dbcopy.S119 PTR_ADDU a3,SRCREG,t0 # run fast loop up to this addr
120 sltu AT,SRCREG,a3 # any work to do?
145 bne SRCREG,a3,1b
184 PTR_SUBU a3,SIZEREG,t0 # number of words to transfer
185 beq a3,zero,3b
188 PTR_ADDU a3,SRCREG,a3 # stop point
195 bne SRCREG,a3,1b
216 PTR_SUBU a3,SRCREG,t0
239 bne SRCREG,a3,
[all...]
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu_mul.c107 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local
152 sticky = a3 = a2 = a1 = a0 = 0;
155 FPU_ADDS(a3, a3, x3); \
161 sticky |= a3 & 1, a3 = (a3 >> 1) | (a2 << 31), \
165 sticky |= a3, a3 = a2, a2 = a1, a1 = a0, a0 = 0
221 x->fp_mant[3] = a3;
[all...]
/freebsd-9.3-release/sys/powerpc/fpu/
H A Dfpu_mul.c107 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local
163 sticky = a3 = a2 = a1 = a0 = 0;
166 FPU_ADDS(a3, a3, x3); \
172 sticky |= a3 & 1, a3 = (a3 >> 1) | (a2 << 31), \
176 sticky |= a3, a3 = a2, a2 = a1, a1 = a0, a0 = 0
232 x->fp_mant[3] = a3;
[all...]
/freebsd-9.3-release/lib/libc/mips/sys/
H A Dexect.S47 bne a3, zero, 1f
H A DOvfork.S57 beq a3, zero, 1f # jump if no errors
H A Dfork.S50 bne a3, zero, 2f
H A Dpipe.S50 bne a3, zero, 1f
H A Dbrk.S64 bne a3, zero, 2f
H A Dsbrk.S63 bne a3, zero, 1f
/freebsd-9.3-release/sys/mips/mips/
H A Dsupport.S160 beq a3, zero, 3f # return num. of copied bytes
162 PTR_S a2, 0(a3)
711 PTR_SUBU a3, zero, a1 # compute # bytes to word align address
713 and a3, a3, 3
715 beq a3, zero, 1f
716 PTR_SUBU a2, a2, a3 # subtract from remaining count
719 PTR_ADDU a0, a0, a3
721 PTR_ADDU a1, a1, a3
724 PTR_SUBU a3, a
[all...]
/freebsd-9.3-release/sys/boot/ia64/ski/
H A Dsal_stub.c85 SalProc(u_int64_t a1, u_int64_t a2, u_int64_t a3, u_int64_t a4, u_int64_t a5, argument
100 ssc(a2, a3, a4, a5, SSC_SAL_SET_VECTORS);
/freebsd-9.3-release/contrib/ncurses/ncurses/
H A Dllib-lncursesw425 chtype a3,
444 short a3,
582 const chtype *a3,
597 const char *a3,
612 int a3,
634 char *a3,
649 chtype a3,
663 chtype *a3,
678 char *a3,
693 const char *a3,
[all...]
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_machine.h166 void callname (a0,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10) \
170 char *a3; \
188 x[3] = a3; \
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Derror.c42 # define va_alist a1, a2, a3, a4, a5, a6, a7, a8
43 # define va_dcl char *a1, *a2, *a3, *a4, *a5, *a6, *a7, *a8;
162 fprintf (stderr, message, a1, a2, a3, a4, a5, a6, a7, a8);
245 fprintf (stderr, message, a1, a2, a3, a4, a5, a6, a7, a8);
/freebsd-9.3-release/libexec/rtld-elf/mips/
H A Drtld_start.S44 * a3 ps_strings
57 move s3, a3 /* save ps_strings pointer */
81 move a3, s3 /* restore ps_strings */
121 REG_S a3, XCALLFRAME_A3(sp)
151 REG_L a3, XCALLFRAME_A3(sp)
/freebsd-9.3-release/sys/mips/include/
H A Dregdef.h26 #define a3 $7 macro
/freebsd-9.3-release/tools/regression/usr.bin/calendar/
H A Dregress.sh19 REGRESSION_TEST(`a3',`$CALENDAR -A 3 -t 30.12.2006')
/freebsd-9.3-release/sys/amd64/include/xen/
H A Dhypercall.h97 #define _hypercall3(type, name, a1, a2, a3) \
106 "3" ((long)(a3)) \
111 #define _hypercall4(type, name, a1, a2, a3, a4) \
121 "3" ((long)(a3)) \
126 #define _hypercall5(type, name, a1, a2, a3, a4, a5) \
137 "3" ((long)(a3)) \
/freebsd-9.3-release/sys/i386/include/xen/
H A Dhypercall.h86 #define _hypercall3(type, name, a1, a2, a3) \
94 "3" ((long)(a3)) \
99 #define _hypercall4(type, name, a1, a2, a3, a4) \
107 "3" ((long)(a3)), "4" ((long)(a4)) \
112 #define _hypercall5(type, name, a1, a2, a3, a4, a5) \
120 "3" ((long)(a3)), "4" ((long)(a4)), \
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_raudio_pxy.c192 int a1, a2, a3, a4; local
254 for (a3 = a1, a4 = a2; (a4 > 0) && (a3 < 19) && (a3 >= 0); a4--,a3++) {
255 rap->rap_sbf |= (1 << a3);
256 rap->rap_svr[a3] = *s++;
/freebsd-9.3-release/contrib/cvs/src/
H A Derror.c43 #define va_alist a1, a2, a3, a4, a5, a6, a7, a8
44 #define va_dcl char *a1, *a2, *a3, *a4, *a5, *a6, *a7, *a8;
246 fprintf (fp, message, a1, a2, a3, a4, a5, a6, a7, a8);

Completed in 121 milliseconds

12345