Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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 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 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 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 Dsubsf3vfp.S25 vmov s15, r1 // move second param from r1 into float register
26 vsub.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 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 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
H A Dgtsf2vfp.S25 vmov s15, r1 // move from GPR 1 to float register
26 vcmp.f32 s14, s15
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dcollection.c37 s8, s9, s10, s11, s12, s13, s14, s15, sminus; variable
216 l14 = s14 = c14 = 14; l15 = s15 = c15 = 15;
260 l14 = s14 = c14 = 0; l15 = s15 = c15 = 0;
/openbsd/lib/libcrypto/curve25519/
H A Dcurve25519.c3899 s15 += carry14; in x25519_sc_reduce()
3937 s3 += s15 * 666643; in x25519_sc_reduce()
3938 s4 += s15 * 470296; in x25519_sc_reduce()
3939 s5 += s15 * 654183; in x25519_sc_reduce()
3940 s6 -= s15 * 997805; in x25519_sc_reduce()
3941 s7 += s15 * 136657; in x25519_sc_reduce()
3943 s15 = 0; in x25519_sc_reduce()
4191 int64_t s15; in sc_muladd() local
4280 s15 += carry14; in sc_muladd()
4390 s15 += carry14; in sc_muladd()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/
H A Dbiggest-field-align.c19 static struct {struct {long m;}m;} s15; variable
85 if (max_align < __alignof__ (s15.m)) in main()
86 max_align = __alignof__ (s15.m); in main()
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D3467.crt13 s15/SOAxo9xXMtGFLO0aXXbLO/fVzy0wSD4fZNtQ5LbgZA/r5olZPnxpjDtQlgbn

12