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

123456

/freebsd-11-stable/sys/riscv/riscv/
H A Dbus_space_asm.S40 add a3, a1, a2
41 lb a0, 0(a3)
46 add a3, a1, a2
47 lh a0, 0(a3)
52 add a3, a1, a2
53 lw a0, 0(a3)
58 add a3, a1, a2
59 ld a0, 0(a3)
65 sb a3, 0(a4)
71 sh a3,
[all...]
H A Dcopyinout.S59 add a3, a1, a2
61 bgt a3, a4, copyio_fault_nopcb
86 add a3, a0, a2
88 bgt a3, a4, copyio_fault_nopcb
131 3: beqz a3, 4f /* Check if done != NULL */
133 sd a5, 0(a3) /* done = count */
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Dtst.arrays.d42 extern int a3[123][456];
/freebsd-11-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-11-stable/lib/libc/riscv/gen/
H A Dsigsetjmp.S48 ld a3, 0(a0)
51 beq a2, a3, _C_LABEL(_longjmp)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/riscv/
H A Dint_mul_impl.inc23 andi a3, a1, 1
24 beqz a3, .L2
/freebsd-11-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-11-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-11-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
/freebsd-11-stable/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_asm.S158 1: lr.w a3, 0(a0) /* Load target */
159 bne a3, a1, 2f /* *target != cmp ? return */
162 2: mv a0, a3 /* Return the value loaded from target */
171 1: lr.d a3, 0(a0) /* Load target */
172 bne a3, a1, 2f /* *target != cmp ? return */
175 2: mv a0, a3 /* Return the value loaded from target */
/freebsd-11-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-11-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...]
H A Dswtch.S108 RESTORE_U_PCB_REG(a3, A3, k1)
182 and a3, t0, ~(MIPS_SR_INT_IE)
183 mtc0 a3, MIPS_COP_0_STATUS # Disable all interrupts
202 and a3, t0, ~(MIPS_SR_INT_IE)
203 mtc0 a3, MIPS_COP_0_STATUS # Disable all interrupts
206 move a3, a0
231 lw t2, TD_MDFLAGS(a3) # get md_flags
238 sw t2, TD_MDFLAGS(a3)
247 /* preserve a0..a3 */
251 move s3, a3
[all...]
/freebsd-11-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-11-stable/sys/sys/
H A Dktr.h144 a0, v0, a1, v1, a2, v2, a3, v3) \
145 CTR6(m,KTR_EFMT(egroup, ident, etype) a0 ", " a1 ", " a2 ", " a3,\
160 #define KTR_STATE4(m, egroup, ident, state, a0, v0, a1, v1, a2, v2, a3, v3)\
162 state, a0, (v0), a1, (v1), a2, (v2), a3, (v3))
177 #define KTR_COUNTER4(m, egroup, ident, counter, a0, v0, a1, v1, a2, v2, a3, v3)\
179 counter, a0, (v0), a1, (v1), a2, (v2), a3, (v3))
193 #define KTR_POINT4(m, egroup, ident, point, a0, v0, a1, v1, a2, v2, a3, v3)\
195 point, a0, (v0), a1, (v1), a2, (v2), a3, (v3))
217 a0, v0, a1, v1, a2, v2, a3, v3) \
219 a0, (v0), a1, (v1), a2, (v2), a3, (v
[all...]
/freebsd-11-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-11-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-11-stable/sys/mips/include/
H A Dregdef.h51 #define a3 $7 macro
/freebsd-11-stable/usr.bin/calendar/tests/
H A Dregress.sh20 REGRESSION_TEST(`a3',`$CALENDAR -A 3 -t 30.12.2006')
/freebsd-11-stable/sys/amd64/include/xen/
H A Dhypercall.h94 #define _hypercall3(type, name, a1, a2, a3) \
103 "3" ((long)(a3)) \
108 #define _hypercall4(type, name, a1, a2, a3, a4) \
118 "3" ((long)(a3)) \
123 #define _hypercall5(type, name, a1, a2, a3, a4, a5) \
134 "3" ((long)(a3)) \
140 privcmd_hypercall(long op, long a1, long a2, long a3, long a4, long a5) argument
153 "3" ((long)(a3)), [call] "a" (__call)

Completed in 150 milliseconds

123456