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

1 2

  /external/compiler-rt/lib/arm/
addsf3vfp.S 21 vmov s14, r0 // move first param from r0 into float register
23 vadd.f32 s14, s14, s15
24 vmov r0, s14 // move result back to r0
subsf3vfp.S 22 vmov s14, r0 // move first param from r0 into float register
24 vsub.f32 s14, s14, s15
25 vmov r0, s14 // move result back to r0
divsf3vfp.S 21 vmov s14, r0 // move first param from r0 into float register
23 vdiv.f32 s13, s14, s15
eqsf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
gesf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
gtsf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
lesf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
ltsf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
mulsf3vfp.S 21 vmov s14, r0 // move first param from r0 into float register
23 vmul.f32 s13, s14, s15
nesf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
unordsf2vfp.S 22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
  /art/test/StackWalk/
StackWalk.java 35 String s14 = new String("14"); local
57 s += s14;
  /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...]
  /external/clang/test/CodeGen/
exprs.c 150 void f14(struct s14 *a) {
  /external/llvm/test/MC/ARM/
thumb-v8fp.s 79 vselvs.f32 s21, s16, s14
80 @ CHECK: vselvs.f32 s21, s16, s14 @ encoding: [0x58,0xfe,0x07,0xaa]
110 vrintxvs.f32 s10, s14
111 @ CHECK: vrintxvs.f32 s10, s14 @ encoding: [0xb7,0xee,0x47,0x5a]
v8fp.s 76 vselvs.f32 s21, s16, s14
77 @ CHECK: vselvs.f32 s21, s16, s14 @ encoding: [0x07,0xaa,0x58,0xfe]
104 vrintxvs.f32 s10, s14
105 @ CHECK: vrintxvs.f32 s10, s14 @ encoding: [0x47,0x5a,0xb7,0x6e]
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 639 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
682 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
691 x6 = dct_const_round_shift(s6 + s14);
699 x14 = dct_const_round_shift(s6 - s14);
717 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
730 x10 = dct_const_round_shift(s10 + s14);
734 x14 = dct_const_round_shift(s10 - s14);
752 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
767 x12 = dct_const_round_shift(s12 + s14);
769 x14 = dct_const_round_shift(s12 - s14);
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp 429 template<typename T> struct s14 {}; struct
430 template<typename T> using a14 = s14<T>;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 787 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
821 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
830 x6 = dct_const_round_shift(s6 + s14);
838 x14 = dct_const_round_shift(s6 - s14);
856 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
869 x10 = dct_const_round_shift(s10 + s14);
873 x14 = dct_const_round_shift(s10 - s14);
891 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
906 x12 = dct_const_round_shift(s12 + s14);
908 x14 = dct_const_round_shift(s12 - s14);
    [all...]
  /external/v8/src/arm/
simulator-arm.h 139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 330 %define s14 [src + 2 * stride7]
390 movdqa xmm6, s14
773 movdqa s14, xmm5
  /external/chromium_org/v8/src/arm/
simulator-arm.h 139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
  /external/valgrind/main/none/tests/arm/
vfp.c     [all...]
vfp.stdout.exp     [all...]
  /external/llvm/test/MC/AArch64/
basic-a64-instructions.s     [all...]

Completed in 535 milliseconds

1 2