/openbsd/gnu/llvm/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 | 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 | 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 | 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 | subsf3vfp.S | 25 vmov s15, r1 // move second param from r1 into float register 26 vsub.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 | 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 | 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
|
H A D | gtsf2vfp.S | 25 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 D | collection.c | 37 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 D | curve25519.c | 3899 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 D | biggest-field-align.c | 19 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 D | 3467.crt | 13 s15/SOAxo9xXMtGFLO0aXXbLO/fVzy0wSD4fZNtQ5LbgZA/r5olZPnxpjDtQlgbn
|