HomeSort by relevance Sort by last modified time
    Searched refs:s15 (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/compiler-rt/lib/builtins/arm/
fixsfsivfp.S 22 vmov s15, r0 // load float register from R0
23 vcvt.s32.f32 s15, s15 // convert single to 32-bit int into s15
24 vmov r0, s15 // move s15 to result register
fixunssfsivfp.S 23 vmov s15, r0 // load float register from R0
24 vcvt.u32.f32 s15, s15 // convert single to 32-bit unsigned into s15
25 vmov r0, s15 // move s15 to result register
floatsisfvfp.S 22 vmov s15, r0 // move int to float register s15
23 vcvt.f32.s32 s15, s15 // convert 32-bit int in s15 to float in s15
24 vmov r0, s15 // move s15 to result register
floatunssisfvfp.S 22 vmov s15, r0 // move int to float register s15
23 vcvt.f32.u32 s15, s15 // convert 32-bit int in s15 to float in s15
24 vmov r0, s15 // move s15 to result register
addsf3vfp.S 22 vmov s15, r1 // move second param from r1 into float register
23 vadd.f32 s14, s14, s15
divsf3vfp.S 22 vmov s15, r1 // move second param from r1 into float register
23 vdiv.f32 s13, s14, s15
eqsf2vfp.S 23 vmov s15, r1 // move from GPR 1 to float register
24 vcmp.f32 s14, s15
extendsfdf2vfp.S 22 vmov s15, r0 // load float register from R0
23 vcvt.f64.f32 d7, s15 // convert single to double
fixdfsivfp.S 23 vcvt.s32.f64 s15, d7 // convert double to 32-bit int into s15
24 vmov r0, s15 // move s15 to result register
fixunsdfsivfp.S 24 vcvt.u32.f64 s15, d7 // convert double to 32-bit int into s15
25 vmov r0, s15 // move s15 to result register
floatsidfvfp.S 22 vmov s15, r0 // move int to float register s15
23 vcvt.f64.s32 d7, s15 // convert 32-bit int in s15 to double in d7
floatunssidfvfp.S 22 vmov s15, r0 // move int to float register s15
23 vcvt.f64.u32 d7, s15 // convert 32-bit int in s15 to double in d7
gesf2vfp.S 23 vmov s15, r1 // move from GPR 1 to float register
24 vcmp.f32 s14, s15
gtsf2vfp.S 23 vmov s15, r1 // move from GPR 1 to float register
24 vcmp.f32 s14, s15
lesf2vfp.S 23 vmov s15, r1 // move from GPR 1 to float register
24 vcmp.f32 s14, s15
ltsf2vfp.S 23 vmov s15, r1 // move from GPR 1 to float register
24 vcmp.f32 s14, s15
mulsf3vfp.S 22 vmov s15, r1 // move second param from r1 into float register
23 vmul.f32 s13, s14, s15
nesf2vfp.S 23 vmov s15, r1 // move from GPR 1 to float register
24 vcmp.f32 s14, s15
subsf3vfp.S 23 vmov s15, r1 // move second param from r1 into float register
24 vsub.f32 s14, s14, s15
truncdfsf2vfp.S 23 vcvt.f32.f64 s15, d7 // convert double to single (trucate precision)
24 vmov r0, s15 // return result in r0
unordsf2vfp.S 23 vmov s15, r1 // move from GPR 1 to float register
24 vcmp.f32 s14, s15
  /external/llvm/test/MC/AArch64/
neon-scalar-extract-narrow.s 10 sqxtun h21, s15
14 // CHECK: sqxtun h21, s15 // encoding: [0xf5,0x29,0x61,0x7e]
neon-scalar-mul.s 29 fmulx s20, s22, s15
32 // CHECK: fmulx s20, s22, s15 // encoding: [0xd4,0xde,0x2f,0x5e]
  /frameworks/av/media/libeffects/testlibs/
AudioCommon.h 67 // Convert a S15 sample to audio_sample_t
68 inline audio_sample_t s15_to_audio_sample_t(int16_t s15) {
69 return audio_sample_t(s15) << 9;
72 // Convert a audio_sample_t sample to S15 (no clipping)
77 // Convert a audio_sample_t sample to S15 (with clipping)
  /external/valgrind/main/none/tests/arm/
vfpv4_fma.c 109 TESTINSN_bin_f32("vfma.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(0.0));
110 TESTINSN_bin_f32("vfma.f32 s10, s13, s15", s10, s13, i32, f2u(NAN), s15, i32, f2u(NAN));
115 TESTINSN_bin_f32("vfma.f32 s30, s15, s2", s30, s15, i32, f2u(-45667.24), s2, i32, f2u(-248562.76));
118 TESTINSN_bin_f32("vfma.f32 s29, s15, s7", s29, s15, i32, f2u(214), s7, i32, f2u(1752065));
128 TESTINSN_bin_f32("vfma.f32 s20, s13, s15", s20, s13, i32, f2u(-INFINITY), s15, i32, f2u(0.0))
    [all...]

Completed in 279 milliseconds

1 2 3