Searched refs:s14 (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daddsf3vfp.S23 vmov s14, r0 // move first param from r0 into float register
25 vadd.f32 s14, s14, s15
26 vmov r0, s14 // move result back to r0
H A Dsubsf3vfp.S24 vmov s14, r0 // move first param from r0 into float register
26 vsub.f32 s14, s14, s15
27 vmov r0, s14 // move result back to r0
H A Dmulsf3vfp.S23 vmov s14, r0 // move first param from r0 into float register
25 vmul.f32 s13, s14, s15
H A Ddivsf3vfp.S23 vmov s14, r0 // move first param from r0 into float register
25 vdiv.f32 s13, s14, s15
H A Dlesf2vfp.S24 vmov s14, r0 // move from GPR 0 to float register
26 vcmp.f32 s14, s15
H A Dltsf2vfp.S24 vmov s14, r0 // move from GPR 0 to float register
26 vcmp.f32 s14, s15
H A Dunordsf2vfp.S24 vmov s14, r0 // move from GPR 0 to float register
26 vcmp.f32 s14, s15
H A Dgesf2vfp.S24 vmov s14, r0 // move from GPR 0 to float register
26 vcmp.f32 s14, s15
H A Dgtsf2vfp.S24 vmov s14, r0 // move from GPR 0 to float register
26 vcmp.f32 s14, s15
H A Deqsf2vfp.S24 vmov s14, r0 // move from GPR 0 to float register
26 vcmp.f32 s14, s15
H A Dnesf2vfp.S24 vmov s14, r0 // move from GPR 0 to float register
26 vcmp.f32 s14, s15
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1126 int64_t s14; local
1183 s14 = a3 * b11 + a4 * b10 + a5 * b9 + a6 * b8 + a7 * b7 + a8 * b6 +
1218 carry14 = (s14 + (int64_t) (1L << 20)) >> 21;
1220 s14 -= carry14 * ((uint64_t) 1L << 21);
1253 s14 += carry13;
1271 s14 -= s23 * 997805;
1279 s14 += s22 * 136657;
1287 s14 -= s21 * 683901;
1322 carry14 = (s14 + (int64_t) (1L << 20)) >> 21;
1324 s14
1573 int64_t s14 = 2097151 & (load_4(s + 36) >> 6); local
[all...]
/freebsd-current/crypto/openssl/crypto/ec/
H A Dcurve25519.c4641 int64_t s14 = kBottom21Bits & (load_4(s + 36) >> 6); local
4672 s14 -= s23 * 997805;
4681 s14 += s22 * 136657;
4690 s14 -= s21 * 683901;
4729 carry14 = (s14 + (1 << 20)) >> 21;
4731 s14 -= carry14 * (1 << 21);
4746 s14 += carry13;
4776 s2 += s14 * 666643;
4777 s3 += s14 * 470296;
4778 s4 += s14 * 65418
5022 int64_t s14; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64.h664 DEFINE_FPU_PSEUDO(s14, 4, FPU_S_PSEUDO_REG_ENDIAN_OFFSET, v14),
H A DRegisterInfos_arm64_sve.h459 DEFINE_FPU_PSEUDO_SVE(s14, 4, z14),
H A DRegisterInfos_arm.h609 FPU_REG(s14, 4, 14, q3),

Completed in 156 milliseconds