/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | fixsfsivfp.S | 25 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 D | floatsisfvfp.S | 25 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 D | fixunssfsivfp.S | 26 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 D | floatunssisfvfp.S | 25 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 D | extendsfdf2vfp.S | 24 vmov s15, r0 // load float register from R0 25 vcvt.f64.f32 d7, s15 // convert single to double
|
H A D | truncdfsf2vfp.S | 25 vcvt.f32.f64 s15, d7 // convert double to single (trucate precision) 26 vmov r0, s15 // return result in r0
|
H A D | addsf3vfp.S | 24 vmov s15, r1 // move second param from r1 into float register 25 vadd.f32 s14, s14, s15
|
H A D | divsf3vfp.S | 24 vmov s15, r1 // move second param from r1 into float register 25 vdiv.f32 s13, s14, s15
|
H A D | mulsf3vfp.S | 24 vmov s15, r1 // move second param from r1 into float register 25 vmul.f32 s13, s14, s15
|
H A D | subsf3vfp.S | 25 vmov s15, r1 // move second param from r1 into float register 26 vsub.f32 s14, s14, s15
|
H A D | fixdfsivfp.S | 26 vcvt.s32.f64 s15, d7 // convert double to 32-bit int into s15 27 vmov r0, s15 // move s15 to result register
|
H A D | fixunsdfsivfp.S | 27 vcvt.u32.f64 s15, d7 // convert double to 32-bit int into s15 28 vmov r0, s15 // move s15 to result register
|
H A D | floatsidfvfp.S | 25 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 D | floatunssidfvfp.S | 25 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 D | eqsf2vfp.S | 25 vmov s15, r1 // move from GPR 1 to float register 26 vcmp.f32 s14, s15
|
H A D | gesf2vfp.S | 25 vmov s15, r1 // move from GPR 1 to float register 26 vcmp.f32 s14, s15
|
H A D | gtsf2vfp.S | 25 vmov s15, r1 // move from GPR 1 to float register 26 vcmp.f32 s14, s15
|
H A D | lesf2vfp.S | 25 vmov s15, r1 // move from GPR 1 to float register 26 vcmp.f32 s14, s15
|
H A D | ltsf2vfp.S | 25 vmov s15, r1 // move from GPR 1 to float register 26 vcmp.f32 s14, s15
|
H A D | nesf2vfp.S | 25 vmov s15, r1 // move from GPR 1 to float register 26 vcmp.f32 s14, s15
|
H A D | unordsf2vfp.S | 25 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 D | ed25519_ref10.c | 1127 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 D | curve25519.c | 4642 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 D | VERegisterInfo.td | 122 def SX15 : VEReg<15, "s15", [SW15, SF15], ["s15", "got"]>, DwarfRegNum<[15]>;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_arm.h | 610 FPU_REG(s15, 4, 15, q3),
|