HomeSort by: relevance | last modified time | path
    Searched refs:s14 (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
addsf3vfp.S 21 vmov s14, r0 // move first param from r0 into float register
23 vadd.f32 s14, s14, s15
24 vmov r0, s14 // move result back to r0
subsf3vfp.S 22 vmov s14, r0 // move first param from r0 into float register
24 vsub.f32 s14, s14, s15
25 vmov r0, s14 // move result back to r0
divsf3vfp.S 21 vmov s14, r0 // move first param from r0 into float register
23 vdiv.f32 s13, s14, s15
eqsf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
gesf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
gtsf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
lesf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
ltsf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
mulsf3vfp.S 21 vmov s14, r0 // move first param from r0 into float register
23 vmul.f32 s13, s14, s15
nesf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
unordsf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 1140 int64_t s14; local in function:sc25519_muladd
1197 s14 = a3 * b11 + a4 * b10 + a5 * b9 + a6 * b8 + a7 * b7 + a8 * b6 +
1232 carry14 = (s14 + (int64_t) (1L << 20)) >> 21;
1234 s14 -= carry14 * ((uint64_t) 1L << 21);
1267 s14 += carry13;
1285 s14 -= s23 * 997805;
1293 s14 += s22 * 136657;
1301 s14 -= s21 * 683901;
1336 carry14 = (s14 + (int64_t) (1L << 20)) >> 21;
1338 s14 -= carry14 * ((uint64_t) 1L << 21)
1587 int64_t s14 = 2097151 & (load_4(s + 36) >> 6); local in function:sc25519_reduce
    [all...]
  /src/tests/usr.bin/indent/
t_misc.sh 115 struct s13 { struct s14 { struct s15 { struct s16 {
139 struct s14 {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
cwsr_trap_handler_gfx8.asm 327 s_movrels_b64 s14, s14 //s14 = s[14+m0], s15 = s[15+m0]
602 s_movreld_b64 s14, s14
cwsr_trap_handler_gfx10.asm 353 s_movrels_b64 s14, s14 //s14 = s[14+m0], s15 = s[15+m0]
811 s_movreld_b64 s14, s14
cwsr_trap_handler_gfx9.asm 431 s_movrels_b64 s14, s14 //s14 = s[14+m0], s15 = s[15+m0]
834 s_movreld_b64 s14, s14

Completed in 20 milliseconds