Searched refs:a0 (Results 1 - 25 of 67) sorted by relevance

123

/illumos-gate/usr/src/boot/lib/libstand/mips/
H A D_setjmp.S63 REG_S ra, (2 * SZREG)(a0) # sc_pc = return address
64 REG_S v0, (3 * SZREG)(a0) # saved in sc_regs[0]
65 REG_S s0, ((S0 + 3) * SZREG)(a0)
66 REG_S s1, ((S1 + 3) * SZREG)(a0)
67 REG_S s2, ((S2 + 3) * SZREG)(a0)
68 REG_S s3, ((S3 + 3) * SZREG)(a0)
69 REG_S s4, ((S4 + 3) * SZREG)(a0)
70 REG_S s5, ((S5 + 3) * SZREG)(a0)
71 REG_S s6, ((S6 + 3) * SZREG)(a0)
72 REG_S s7, ((S7 + 3) * SZREG)(a0)
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_fletcher.c34 uint64_t a0, b0, a1, b1; local
36 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
37 a0 += ip[0];
39 b0 += a0;
43 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
51 uint64_t a0, b0, a1, b1; local
53 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
54 a0 += BSWAP_64(ip[0]);
56 b0 += a0;
60 ZIO_SET_CHECKSUM(zcp, a0, a
[all...]
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dfletcher.c32 uint64_t a0, b0, a1, b1; local
34 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
35 a0 += ip[0];
37 b0 += a0;
41 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
50 uint64_t a0, b0, a1, b1; local
52 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
53 a0 += BSWAP_64(ip[0]);
55 b0 += a0;
59 ZIO_SET_CHECKSUM(zcp, a0, a
[all...]
/illumos-gate/usr/src/lib/libmp/common/
H A Dmsqrt.c29 MINT a0, x, junk, y; local
32 a0.len = junk.len = y.len = 0;
51 _mp_move(a, &a0);
55 mp_mdiv(&a0, &x, &y, &junk);
68 mp_msub(&a0, &x, r);
70 _mp_xfree(&a0);
H A Dpow.c33 MINT a0, b0, c0; local
35 a0.len = b0.len = c0.len = x.len = y.len = 0;
36 _mp_move(a, &a0);
49 mp_mult(&a0, d, &x);
56 _mp_xfree(&a0);
/illumos-gate/usr/src/lib/brand/shared/brand/sys/
H A Dbrand_misc.h179 #define B_TRUSS_POINT_5(rval, syscall_num, err, a0, a1, a2, a3, a4) \
181 B_TRUSS_POINT, (syscall_num), (err), (a0), (a1), (a2), (a3), \
184 #define B_TRUSS_POINT_4(rval, syscall_num, err, a0, a1, a2, a3) \
185 B_TRUSS_POINT_5(rval, (syscall_num), (err), (a0), (a1), (a2), (a3), 0)
187 #define B_TRUSS_POINT_3(rval, syscall_num, err, a0, a1, a2) \
188 B_TRUSS_POINT_5(rval, (syscall_num), (err), (a0), (a1), (a2), 0, 0)
190 #define B_TRUSS_POINT_2(rval, syscall_num, err, a0, a1) \
191 B_TRUSS_POINT_5(rval, (syscall_num), (err), (a0), (a1), 0, 0, 0)
193 #define B_TRUSS_POINT_1(rval, syscall_num, err, a0) \
194 B_TRUSS_POINT_5(rval, (syscall_num), (err), (a0),
[all...]
/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher.c144 uint64_t a0, b0, a1, b1; local
146 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
147 a0 += ip[0];
149 b0 += a0;
153 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
163 uint64_t a0, b0, a1, b1; local
165 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
166 a0 += BSWAP_64(ip[0]);
168 b0 += a0;
172 ZIO_SET_CHECKSUM(zcp, a0, a
[all...]
/illumos-gate/usr/src/common/crypto/sha2/amd64/
H A Dsha512-x86_64.pl66 @ROT, $A, $B, $C, $D, $E, $F, $G, $H, $T1, $a0, $a1, $a2, $i,
89 ($T1,$a0,$a1,$a2)=("%r12","%r13","%r14","%r15");
101 ($T1,$a0,$a1,$a2)=("%r12d","%r13d","%r14d","%r15d");
125 mov $e,$a0
129 ror \$$Sigma1[0],$a0
133 xor $a1,$a0
138 xor $a1,$a0 # Sigma1(e)
143 add $a0,$T1 # T1+=Sigma1(e)
146 mov $a,$a0
150 ror \$$Sigma0[1],$a0
[all...]
/illumos-gate/usr/src/common/mpi/
H A Dmp_gf2m-priv.h88 /* Compute xor-multiply of two binary polynomials (a1, a0) x (b1, b0)
92 void s_bmul_2x2(mp_digit *r, const mp_digit a1, const mp_digit a0, const mp_digit b1,
95 /* Compute xor-multiply of two binary polynomials (a2, a1, a0) x (b2, b1, b0)
99 void s_bmul_3x3(mp_digit *r, const mp_digit a2, const mp_digit a1, const mp_digit a0,
102 /* Compute xor-multiply of two binary polynomials (a3, a2, a1, a0) x (b3, b2, b1, b0)
107 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1,
/illumos-gate/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c244 uintptr_t a0, uintptr_t a1, uintptr_t a2, uintptr_t a3, uintptr_t a4,
254 return ((sst->st_callc)(rv, a0));
256 return ((sst->st_callc)(rv, a0, a1));
258 return ((sst->st_callc)(rv, a0, a1, a2));
260 return ((sst->st_callc)(rv, a0, a1, a2, a3));
262 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4));
264 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4, a5));
266 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4, a5, a6));
268 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4, a5, a6, a7));
243 brand_indir(sysret_t *rv, int code, uintptr_t a0, uintptr_t a1, uintptr_t a2, uintptr_t a3, uintptr_t a4, uintptr_t a5, uintptr_t a6, uintptr_t a7) argument
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcosbig_ultra3.c105 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local
182 a0 = x0 - fn0 * pio2_1;
188 x0 = a0 - w0;
191 y0 = (a0 - x0) - w0;
194 a0 = x0;
200 x0 = a0 - w0;
203 y0 = (a0 - x0) - w0;
206 a0 = x0;
212 x0 = a0 - w0;
215 y0 = (a0
549 double fn0, fn1, a0, a1, w0, w1, y0, y1; local
[all...]
H A D__vsinbig_ultra3.c105 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local
182 a0 = x0 - fn0 * pio2_1;
188 x0 = a0 - w0;
191 y0 = (a0 - x0) - w0;
194 a0 = x0;
200 x0 = a0 - w0;
203 y0 = (a0 - x0) - w0;
206 a0 = x0;
212 x0 = a0 - w0;
215 y0 = (a0
549 double fn0, fn1, a0, a1, w0, w1, y0, y1; local
[all...]
H A D__vcos.c202 double a0, a1, a2, w0, w1, w2; local
234 a0 = __vlibm_TBL_sincos_hi[j0+1]; /* cos_hi(t) */
238 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0);
242 *py0 = a0 + t0;
300 a0 = __vlibm_TBL_sincos_hi[j0+1];
302 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0);
304 *py0 = a0 + t0;
354 a0 = __vlibm_TBL_sincos_hi[j0+1];
356 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0);
358 *py0 = a0
435 double a0, a1, w0, w1; local
533 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local
996 double fn0, fn1, a0, a1, w0, w1, y0, y1; local
[all...]
H A D__vsin.c176 double a0, a1, a2, w0, w1, w2; local
208 a0 = __vlibm_TBL_sincos_hi[j0+xsb0];
211 t0 = (__vlibm_TBL_sincos_hi[j0+1] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+xsb0];
214 *py0 = a0 + t0;
273 a0 = __vlibm_TBL_sincos_hi[j0+xsb0];
275 t0 = (__vlibm_TBL_sincos_hi[j0+1] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+xsb0];
278 *py0 = a0 + t0;
330 a0 = __vlibm_TBL_sincos_hi[j0+xsb0];
332 t0 = (__vlibm_TBL_sincos_hi[j0+1] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+xsb0];
335 *py0 = a0
416 double a0, a1, w0, w1; local
512 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; local
1004 double fn0, fn1, a0, a1, w0, w1, y0, y1; local
[all...]
/illumos-gate/usr/src/cmd/avs/rdc/
H A Drdc_ioctl.c58 rdc_ioctl(long cmd, long a0, long a1, long a2, long a3, long a4, argument
66 args.arg0 = a0;
/illumos-gate/usr/src/tools/tokenize/
H A Dforth_preload.c207 long a0, long a1, long a2, long a3, long a4, long a5)
222 rv = realfunc(a0, a1, a2, a3, a4, a5);
230 func(long a0, long a1, long a2, long a3, long a4, long a5) \
232 return (callfunc(&intpose[ix_##func], a0, a1, a2, a3, a4, a5)); \
206 callfunc(struct intpose *ip, long a0, long a1, long a2, long a3, long a4, long a5) argument
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/schumacher/frudata/
H A Dlibpiclfrudata.conf36 name:/platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a0
37 PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a0:dimm-spd"
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/frudata/
H A Dlibpiclfrudata.conf36 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,a0
37 PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,a0:dimm-spd"
/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_gf.c276 mp_digit a0 = 0, a1 = 0, a2 = 0; local
286 a0 = MP_DIGIT(a,0);
298 MP_ADD_CARRY(a0, r0, r0, 0, carry);
309 : "r" (a0), "r" (a1), "r" (a2),
327 a0 = MP_DIGIT(&meth->irr,0);
329 MP_SUB_BORROW(r0, a0, r0, 0, carry);
338 : "r" (a0), "r" (a1), "r" (a2),
359 mp_digit a0 = 0, a1 = 0, a2 = 0, a3 = 0; local
371 a0 = MP_DIGIT(a,0);
385 MP_ADD_CARRY(a0, r
453 mp_digit a0 = 0, a1 = 0, a2 = 0, a3 = 0, a4 = 0; local
530 mp_digit a0 = 0, a1 = 0, a2 = 0, a3 = 0, a4 = 0, a5 = 0; local
[all...]
H A Dec2_163.c186 mp_digit a2 = 0, a1 = 0, a0, b2 = 0, b1 = 0, b0; local
210 a0 = MP_DIGIT(a, 0);
230 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); local
236 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); local
237 s_bmul_3x3(rm, a5 ^ a2, a4 ^ a1, a3 ^ a0, b5 ^ b2, b4 ^ b1,
H A Dec2_193.c195 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; local
221 a0 = MP_DIGIT(a, 0);
243 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); local
249 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); local
250 s_bmul_4x4(rm, a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b3, b6 ^ b2, b5 ^ b1,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/frudata/
H A Dlibpiclfrudata.conf43 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a0
44 PROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a0:fru"
69 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a0
70 PROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@1,a0:fru"
94 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=2,a0
95 PROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@2,a0:fru"
120 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=3,a0
121 PROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@3,a0:fru"
146 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=4,a0
147 PROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@4,a0
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/frudata/
H A Dlibpiclfrudata.conf43 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a0
44 PROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a0:fru"
69 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a0
70 PROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@1,a0:fru"
94 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=2,a0
95 PROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@2,a0:fru"
120 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=3,a0
121 PROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@3,a0:fru"
146 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=4,a0
147 PROP FRUDevicePath string r 0 "/devices/pci@9,700000/ebus@1/i2c@1,2e/fru@4,a0
[all...]
/illumos-gate/usr/src/cmd/troff/
H A Dn4.c436 a0:
450 goto a0;
456 goto a0;
462 goto a0;
473 goto a0;
479 goto a0;
488 goto a0;
497 goto a0;
510 goto a0;
526 goto a0;
[all...]
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsdbc_ioctl.c106 sdbc_ioctl(long cmd, long a0, long a1, long a2, long a3, long a4, argument
140 args.arg0 = a0;

Completed in 124 milliseconds

123