Home
last modified time | relevance | path

Searched refs:s15 (Results 1 – 25 of 30) 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 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 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 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/openssl/crypto/ec/
H A Dcurve25519.c4642 int64_t s15 = kBottom21Bits & (load_3(s + 39) >> 3); in x25519_sc_reduce() local
4673 s15 += s23 * 136657; in x25519_sc_reduce()
4682 s15 -= s22 * 683901; in x25519_sc_reduce()
4730 s15 += carry14; in x25519_sc_reduce()
4748 carry15 = (s15 + (1 << 20)) >> 21; in x25519_sc_reduce()
4750 s15 -= carry15 * (1 << 21); in x25519_sc_reduce()
4768 s3 += s15 * 666643; in x25519_sc_reduce()
4769 s4 += s15 * 470296; in x25519_sc_reduce()
4770 s5 += s15 * 654183; in x25519_sc_reduce()
4771 s6 -= s15 * 997805; in x25519_sc_reduce()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.td122 def SX15 : VEReg<15, "s15", [SW15, SF15], ["s15", "got"]>, DwarfRegNum<[15]>;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm.h610 FPU_REG(s15, 4, 15, q3),

12