Searched refs:y3 (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_div.c160 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local
209 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \
249 y3 = y->fp_mant[3];
H A Dfpu_sqrt.c196 u_int y0, y1, y2, y3; local
264 * t3 = y3, t? |= bit' for the appropriate word. Since the bit
361 y3 = 0;
377 t3 = y3 | bit;
385 y3 |= bit << 1;
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_div.c159 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; local
230 FPU_SUBS(d3, r3, y3); FPU_SUBCS(d2, r2, y2); \
270 y3 = y->fp_mant[3];
H A Dfpu_sqrt.c196 u_int y0, y1, y2, y3; local
281 * t3 = y3, t? |= bit' for the appropriate word. Since the bit
378 y3 = 0;
394 t3 = y3 | bit;
402 y3 |= bit << 1;
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c1430 int y5, y3, tmp; local
1685 y3 = (alpha * tmp) >> order2_3x;
1686 y3 = (y3 * tmp) >> order2_3x;
1687 y3 = (y3 * tmp) >> order2_3x;
1689 y3 = y3 >> order2_3x_rem;
1691 pa_in[idx] = y5 + y3 + (256 * tmp) / g_fxp;
1770 y3
[all...]
/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dop-4.h541 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
554 r3 = x3 + y3 + _c3; \
573 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
586 r3 = x3 - y3 - _c3; \
600 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) \
604 __FP_FRAC_SUB_4 (x3,x2,x1,x0,_t3,_t2,_t1,_t0, y3,y2,y1,y0); \
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_exp.c659 BN_ULONG y0, y1, y2, y3; local
667 y3 = (BN_ULONG)0 - (constant_time_eq_int(i,3)&1);
676 (table[j + 3 * xstride] & y3) )
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c1234 static void point_add(felem x3, felem y3, felem z3, argument
1343 point_double(x3, y3, z3, x1, y1, z1);
1391 felem_assign(y3, y_out);
1399 static void point_add_small(smallfelem x3, smallfelem y3, smallfelem z3, argument
1411 felem_shrink(y3, felem_y3);
H A Decp_nistp224.c917 static void point_add(felem x3, felem y3, felem z3, argument
990 point_double(x3, y3, z3, x1, y1, z1);
1078 felem_assign(y3, y_out);
H A Decp_nistp521.c1139 static void point_add(felem x3, felem y3, felem z3, argument
1232 point_double(x3, y3, z3, x1, y1, z1);
1290 felem_assign(y3, y_out);
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl253 $x2,$x3,$y2,$y3,$t1)=@_;
258 pxor $y3, $t1
266 pand $y3, $x2
H A Dbsaes-armv7.pl202 $x2,$x3,$y2,$y3,$t1)=@_;
205 veor $t1, $y2, $y3
213 vand $x2, $x2, $y3
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c19266 rtx x0, e0, e1, e2, y1, y2, y3, u0, v0, one;
19274 y3 = gen_reg_rtx (DFmode);
19301 /* y3 = y2 + e2 * y2 */
19302 emit_insn (gen_rtx_SET (VOIDmode, y3,
19305 /* u0 = n * y3 */
19307 gen_rtx_MULT (DFmode, n, y3)));
19312 /* res = u0 + v0 * y3 */
19315 gen_rtx_MULT (DFmode, v0, y3), u0)));
19220 rtx x0, e0, e1, e2, y1, y2, y3, u0, v0, one; local
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh4693 SkF+j7BPS9BefEJDjyPSBLEQM46pFMGbWvEdbiM/kt//y3/69//xr//pU/Gy1WfJ

Completed in 207 milliseconds