Home
last modified time | relevance | path

Searched refs:s15 (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dfixsfsivfp.S25 vmov s15, r0 // load float register from R0
26 vcvt.s32.f32 s15, s15 // convert single to 32-bit int into s15
27 vmov r0, s15 // move s15 to result register
H A Dfloatsisfvfp.S25 vmov s15, r0 // move int to float register s15
26 vcvt.f32.s32 s15, s15 // convert 32-bit int in s15 to float in s15
27 vmov r0, s15 // move s15 to result register
H A Dfixunssfsivfp.S26 vmov s15, r0 // load float register from R0
27 vcvt.u32.f32 s15, s15 // convert single to 32-bit unsigned into s15
28 vmov r0, s15 // move s15 to result register
H A Dfloatunssisfvfp.S25 vmov s15, r0 // move int to float register s15
26 vcvt.f32.u32 s15, s15 // convert 32-bit int in s15 to float in s15
27 vmov r0, s15 // move s15 to result register
H A Dextendsfdf2vfp.S24 vmov s15, r0 // load float register from R0
25 vcvt.f64.f32 d7, s15 // convert single to double
H A Dtruncdfsf2vfp.S25 vcvt.f32.f64 s15, d7 // convert double to single (trucate precision)
26 vmov r0, s15 // return result in r0
H A Daddsf3vfp.S24 vmov s15, r1 // move second param from r1 into float register
25 vadd.f32 s14, s14, s15
H A Ddivsf3vfp.S24 vmov s15, r1 // move second param from r1 into float register
25 vdiv.f32 s13, s14, s15
H A Dmulsf3vfp.S24 vmov s15, r1 // move second param from r1 into float register
25 vmul.f32 s13, s14, s15
H A Dsubsf3vfp.S25 vmov s15, r1 // move second param from r1 into float register
26 vsub.f32 s14, s14, s15
H A Dfixdfsivfp.S26 vcvt.s32.f64 s15, d7 // convert double to 32-bit int into s15
27 vmov r0, s15 // move s15 to result register
H A Dfixunsdfsivfp.S27 vcvt.u32.f64 s15, d7 // convert double to 32-bit int into s15
28 vmov r0, s15 // move s15 to result register
H A Dfloatunssidfvfp.S25 vmov s15, r0 // move int to float register s15
26 vcvt.f64.u32 d7, s15 // convert 32-bit int in s15 to double in d7
H A Dfloatsidfvfp.S25 vmov s15, r0 // move int to float register s15
26 vcvt.f64.s32 d7, s15 // convert 32-bit int in s15 to double in d7
H A Deqsf2vfp.S25 vmov s15, r1 // move from GPR 1 to float register
26 vcmp.f32 s14, s15
H A Dgesf2vfp.S25 vmov s15, r1 // move from GPR 1 to float register
26 vcmp.f32 s14, s15
H A Dgtsf2vfp.S25 vmov s15, r1 // move from GPR 1 to float register
26 vcmp.f32 s14, s15
H A Dlesf2vfp.S25 vmov s15, r1 // move from GPR 1 to float register
26 vcmp.f32 s14, s15
H A Dltsf2vfp.S25 vmov s15, r1 // move from GPR 1 to float register
26 vcmp.f32 s14, s15
H A Dnesf2vfp.S25 vmov s15, r1 // move from GPR 1 to float register
26 vcmp.f32 s14, s15
H A Dunordsf2vfp.S25 vmov s15, r1 // move from GPR 1 to float register
26 vcmp.f32 s14, s15
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1127 int64_t s15; in sc25519_muladd() local
1185 s15 = a4 * b11 + a5 * b10 + a6 * b9 + a7 * b8 + a8 * b7 + a9 * b6 + in sc25519_muladd()
1219 s15 += carry14; in sc25519_muladd()
1255 carry15 = (s15 + (int64_t) (1L << 20)) >> 21; in sc25519_muladd()
1257 s15 -= carry15 * ((uint64_t) 1L << 21); in sc25519_muladd()
1272 s15 += s23 * 136657; in sc25519_muladd()
1280 s15 -= s22 * 683901; in sc25519_muladd()
1323 s15 += carry14; in sc25519_muladd()
1341 carry15 = (s15 + (int64_t) (1L << 20)) >> 21; in sc25519_muladd()
1343 s15 -= carry15 * ((uint64_t) 1L << 21); in sc25519_muladd()
[all …]
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dedwards25519.c1067 int64_t s15 = 2097151 & (load_3(s + 39) >> 3); in x25519_sc_reduce() local
1098 s15 += s23 * 136657; in x25519_sc_reduce()
1107 s15 -= s22 * 683901; in x25519_sc_reduce()
1155 s15 += carry14; in x25519_sc_reduce()
1173 carry15 = (s15 + (1 << 20)) >> 21; in x25519_sc_reduce()
1175 s15 -= int64_lshift21(carry15); in x25519_sc_reduce()
1193 s3 += s15 * 666643; in x25519_sc_reduce()
1194 s4 += s15 * 470296; in x25519_sc_reduce()
1195 s5 += s15 * 654183; in x25519_sc_reduce()
1196 s6 -= s15 * 997805; in x25519_sc_reduce()
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c4791 int64_t s15 = kBottom21Bits & (load_3(s + 39) >> 3); in x25519_sc_reduce() local
4822 s15 += s23 * 136657; in x25519_sc_reduce()
4831 s15 -= s22 * 683901; in x25519_sc_reduce()
4879 s15 += carry14; in x25519_sc_reduce()
4897 carry15 = (s15 + (1 << 20)) >> 21; in x25519_sc_reduce()
4899 s15 -= carry15 * (1 << 21); in x25519_sc_reduce()
4917 s3 += s15 * 666643; in x25519_sc_reduce()
4918 s4 += s15 * 470296; in x25519_sc_reduce()
4919 s5 += s15 * 654183; in x25519_sc_reduce()
4920 s6 -= s15 * 997805; in x25519_sc_reduce()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dx1e80100-asus-vivobook-s15.dts19 compatible = "asus,vivobook-s15", "qcom,x1e80100";
484 firmware-name = "qcom/x1e80100/ASUSTeK/vivobook-s15/qcdxkmsuc8380.mbn";
714 firmware-name = "qcom/x1e80100/ASUSTeK/vivobook-s15/qcadsp8380.mbn",
715 "qcom/x1e80100/ASUSTeK/vivobook-s15/adsp_dtbs.elf";
721 firmware-name = "qcom/x1e80100/ASUSTeK/vivobook-s15/qccdsp8380.mbn",
722 "qcom/x1e80100/ASUSTeK/vivobook-s15/cdsp_dtbs.elf";

12