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

  /frameworks/compile/libbcc/runtime/lib/arm/
divsf3vfp.S 21 fdivs s13, s14, s15
22 fmrs r0, s13 // move result back to r0
mulsf3vfp.S 21 fmuls s13, s14, s15
22 fmrs r0, s13 // move result back to r0
  /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/
arm-arguments.c 76 // APCS-GNU: struct.s13* noalias sret
80 struct s13 { float f0; }; struct
81 struct s13 f13(void) {}
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}};
  /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 0x7fc00000 Sm (i32)0x7fc00000 Sn (i32)0x00000000
244 vmls.f32 s10, s13, s15 :: Sd 0x7fc00000 Sm (i32)0x7fc00000 Sn (i32)0x7fc0000
    [all...]
  /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...]
code-stubs-arm.cc     [all...]
  /external/llvm/test/MC/ARM/
simple-fp-encoding.s 243 @ CHECK: vldr s13, [r0] @ encoding: [0x00,0x6a,0xd0,0xed]
244 vldr.32 s13, [r0]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
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...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 73 s13, enumerator in enum:JSC::ARMRegisters::__anon15850
    [all...]

Completed in 158 milliseconds