Searched refs:res_y (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/sys/dev/pckbport/
H A Dalpsvar.h39 uint32_t res_x, res_y; member in struct:alps_softc
H A Dalps.c535 sc->res_y = 0x7ff * 10 / y_phy;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decp_nistz256.c272 BN_ULONG *res_y = r->Y; local
287 ecp_nistz256_sqr_mont(res_y, S);
288 ecp_nistz256_div_by_2(res_y, res_y);
302 ecp_nistz256_sub(res_y, S, res_y);
319 BN_ULONG res_y[P256_LIMBS]; local
416 ecp_nistz256_sub(res_y, U2, res_x);
419 ecp_nistz256_mul_mont(res_y, R, res_y);
448 BN_ULONG res_y[P256_LIMBS]; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_nistz256.c278 BN_ULONG *res_y = r->Y; local
293 ecp_nistz256_sqr_mont(res_y, S);
294 ecp_nistz256_div_by_2(res_y, res_y);
308 ecp_nistz256_sub(res_y, S, res_y);
325 BN_ULONG res_y[P256_LIMBS]; local
422 ecp_nistz256_sub(res_y, U2, res_x);
425 ecp_nistz256_mul_mont(res_y, R, res_y);
454 BN_ULONG res_y[P256_LIMBS]; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl830 call __ecp_nistz256_div_by_2 ! p256_div_by_2(res_y, tmp0);
860 call __ecp_nistz256_sub_from ! p256_sub(res_y, S, res_y);
874 my ($res_x,$res_y,$res_z,
1095 call __ecp_nistz256_sub_morf ! p256_sub(res_y, U2, res_x);
1096 add %sp,LOCALS+$res_y,$rp
1104 add %sp,LOCALS+$res_y,$ap
1105 call __ecp_nistz256_mul_mont ! p256_mul_mont(res_y, res_y, R);
1106 add %sp,LOCALS+$res_y,
[all...]
H A Decp_nistz256-x86.pl1324 &call ("_ecp_nistz256_div_by_2"); # p256_div_by_2(res_y, tmp0);
1371 &call ("_ecp_nistz256_sub"); # p256_sub(res_y, S, res_y);
1380 { my ($res_x,$res_y,$res_z,
1593 &lea ("edi",&DWP($res_y,"esp"));
1594 &call ("_ecp_nistz256_sub"); # p256_sub(res_y, U2, res_x);
1604 &lea ("ebp",&DWP($res_y,"esp"));
1605 &lea ("edi",&DWP($res_y,"esp"));
1606 &call ("_ecp_nistz256_mul_mont"); # p256_mul_mont(res_y, R, res_y);
[all...]
H A Decp_nistz256-armv4.pl1337 bl __ecp_nistz256_div_by_2 @ p256_div_by_2(res_y, tmp0);
1370 bl __ecp_nistz256_sub_from @ p256_sub(res_y, S, res_y);
1387 my ($res_x,$res_y,$res_z,
1575 add $r_ptr,sp,#$res_y
1576 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x);
1584 add $b_ptr,sp,#$res_y
1585 add $r_ptr,sp,#$res_y
1586 bl __ecp_nistz256_mul_mont @ p256_mul_mont(res_y, res_y,
[all...]
H A Decp_nistz256-armv8.pl795 bl __ecp_nistz256_div_by_2 // p256_div_by_2(res_y, tmp0);
853 bl __ecp_nistz256_sub_from // p256_sub(res_y, S, res_y);
869 my ($res_x,$res_y,$res_z,
1049 add $rp,sp,#$res_y
1050 bl __ecp_nistz256_sub_morf // p256_sub(res_y, U2, res_x);
1057 ldp $a0,$a1,[sp,#$res_y]
1058 ldp $a2,$a3,[sp,#$res_y+16]
1060 add $rp,sp,#$res_y
1061 bl __ecp_nistz256_mul_mont // p256_mul_mont(res_y, res_
[all...]
H A Decp_nistz256-ppc64.pl949 bl __ecp_nistz256_div_by_2 # p256_div_by_2(res_y, tmp0);
1011 bl __ecp_nistz256_sub_from # p256_sub(res_y, S, res_y);
1040 my ($res_x,$res_y,$res_z,
1281 addi $rp,$sp,$res_y
1282 bl __ecp_nistz256_sub_morf # p256_sub(res_y, U2, res_x);
1289 ld $a0,$res_y+0($sp)
1290 ld $a1,$res_y+8($sp)
1291 ld $a2,$res_y+16($sp)
1292 ld $a3,$res_y
[all...]
H A Decp_nistz256-x86_64.pl3334 call __ecp_nistz256_sqr_mont$x # p256_sqr_mont(res_y, S);
3337 ######## ecp_nistz256_div_by_2(res_y, res_y); ##########################
3439 call __ecp_nistz256_sub_from$x # p256_sub(res_y, S, res_y);
3470 $res_x,$res_y,$res_z,
3724 lea $res_y(%rsp), $r_ptr
3726 call __ecp_nistz256_sub$x # p256_sub(res_y, U2, res_x);
3739 `&load_for_mul("$R(%rsp)", "$res_y(%rsp)", "$src0")`
3740 lea $res_y(
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl832 call __ecp_nistz256_div_by_2 ! p256_div_by_2(res_y, tmp0);
862 call __ecp_nistz256_sub_from ! p256_sub(res_y, S, res_y);
876 my ($res_x,$res_y,$res_z,
1097 call __ecp_nistz256_sub_morf ! p256_sub(res_y, U2, res_x);
1098 add %sp,LOCALS+$res_y,$rp
1106 add %sp,LOCALS+$res_y,$ap
1107 call __ecp_nistz256_mul_mont ! p256_mul_mont(res_y, res_y, R);
1108 add %sp,LOCALS+$res_y,
[all...]
H A Decp_nistz256-x86.pl1323 &call ("_ecp_nistz256_div_by_2"); # p256_div_by_2(res_y, tmp0);
1370 &call ("_ecp_nistz256_sub"); # p256_sub(res_y, S, res_y);
1379 { my ($res_x,$res_y,$res_z,
1592 &lea ("edi",&DWP($res_y,"esp"));
1593 &call ("_ecp_nistz256_sub"); # p256_sub(res_y, U2, res_x);
1603 &lea ("ebp",&DWP($res_y,"esp"));
1604 &lea ("edi",&DWP($res_y,"esp"));
1605 &call ("_ecp_nistz256_mul_mont"); # p256_mul_mont(res_y, R, res_y);
[all...]
H A Decp_nistz256-armv4.pl1341 bl __ecp_nistz256_div_by_2 @ p256_div_by_2(res_y, tmp0);
1374 bl __ecp_nistz256_sub_from @ p256_sub(res_y, S, res_y);
1391 my ($res_x,$res_y,$res_z,
1579 add $r_ptr,sp,#$res_y
1580 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x);
1588 add $b_ptr,sp,#$res_y
1589 add $r_ptr,sp,#$res_y
1590 bl __ecp_nistz256_mul_mont @ p256_mul_mont(res_y, res_y,
[all...]
H A Decp_nistz256-armv8.pl798 bl __ecp_nistz256_div_by_2 // p256_div_by_2(res_y, tmp0);
856 bl __ecp_nistz256_sub_from // p256_sub(res_y, S, res_y);
872 my ($res_x,$res_y,$res_z,
1052 add $rp,sp,#$res_y
1053 bl __ecp_nistz256_sub_morf // p256_sub(res_y, U2, res_x);
1060 ldp $a0,$a1,[sp,#$res_y]
1061 ldp $a2,$a3,[sp,#$res_y+16]
1063 add $rp,sp,#$res_y
1064 bl __ecp_nistz256_mul_mont // p256_mul_mont(res_y, res_
[all...]
H A Decp_nistz256-ppc64.pl952 bl __ecp_nistz256_div_by_2 # p256_div_by_2(res_y, tmp0);
1014 bl __ecp_nistz256_sub_from # p256_sub(res_y, S, res_y);
1043 my ($res_x,$res_y,$res_z,
1284 addi $rp,$sp,$res_y
1285 bl __ecp_nistz256_sub_morf # p256_sub(res_y, U2, res_x);
1292 ld $a0,$res_y+0($sp)
1293 ld $a1,$res_y+8($sp)
1294 ld $a2,$res_y+16($sp)
1295 ld $a3,$res_y
[all...]
H A Decp_nistz256-x86_64.pl3336 call __ecp_nistz256_sqr_mont$x # p256_sqr_mont(res_y, S);
3339 ######## ecp_nistz256_div_by_2(res_y, res_y); ##########################
3441 call __ecp_nistz256_sub_from$x # p256_sub(res_y, S, res_y);
3472 $res_x,$res_y,$res_z,
3726 lea $res_y(%rsp), $r_ptr
3728 call __ecp_nistz256_sub$x # p256_sub(res_y, U2, res_x);
3741 `&load_for_mul("$R(%rsp)", "$res_y(%rsp)", "$src0")`
3742 lea $res_y(
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-parloops.c2463 tree res_y = copy_ssa_name (res_z, phi); local
2464 nphi = create_phi_node (res_y, new_exit_block);
2467 add_phi_arg (phi, res_y, succ_new_exit_block, UNKNOWN_LOCATION);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-parloops.cc2463 tree res_y = copy_ssa_name (res_z, phi); local
2464 nphi = create_phi_node (res_y, new_exit_block);
2467 add_phi_arg (phi, res_y, succ_new_exit_block, UNKNOWN_LOCATION);
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
H A Decp_nistz256-armv4.S3692 bl __ecp_nistz256_div_by_2 @ p256_div_by_2(res_y, tmp0);
3725 bl __ecp_nistz256_sub_from @ p256_sub(res_y, S, res_y);
3910 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x);
3920 bl __ecp_nistz256_mul_mont @ p256_mul_mont(res_y, res_y, R);
3923 bl __ecp_nistz256_sub_from @ p256_sub(res_y, res_y, S2);
4232 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x);
4242 bl __ecp_nistz256_mul_mont @ p256_mul_mont(res_y, res_
[all...]
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Decp_nistz256-armv4.S3694 bl __ecp_nistz256_div_by_2 @ p256_div_by_2(res_y, tmp0);
3727 bl __ecp_nistz256_sub_from @ p256_sub(res_y, S, res_y);
3912 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x);
3922 bl __ecp_nistz256_mul_mont @ p256_mul_mont(res_y, res_y, R);
3925 bl __ecp_nistz256_sub_from @ p256_sub(res_y, res_y, S2);
4234 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x);
4244 bl __ecp_nistz256_mul_mont @ p256_mul_mont(res_y, res_
[all...]

Completed in 523 milliseconds