/titanic_44/usr/src/common/crypto/sha2/amd64/ |
H A D | sha512-x86_64.pl | 66 @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 …]
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_fletcher.c | 34 uint64_t a0, b0, a1, b1; in fletcher_2_native() local 36 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_native() 37 a0 += ip[0]; in fletcher_2_native() 39 b0 += a0; in fletcher_2_native() 43 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_native() 51 uint64_t a0, b0, a1, b1; in fletcher_2_byteswap() local 53 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_byteswap() 54 a0 += BSWAP_64(ip[0]); in fletcher_2_byteswap() 56 b0 += a0; in fletcher_2_byteswap() 60 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_byteswap()
|
/titanic_44/usr/src/lib/brand/shared/brand/sys/ |
H A D | brand_misc.h | 179 #define B_TRUSS_POINT_5(rval, syscall_num, err, a0, a1, a2, a3, a4) \ argument 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) \ argument 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) \ argument 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) \ argument 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) \ argument 194 B_TRUSS_POINT_5(rval, (syscall_num), (err), (a0), 0, 0, 0, 0)
|
/titanic_44/usr/src/common/zfs/ |
H A D | zfs_fletcher.c | 139 uint64_t a0, b0, a1, b1; in fletcher_2_native() local 141 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_native() 142 a0 += ip[0]; in fletcher_2_native() 144 b0 += a0; in fletcher_2_native() 148 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_native() 156 uint64_t a0, b0, a1, b1; in fletcher_2_byteswap() local 158 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_byteswap() 159 a0 += BSWAP_64(ip[0]); in fletcher_2_byteswap() 161 b0 += a0; in fletcher_2_byteswap() 165 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1); in fletcher_2_byteswap()
|
/titanic_44/usr/src/lib/libmvec/common/ |
H A D | __vcos.c | 202 double a0, a1, a2, w0, w1, w2; in __vcos() local 234 a0 = __vlibm_TBL_sincos_hi[j0+1]; /* cos_hi(t) */ in __vcos() 238 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0); in __vcos() 242 *py0 = a0 + t0; in __vcos() 300 a0 = __vlibm_TBL_sincos_hi[j0+1]; in __vcos() 302 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0); in __vcos() 304 *py0 = a0 + t0; in __vcos() 354 a0 = __vlibm_TBL_sincos_hi[j0+1]; in __vcos() 356 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0); in __vcos() 358 *py0 = a0 + t0; in __vcos() [all …]
|
H A D | __vcosbig_ultra3.c | 105 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; in __vlibm_vcos_big_ultra3() local 182 a0 = x0 - fn0 * pio2_1; in __vlibm_vcos_big_ultra3() 188 x0 = a0 - w0; in __vlibm_vcos_big_ultra3() 191 y0 = (a0 - x0) - w0; in __vlibm_vcos_big_ultra3() 194 a0 = x0; in __vlibm_vcos_big_ultra3() 200 x0 = a0 - w0; in __vlibm_vcos_big_ultra3() 203 y0 = (a0 - x0) - w0; in __vlibm_vcos_big_ultra3() 206 a0 = x0; in __vlibm_vcos_big_ultra3() 212 x0 = a0 - w0; in __vlibm_vcos_big_ultra3() 215 y0 = (a0 - x0) - w0; in __vlibm_vcos_big_ultra3() [all …]
|
H A D | __vsinbig_ultra3.c | 105 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2; in __vlibm_vsin_big_ultra3() local 182 a0 = x0 - fn0 * pio2_1; in __vlibm_vsin_big_ultra3() 188 x0 = a0 - w0; in __vlibm_vsin_big_ultra3() 191 y0 = (a0 - x0) - w0; in __vlibm_vsin_big_ultra3() 194 a0 = x0; in __vlibm_vsin_big_ultra3() 200 x0 = a0 - w0; in __vlibm_vsin_big_ultra3() 203 y0 = (a0 - x0) - w0; in __vlibm_vsin_big_ultra3() 206 a0 = x0; in __vlibm_vsin_big_ultra3() 212 x0 = a0 - w0; in __vlibm_vsin_big_ultra3() 215 y0 = (a0 - x0) - w0; in __vlibm_vsin_big_ultra3() [all …]
|
H A D | __vsin.c | 176 double a0, a1, a2, w0, w1, w2; in __vsin() local 208 a0 = __vlibm_TBL_sincos_hi[j0+xsb0]; in __vsin() 211 t0 = (__vlibm_TBL_sincos_hi[j0+1] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+xsb0]; in __vsin() 214 *py0 = a0 + t0; in __vsin() 273 a0 = __vlibm_TBL_sincos_hi[j0+xsb0]; in __vsin() 275 t0 = (__vlibm_TBL_sincos_hi[j0+1] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+xsb0]; in __vsin() 278 *py0 = a0 + t0; in __vsin() 330 a0 = __vlibm_TBL_sincos_hi[j0+xsb0]; in __vsin() 332 t0 = (__vlibm_TBL_sincos_hi[j0+1] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+xsb0]; in __vsin() 335 *py0 = a0 + t0; in __vsin() [all …]
|
/titanic_44/usr/src/lib/libmp/common/ |
H A D | msqrt.c | 29 MINT a0, x, junk, y; in mp_msqrt() local 32 a0.len = junk.len = y.len = 0; in mp_msqrt() 51 _mp_move(a, &a0); in mp_msqrt() 55 mp_mdiv(&a0, &x, &y, &junk); in mp_msqrt() 68 mp_msub(&a0, &x, r); in mp_msqrt() 70 _mp_xfree(&a0); in mp_msqrt()
|
H A D | pow.c | 33 MINT a0, b0, c0; in mp_pow() local 35 a0.len = b0.len = c0.len = x.len = y.len = 0; in mp_pow() 36 _mp_move(a, &a0); in mp_pow() 49 mp_mult(&a0, d, &x); in mp_pow() 56 _mp_xfree(&a0); in mp_pow()
|
/titanic_44/usr/src/lib/brand/shared/brand/common/ |
H A D | brand_util.c | 244 uintptr_t a0, uintptr_t a1, uintptr_t a2, uintptr_t a3, uintptr_t a4, in brand_indir() argument 254 return ((sst->st_callc)(rv, a0)); in brand_indir() 256 return ((sst->st_callc)(rv, a0, a1)); in brand_indir() 258 return ((sst->st_callc)(rv, a0, a1, a2)); in brand_indir() 260 return ((sst->st_callc)(rv, a0, a1, a2, a3)); in brand_indir() 262 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4)); in brand_indir() 264 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4, a5)); in brand_indir() 266 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4, a5, a6)); in brand_indir() 268 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4, a5, a6, a7)); in brand_indir()
|
/titanic_44/usr/src/cmd/troff/ |
H A D | n4.c | 436 a0: in atoi0() 450 goto a0; in atoi0() 456 goto a0; in atoi0() 462 goto a0; in atoi0() 473 goto a0; in atoi0() 479 goto a0; in atoi0() 488 goto a0; in atoi0() 497 goto a0; in atoi0() 510 goto a0; in atoi0() 526 goto a0; in atoi0() [all …]
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | dns-sd.c | 663 const char *a0 = strrchr(argv[0], kFilePathSep) + 1; in main() local 664 if (a0 == (const char *)1) a0 = argv[0]; in main() 790 fprintf(stderr, "%s -E (Enumerate recommended registration domains)\n", a0); in main() 791 fprintf(stderr, "%s -F (Enumerate recommended browsing domains)\n", a0); in main() 792 fprintf(stderr, "%s -B <Type> <Domain> (Browse for services instances)\n", a0); in main() 793 fprintf(stderr, "%s -L <Name> <Type> <Domain> (Look up a service instance)\n", a0); in main() 794 fprintf(stderr, "%s -R <Name> <Type> <Domain> <Port> [<TXT>...] (Register a service)\n", a0); in main() 795 fprintf(stderr, "%s -P <Name> <Type> <Domain> <Port> <Host> <IP> [<TXT>...] (Proxy)\n", a0); in main() 796 fprintf(stderr, "%s -Q <FQDN> <rrtype> <rrclass> (Generic query for any record type)\n", a0); in main() 797 fprintf(stderr, "%s -C <FQDN> <rrtype> <rrclass> (Query; reconfirming each result)\n", a0); in main() [all …]
|
/titanic_44/usr/src/common/crypto/ecc/ |
H A D | ecl_gf.c | 276 mp_digit a0 = 0, a1 = 0, a2 = 0; in ec_GFp_add_3() local 286 a0 = MP_DIGIT(a,0); in ec_GFp_add_3() 298 MP_ADD_CARRY(a0, r0, r0, 0, carry); in ec_GFp_add_3() 309 : "r" (a0), "r" (a1), "r" (a2), in ec_GFp_add_3() 327 a0 = MP_DIGIT(&meth->irr,0); in ec_GFp_add_3() 329 MP_SUB_BORROW(r0, a0, r0, 0, carry); in ec_GFp_add_3() 338 : "r" (a0), "r" (a1), "r" (a2), in ec_GFp_add_3() 359 mp_digit a0 = 0, a1 = 0, a2 = 0, a3 = 0; in ec_GFp_add_4() local 371 a0 = MP_DIGIT(a,0); in ec_GFp_add_4() 385 MP_ADD_CARRY(a0, r0, r0, 0, carry); in ec_GFp_add_4() [all …]
|
H A D | ec2_163.c | 186 mp_digit a2 = 0, a1 = 0, a0, b2 = 0, b1 = 0, b0; in ec_GF2m_163_mul() local 210 a0 = MP_DIGIT(a, 0); in ec_GF2m_163_mul() 230 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); in ec_GF2m_163_mul() 236 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); in ec_GF2m_163_mul() 237 s_bmul_3x3(rm, a5 ^ a2, a4 ^ a1, a3 ^ a0, b5 ^ b2, b4 ^ b1, in ec_GF2m_163_mul()
|
H A D | ec2_193.c | 195 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; in ec_GF2m_193_mul() local 221 a0 = MP_DIGIT(a, 0); in ec_GF2m_193_mul() 243 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_193_mul() 249 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_193_mul() 250 s_bmul_4x4(rm, a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b3, b6 ^ b2, b5 ^ b1, in ec_GF2m_193_mul()
|
H A D | ec2_233.c | 213 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; in ec_GF2m_233_mul() local 242 a0 = MP_DIGIT(a, 0); in ec_GF2m_233_mul() 266 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_233_mul() 272 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_233_mul() 273 s_bmul_4x4(rm, a7 ^ a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b7 ^ b3, in ec_GF2m_233_mul()
|
/titanic_44/usr/src/common/mpi/ |
H A D | mp_gf2m-priv.h | 92 void s_bmul_2x2(mp_digit *r, const mp_digit a1, const mp_digit a0, const mp_digit b1, 99 void s_bmul_3x3(mp_digit *r, const mp_digit a2, const mp_digit a1, const mp_digit a0, 107 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1,
|
H A D | mp_gf2m.c | 142 s_bmul_2x2(mp_digit *r, const mp_digit a1, const mp_digit a0, const mp_digit b1, in s_bmul_2x2() argument 148 s_bmul_1x1(r+1, r, a0, b0); in s_bmul_2x2() 149 s_bmul_1x1(&m1, &m0, a0 ^ a1, b0 ^ b1); in s_bmul_2x2() 160 s_bmul_3x3(mp_digit *r, const mp_digit a2, const mp_digit a1, const mp_digit a0, in s_bmul_3x3() argument 166 s_bmul_2x2(zm, a1, a2^a0, b1, b2^b0); /* fill middle 4 words */ in s_bmul_3x3() 167 s_bmul_2x2(r, a1, a0, b1, b0); /* fill bottom 4 words */ in s_bmul_3x3() 185 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1, in s_bmul_4x4() argument 191 s_bmul_2x2(zm, a3^a1, a2^a0, b3^b1, b2^b0); /* fill middle 4 words */ in s_bmul_4x4() 192 s_bmul_2x2(r, a1, a0, b1, b0); /* fill bottom 4 words */ in s_bmul_4x4()
|
/titanic_44/usr/src/tools/tokenize/ |
H A D | forth_preload.c | 207 long a0, long a1, long a2, long a3, long a4, long a5) in callfunc() argument 222 rv = realfunc(a0, a1, a2, a3, a4, a5); in callfunc() 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)); \
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/daktari/frudata/ |
H A D | libpiclfrudata.conf | 43 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a0 69 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a0 94 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=2,a0 120 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=3,a0 146 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=4,a0 160 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,30/fru?UnitAddress=0,a0 187 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=0,a0 212 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=1,a0 237 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=2,a0 262 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=3,a0
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/silverstone/frudata/ |
H A D | libpiclfrudata.conf | 43 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a0 69 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a0 94 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=2,a0 120 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=3,a0 146 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=4,a0 160 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,30/fru?UnitAddress=0,a0 187 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=0,a0 212 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=1,a0 237 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=2,a0 262 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,50002e/fru?UnitAddress=3,a0
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/cherrystone/frudata/ |
H A D | libpiclfrudata.conf | 43 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a0 69 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a0 94 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=2,a0 120 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=3,a0 146 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=4,a0 160 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,30/fru?UnitAddress=0,a0
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/sebring/frudata/ |
H A D | libpiclfrudata.conf | 43 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a0 69 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=1,a0 94 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=2,a0 120 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=3,a0 146 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=4,a0 160 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,30/fru?UnitAddress=0,a0
|
/titanic_44/usr/src/cmd/avs/rdc/ |
H A D | rdc_ioctl.c | 58 rdc_ioctl(long cmd, long a0, long a1, long a2, long a3, long a4, in rdc_ioctl() argument 66 args.arg0 = a0; in rdc_ioctl()
|