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

1 2

  /external/compiler-rt/lib/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
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
truncdfsf2vfp.S 23 vcvt.f32.f64 s15, d7 // convert double to single (trucate precision)
24 vmov r0, s15 // return result in r0
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
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
unordsf2vfp.S 23 vmov s15, r1 // move from GPR 1 to float register
24 vcmp.f32 s14, s15
  /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)
  /art/test/StackWalk/
StackWalk.java 36 String s15 = new String("15"); local
58 s += s15;
  /external/valgrind/main/none/tests/arm/
vfp.c     [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
    [all...]

Completed in 328 milliseconds

1 2