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

1 2

  /external/compiler-rt/lib/arm/
divsf3vfp.S 23 vdiv.f32 s13, s14, s15
24 vmov r0, s13 // move result back to r0
mulsf3vfp.S 23 vmul.f32 s13, s14, s15
24 vmov r0, s13 // move result back to r0
  /external/clang/test/Analysis/
malloc-overflow.c 96 struct s13 struct
101 void * f13(struct s13 *s)
  /external/clang/test/CodeGen/
regparm-struct.c 167 struct s13 { struct
172 __attribute__((regparm(3))) void f18(struct s13 a, int b, int c, int d);
173 // CHECK: declare void @f18(%struct.s13* byval align 4, i32 inreg, i32 inreg, i32 inreg)
175 struct s13 x = {{41}};
arm-arguments.c 76 // APCS-GNU: struct.s13* noalias sret
80 struct s13 { float f0; }; struct
81 struct s13 f13(void) {}
aarch64-arguments.c 59 // PCS: define %struct.s13 @f13()
60 struct s13 { float f0; }; struct
61 struct s13 f13(void) {}
  /art/test/StackWalk/
StackWalk.java 34 String s13 = new String("13"); local
56 s += s13;
  /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/valgrind/main/none/tests/arm/
vfp.c     [all...]
vfp.stdout.exp 145 vmla.f32 s10, s13, s15 :: Sd 0x7fc00000 Sm (i32)0x7fc00000 Sn (i32)0x00000000
146 vmla.f32 s10, s13, s15 :: Sd 0x7fc00000 Sm (i32)0x7fc00000 Sn (i32)0x7fc00000
158 vmla.f32 s13, s24, s5 :: Sd 0x4993b8e3 Sm (i32)0x445a8000 Sn (i32)0x44ad1333
164 vmla.f32 s20, s13, s15 :: Sd 0x7fc00000 Sm (i32)0xff800000 Sn (i32)0x00000000
194 vnmla.f32 s10, s13, s15 :: Sd 0xffc00000 Sm (i32)0x7fc00000 Sn (i32)0x00000000
195 vnmla.f32 s10, s13, s15 :: Sd 0xffc00000 Sm (i32)0x7fc00000 Sn (i32)0x7fc00000
207 vnmla.f32 s13, s24, s5 :: Sd 0xc993b8e3 Sm (i32)0x445a8000 Sn (i32)0x44ad1333
213 vnmla.f32 s20, s13, s15 :: Sd 0xffc00000 Sm (i32)0xff800000 Sn (i32)0x00000000
243 vmls.f32 s10, s13, s15 :: Sd 0xffc00000 Sm (i32)0x7fc00000 Sn (i32)0x00000000
244 vmls.f32 s10, s13, s15 :: Sd 0xffc00000 Sm (i32)0x7fc00000 Sn (i32)0x7fc0000
    [all...]
  /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
681 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
690 x5 = dct_const_round_shift(s5 + s13);
698 x13 = dct_const_round_shift(s5 - s13);
716 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
729 x9 = dct_const_round_shift(s9 + s13);
733 x13 = dct_const_round_shift(s9 - s13);
751 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
768 x13 = dct_const_round_shift(s13 + s15);
770 x15 = dct_const_round_shift(s13 - s15)
    [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
820 s13 = x12 * cospi_7_64 - x13 * cospi_25_64;
829 x5 = dct_const_round_shift(s5 + s13);
837 x13 = dct_const_round_shift(s5 - s13);
855 s13 = x12 * cospi_4_64 + x13 * cospi_28_64;
868 x9 = dct_const_round_shift(s9 + s13);
872 x13 = dct_const_round_shift(s9 - s13);
890 s13 = x12 * cospi_24_64 - x13 * cospi_8_64;
907 x13 = dct_const_round_shift(s13 + s15);
909 x15 = dct_const_round_shift(s13 - s15)
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 147 SkPMColor s13 = *src.getAddr32(x1, y3); local
150 SkPMColor s3 = cubicBlend(fCoefficients, fractx, s03, s13, s23, s33);
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 329 %define s13 [spp + 4 * stride3]
387 punpcklbw xmm3, s13 ; c0 d0
388 punpckhbw xmm5, s13 ; c8 d8
772 movdqa s13, xmm14
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 147 SkPMColor s13 = *src.getAddr32(x1, y3); local
150 SkPMColor s3 = cubicBlend(fCoefficients, fractx, s03, s13, s23, s33);
  /external/v8/src/arm/
simulator-arm.h 139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
assembler-arm.h 288 const SwVfpRegister s13 = { 13 }; member in namespace:v8::internal
    [all...]
  /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
assembler-arm.h 377 const SwVfpRegister s13 = { 13 }; member in namespace:v8::internal
    [all...]
  /external/llvm/test/MC/AArch64/
basic-a64-diagnostics.s     [all...]
basic-a64-instructions.s     [all...]
  /external/llvm/test/MC/ARM/
simple-fp-encoding.s 251 @ CHECK: vldr s13, [r0] @ encoding: [0x00,0x6a,0xd0,0xed]
252 vldr.32 s13, [r0]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
regexp.js 106 var s13 = computeInputVariants('xrlcerff', 144);
157 re0.exec(s13[i]);
    [all...]
  /external/chromium_org/v8/benchmarks/
regexp.js 106 var s13 = computeInputVariants('xrlcerff', 144);
157 re0.exec(s13[i]);
    [all...]
  /external/v8/benchmarks/
regexp.js 106 var s13 = computeInputVariants('xrlcerff', 144);
157 re0.exec(s13[i]);
    [all...]

Completed in 3281 milliseconds

1 2