Searched refs:a1 (Results 1 - 25 of 219) sorted by relevance

123456789

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/decls/
H A Dtst.arrays.d38 extern int a1[];
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Daltivec.h303 template <class T> int NAME (T a1) { return CALL; }
306 template <class T, class U> int NAME (T a1, U a2) { return CALL; }
327 NAME (T a1, U a2) \
333 __builtin_vec_cmpgt (a2, a1))
335 __builtin_altivec_cmpge (a2, a1))
338 __builtin_altivec_vcmpbfp_p (__CR6_EQ, a1, a2))
340 __builtin_altivec_vcmpbfp_p (__CR6_EQ_REV, a1, a2))
343 __builtin_altivec_vcmpeqfp_p (__CR6_EQ, a1, a1))
345 __builtin_altivec_vcmpeqfp_p (__CR6_LT_REV, a1, a
[all...]
/freebsd-10.0-release/tools/regression/usr.bin/join/
H A Dregress.sh7 REGRESSION_TEST_ONE(`join -t , -a1 -a2 -e "(unknown)" -o 0,1.2,2.2 regress.1.in regress.2.in')
/freebsd-10.0-release/sys/mips/rmi/
H A Dxlr_csum_nocopy.S6 * a1: length of the area to checksum
31 move a1, t2
33 andi t0, a1, 4
35 andi t0, a1, 2
43 andi t0, a1, 1
89 sltiu t8, a1, 0x8
91 move t2, a1
93 beqz a1, out
101 dsubu a1, a1,
[all...]
/freebsd-10.0-release/sys/cddl/boot/zfs/
H A Dfletcher.c33 uint64_t a0, b0, a1, b1; local
35 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
37 a1 += ip[1];
39 b1 += a1;
42 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) {
54 a1 += BSWAP_64(ip[1]);
56 b1 += a1;
59 ZIO_SET_CHECKSUM(zcp, a0, a1, b
[all...]
/freebsd-10.0-release/lib/libc/mips/string/
H A Dbcmp.S59 xor v0, a0, a1 # compare low two bits of addresses
61 PTR_SUBU a3, zero, a1 # compute # bytes to word align address
69 LWHI v1, 0(a1)
70 PTR_ADDU a1, a1, a3
79 lw v1, 0(a1)
82 PTR_ADDU a1, a1, 4
92 lbu v0, 0(a0) # compare bytes until a1 word aligned
93 lbu v1, 0(a1)
[all...]
H A Dstrcmp.S53 lbu t1, 0(a1)
57 lbu t1, 1(a1)
60 PTR_ADD a1, a1, 2
H A Dbzero.S57 blt a1, 3*SZREG, smallclr # small amount to clear?
61 PTR_SUBU a1, a1, a3 # subtract from remaining count
65 and v0, a1, SZREG-1 # compute number of words left
66 PTR_SUBU a3, a1, v0
67 move a1, v0
74 ble a1, zero, 2f
75 PTR_ADDU a3, a1, a0 # compute ending address
/freebsd-10.0-release/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros90 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by 64
98 (This routine makes more sense if `a0' and `a1' are considered to form a
99 fixed-point value with binary point between `a0' and `a1'. This fixed-point
108 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr )
114 z1 = a1;
118 z1 = ( a0<<negCount ) | ( a1 != 0 );
123 z1 = a0 | ( a1 != 0 );
126 z1 = ( ( a0 | a1 ) != 0 );
137 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the
146 bits64 a0, bits64 a1, int1
[all...]
/freebsd-10.0-release/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros62 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
71 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
77 z1 = a1;
81 z1 = ( a0<<negCount ) | ( a1>>count );
95 Shifts the 64-bit value formed by concatenating `a0' and `a1' right by the
100 or 1, depending on whether the concatenation of `a0' and `a1' is zero or
107 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
113 z1 = a1;
117 z1 = ( a0<<negCount ) | ( a1>>count ) | ( ( a1<<negCoun
[all...]
/freebsd-10.0-release/tools/regression/geom/ConfCmp/
H A DMakefile25 ./${PROG} a1.conf a1.conf
26 ./${PROG} a1.conf a1a.conf
27 if ./${PROG} a1.conf a1b.conf > /dev/null 2>&1 ; then exit 1 ; fi
28 if ./${PROG} a1.conf a1c.conf > /dev/null 2>&1 ; then exit 1 ; fi
29 if ./${PROG} a1.conf a1d.conf > /dev/null 2>&1 ; then exit 1 ; fi
/freebsd-10.0-release/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;
155 FPU_ADDCS(a1, a1, x1); \
160 a2 = (a2 >> 1) | (a1 << 31), a1 = (a1 >> 1) | (a0 << 31), a0 >>= 1
163 sticky |= a3, a3 = a2, a2 = a1, a1 = a0, a0 = 0
221 x->fp_mant[1] = a1;
[all...]
/freebsd-10.0-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;
168 FPU_ADDCS(a1, a1, x1); \
173 a2 = (a2 >> 1) | (a1 << 31), a1 = (a1 >> 1) | (a0 << 31), a0 >>= 1
176 sticky |= a3, a3 = a2, a2 = a1, a1 = a0, a0 = 0
234 x->fp_mant[1] = a1;
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/
H A Dllib-lncursesw350 const chtype *a1,
361 const char *a1,
387 attr_t *a1,
394 attr_t a1,
400 attr_t a1,
406 attr_t a1,
423 chtype a1,
435 WINDOW *a1,
442 int a1,
462 short a1,
[all...]
/freebsd-10.0-release/share/doc/papers/sysperf/
H A DMakefile7 EXTRA= a1.t a2.t
/freebsd-10.0-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
95 if (a1 == SAL_FREQ_BASE) {
98 } else if (a1 == SAL_SET_VECTORS) {
101 } else if (a1 != SAL_GET_STATE_INFO_SIZE) {
/freebsd-10.0-release/libexec/rtld-elf/mips/
H A Drtld_start.S42 * a1 rtld cleanup (filled in by dynamic loader)
59 PTR_LA a1, 1f
62 1: PTR_SUBU a1, ra, a1 /* relocbase */
64 PTR_ADDU t9, a1, t0
66 PTR_ADDU a0, a1, a0 /* &_DYNAMIC */
69 PTR_ADDU a1, sp, 2*PTR_SIZE /* &our atexit function */
77 PTR_L a1, 2*PTR_SIZE(sp) /* our atexit function */
122 REG_S a1, XCALLFRAME_A1(sp)
142 move a1, t
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_fletcher.c139 uint64_t a0, b0, a1, b1; local
141 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
143 a1 += ip[1];
145 b1 += a1;
148 ZIO_SET_CHECKSUM(zcp, a0, a1, b0, b1);
156 uint64_t a0, b0, a1, b1; local
158 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
160 a1 += BSWAP_64(ip[1]);
162 b1 += a1;
165 ZIO_SET_CHECKSUM(zcp, a0, a1, b
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Ds390x-gf2m.pl44 $a1="%r3";
55 ($a1,$a2,$a4,$a8,$a12,$a48)=map("%r$_",(6..11));
64 lgr $a1,$a
69 srag $lo,$a1,63 # broadcast 63rd bit
70 nihh $a1,0x1fff
80 lgr $a12,$a1
83 stg $a1,`$stdframe+1*8`($sp) # tab[1]=a1
87 stg $a12,`$stdframe+3*8`($sp) # tab[3]=a1^a2
88 xgr $a1,
[all...]
H A Dx86-gf2m.pl48 ($a1,$a2,$a4)=("ecx","edx","ebp");
58 &mov ($a1,$a);
60 &and ($a1,0x3fffffff);
66 &mov (&DWP(1*4,"esp"),$a1); # a1
67 &xor ($a1,$a2); # a1^a2
72 &mov (&DWP(3*4,"esp"),$a1); # a1^a2
75 &xor ($a1,
[all...]
/freebsd-10.0-release/usr.bin/ruptime/
H A Druptime.c150 hscmp(const void *a1, const void *a2) argument
153 strcmp(HS(a1)->hs_wd.wd_hostname, HS(a2)->hs_wd.wd_hostname));
158 lcmp(const void *a1, const void *a2) argument
160 if (ISDOWN(HS(a1)))
162 return (tcmp(a1, a2));
169 (HS(a2)->hs_wd.wd_loadav[0] - HS(a1)->hs_wd.wd_loadav[0]));
264 ucmp(const void *a1, const void *a2) argument
266 if (ISDOWN(HS(a1)))
268 return (tcmp(a1, a2));
274 return (rflg * (HS(a2)->hs_nusers - HS(a1)
279 tcmp(const void *a1, const void *a2) argument
[all...]
/freebsd-10.0-release/sys/sys/
H A Dktr.h186 #define KTR_EVENT2(m, egroup, ident, etype, edat, a0, v0, a1, v1) \
187 CTR4(m, KTR_EFMT(egroup, ident, etype) a0 ", " a1, \
189 #define KTR_EVENT3(m, egroup, ident, etype, edat, a0, v0, a1, v1, a2, v2)\
190 CTR5(m,KTR_EFMT(egroup, ident, etype) a0 ", " a1 ", " a2, \
193 a0, v0, a1, v1, a2, v2, a3, v3) \
194 CTR6(m,KTR_EFMT(egroup, ident, etype) a0 ", " a1 ", " a2 ", " a3,\
204 #define KTR_STATE2(m, egroup, ident, state, a0, v0, a1, v1) \
205 KTR_EVENT2(m, egroup, ident, "state:\"%s\"", state, a0, (v0), a1, (v1))
206 #define KTR_STATE3(m, egroup, ident, state, a0, v0, a1, v1, a2, v2) \
208 state, a0, (v0), a1, (v
[all...]
/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Daf.c237 null_netmatch(a1, a2)
238 struct sockaddr *a1, *a2;
245 null_output(s, f, a1, n)
248 struct sockaddr *a1;
256 null_portmatch(a1)
257 struct sockaddr *a1;
264 null_portcheck(a1)
265 struct sockaddr *a1;
272 null_ishost(a1)
273 struct sockaddr *a1;
[all...]
/freebsd-10.0-release/contrib/gcc/config/s390/
H A Dfixdfdi.h51 UDItype_x __fixunstfdi (long double a1);
55 __fixunstfdi (long double a1) argument
61 dl1.d = a1;
124 DItype_x __fixtfdi (long double a1);
128 __fixtfdi (long double a1) argument
134 dl1.d = a1;
196 UDItype_x __fixunsdfdi (double a1);
200 __fixunsdfdi (double a1) argument
206 dl1.d = a1;
268 DItype_x __fixdfdi (double a1);
272 __fixdfdi(double a1) argument
344 __fixunssfdi(float a1) argument
412 __fixsfdi(float a1) argument
[all...]
/freebsd-10.0-release/sys/cddl/dev/dtrace/mips/
H A Ddtrace_asm.S100 bne t0, a1, 2f
118 bne t0, a1, 2f
191 sb t0, 0(a1)
193 PTR_ADDU a1, a1, 1
211 sb t0, 0(a1)
213 PTR_ADDU a1, a1, 1

Completed in 313 milliseconds

123456789