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

12345

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Dtst.arrays.d42 extern int a3[123][456];
/freebsd-10-stable/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 Dstrrchr.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-10-stable/lib/libc/sparc64/fpu/
H A Dfpu_mul.c107 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local
150 sticky = a3 = a2 = a1 = a0 = 0;
153 FPU_ADDS(a3, a3, x3); \
159 sticky |= a3 & 1, a3 = (a3 >> 1) | (a2 << 31), \
163 sticky |= a3, a3 = a2, a2 = a1, a1 = a0, a0 = 0
219 x->fp_mant[3] = a3;
[all...]
/freebsd-10-stable/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-10-stable/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-10-stable/crypto/heimdal/base/
H A Dtest_base.c74 heim_number_t a3 = heim_number_create(3); local
80 heim_dict_add_value(dict, a3, a4);
82 heim_dict_delete_key(dict, a3);
87 heim_release(a3);
/freebsd-10-stable/sys/mips/mips/
H A Dbcopy.S108 PTR_ADDU a3,SRCREG,t0 # run fast loop up to this addr
109 sltu AT,SRCREG,a3 # any work to do?
134 bne SRCREG,a3,1b
173 PTR_SUBU a3,SIZEREG,t0 # number of words to transfer
174 beq a3,zero,3b
177 PTR_ADDU a3,SRCREG,a3 # stop point
184 bne SRCREG,a3,1b
205 PTR_SUBU a3,SRCREG,t0
228 bne SRCREG,a3,
[all...]
H A Dsupport.S159 beq a3, zero, 3f # return num. of copied bytes
161 PTR_S a2, 0(a3)
559 PTR_SUBU a3, zero, a0 # compute # bytes to word align address
560 and a3, a3, 3
561 beq a3, zero, 1f # skip if word aligned
562 PTR_SUBU a1, a1, a3 # subtract from remaining count
564 PTR_ADDU a0, a0, a3
567 PTR_SUBU a3, a1, v0
569 PTR_ADDU a3, a
[all...]
/freebsd-10-stable/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-10-stable/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-10-stable/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-10-stable/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-10-stable/libexec/rtld-elf/mips/
H A Drtld_start.S44 * a3 ps_strings
57 move s3, a3 /* save ps_strings pointer */
85 move a3, s3 /* restore ps_strings */
124 REG_S a3, XCALLFRAME_A3(sp)
154 REG_L a3, XCALLFRAME_A3(sp)
/freebsd-10-stable/sys/mips/include/
H A Dregdef.h51 #define a3 $7 macro
/freebsd-10-stable/usr.bin/calendar/tests/
H A Dregress.sh19 REGRESSION_TEST(`a3',`$CALENDAR -A 3 -t 30.12.2006')
/freebsd-10-stable/sys/amd64/include/xen/
H A Dhypercall.h99 #define _hypercall3(type, name, a1, a2, a3) \
108 "3" ((long)(a3)) \
113 #define _hypercall4(type, name, a1, a2, a3, a4) \
123 "3" ((long)(a3)) \
128 #define _hypercall5(type, name, a1, a2, a3, a4, a5) \
139 "3" ((long)(a3)) \
/freebsd-10-stable/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)), \

Completed in 285 milliseconds

12345