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

1 2 3

  /external/llvm/test/MC/AArch64/
neon-scalar-fp-compare.s 9 fcmeq s10, s11, s12
12 // CHECK: fcmeq s10, s11, s12 // encoding: [0x6a,0xe5,0x2c,0x5e]
19 fcmeq s10, s11, #0.0
21 fcmeq s10, s11, #0
24 // CHECK: fcmeq s10, s11, #0.0 // encoding: [0x6a,0xd9,0xa0,0x5e]
26 // CHECK: fcmeq s10, s11, #0.0 // encoding: [0x6a,0xd9,0xa0,0x5e]
33 fcmge s10, s11, s12
36 // CHECK: fcmge s10, s11, s12 // encoding: [0x6a,0xe5,0x2c,0x7e]
43 fcmge s10, s11, #0.0
45 fcmge s10, s11, #
    [all...]
neon-scalar-shift-imm.s 125 sqshrn h17, s10, #4
129 // CHECK: sqshrn h17, s10, #4 // encoding: [0x51,0x95,0x1c,0x5f]
137 uqshrn s10, d12, #13
141 // CHECK: uqshrn s10, d12, #13 // encoding: [0x8a,0x95,0x33,0x7f]
147 sqrshrn h15, s10, #6
151 // CHECK: sqrshrn h15, s10, #6 // encoding: [0x4f,0x9d,0x1a,0x5f]
158 uqrshrn h12, s10, #14
159 uqrshrn s10, d10, #25
162 // CHECK: uqrshrn h12, s10, #14 // encoding: [0x4c,0x9d,0x12,0x7f]
163 // CHECK: uqrshrn s10, d10, #25 // encoding: [0x4a,0x9d,0x27,0x7f
    [all...]
neon-scalar-recip.s 39 frecpx s18, s10
42 // CHECK: frecpx s18, s10 // encoding: [0x52,0xf9,0xa1,0x5e]
neon-scalar-by-elem-mla.s 25 fmls s29, s10, v28.s[1]
32 // CHECK: fmls s29, s10, v28.s[1] // encoding: [0x5d,0x51,0xbc,0x5f]
neon-scalar-by-elem-saturating-mul.s 12 sqdmull d9, s10, v15.s[0]
21 // CHECK: sqdmull d9, s10, v15.s[0] // encoding: [0x49,0xb1,0x8f,0x5f]
  /external/llvm/test/MC/ARM/
vpush-vpop.s 7 vpush {s8, s9, s10, s11, s12}
9 vpop {s8, s9, s10, s11, s12}
12 vpush.16 {s8, s9, s10, s11, s12}
14 vpop.64 {s8, s9, s10, s11, s12}
17 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a]
19 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a]
22 @ CHECK-ARM: vpush {s8, s9, s10, s11, s12} @ encoding: [0x05,0x4a,0x2d,0xed]
24 @ CHECK-ARM: vpop {s8, s9, s10, s11, s12} @ encoding: [0x05,0x4a,0xbd,0xec]
27 @ CHECK-THUMB: vpush {s8, s9, s10, s11, s12} @ encoding: [0x2d,0xed,0x05,0x4a]
29 @ CHECK-THUMB: vpop {s8, s9, s10, s11, s12} @ encoding: [0xbd,0xec,0x05,0x4a
    [all...]
  /art/test/004-StackWalk/src/
Main.java 31 String s10 = new String("10"); local
53 s += s10;
70 s10 = s + s10;
71 s10 += s20;
73 s20 += s10;
  /external/clang/test/Sema/
pragma-align-mac68k.c 86 struct s10 { struct
89 extern int a10_0[sizeof(struct s10) == 2 ? 1 : -1];
90 extern int a10_1[__alignof(struct s10) == 2 ? 1 : -1];
  /external/clang/test/CodeGen/
x86_64-arguments-nacl.c 50 struct s10 { int a; int b; int : 0; }; struct
51 void f10(struct s10 a0) {}
regparm-struct.c 129 struct s10 { struct
132 __attribute__((regparm(3))) void f14(struct s10 a, int b, int c);
135 struct s10 x = { 41 };
arm-arguments.c 61 struct s10 { int f0; int : 0; int : 0; }; struct
62 struct s10 f10(void) {}
ms_struct-bitfield.c 148 int s10 = sizeof(t10); variable
149 // CHECK: @s10 = global i32 16
150 // CHECK-ARM: @s10 = global i32 8
  /external/chromium_org/third_party/smhasher/src/
Spooky.h 136 uint64 &s8, uint64 &s9, uint64 &s10,uint64 &s11)
138 s0 += data[0]; s2 ^= s10; s11 ^= s0; s0 = Rot64(s0,11); s11 += s1;
146 s8 += data[8]; s10 ^= s6; s7 ^= s8; s8 = Rot64(s8,55); s7 += s9;
147 s9 += data[9]; s11 ^= s7; s8 ^= s9; s9 = Rot64(s9,54); s8 += s10;
148 s10 += data[10]; s0 ^= s8; s9 ^= s10; s10 = Rot64(s10,22); s9 += s11;
149 s11 += data[11]; s1 ^= s9; s10 ^= s11; s11 = Rot64(s11,46); s10 += s0
    [all...]
  /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));
117 TESTINSN_bin_f32("vfma.f32 s10, s11, s2", s10, s11, i32, f2u(48755), s2, i32, f2u(1089));
123 TESTINSN_bin_f32("vfma.f32 s10, s11, s2", s10, s11, i32, f2u(487.587), s2, i32, f2u(109));
129 TESTINSN_bin_f32("vfma.f32 s10, s23, s15", s10, s23, i32, f2u(INFINITY), s15, i32, f2u(0.0))
    [all...]
vfpv4_fma.stdout.exp 29 vfma.f32 s10, s13, s15 :: Qd 0x55555555 0x7fc00000 Sm (i32)0x7fc00000 Sn (i32)0x00000000
30 vfma.f32 s10, s13, s15 :: Qd 0x55555555 0x7fc00000 Sm (i32)0x7fc00000 Sn (i32)0x7fc00000
37 vfma.f32 s10, s11, s2 :: Qd 0x55555555 0x4c4a89cd Sm (i32)0x473e7300 Sn (i32)0x44882000
43 vfma.f32 s10, s11, s2 :: Qd 0x55555555 0x474f9afc Sm (i32)0x43f3cb23 Sn (i32)0x42da0000
49 vfma.f32 s10, s23, s15 :: Qd 0x55555555 0x7fc00000 Sm (i32)0x7f800000 Sn (i32)0x00000000
78 vfms.f32 s10, s13, s15 :: Qd 0x55555555 0xffc00000 Sm (i32)0x7fc00000 Sn (i32)0x00000000
79 vfms.f32 s10, s13, s15 :: Qd 0x55555555 0xffc00000 Sm (i32)0x7fc00000 Sn (i32)0x7fc00000
86 vfms.f32 s10, s11, s2 :: Qd 0x55555555 0xcc4a89cd Sm (i32)0x473e7300 Sn (i32)0x44882000
92 vfms.f32 s10, s11, s2 :: Qd 0x55555555 0xc74f9afc Sm (i32)0x43f3cb23 Sn (i32)0x42da0000
98 vfms.f32 s10, s23, s15 :: Qd 0x55555555 0x7fc00000 Sm (i32)0x7f800000 Sn (i32)0x0000000
    [all...]
vfp.c     [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stringutil.h 149 const StringHolder& s9, const StringHolder& s10,
156 const StringHolder& s9, const StringHolder& s10,
stringutil.cc 347 const StringHolder& s9, const StringHolder& s10,
352 s9.Length() + s10.Length() + s11.Length());
362 result += s10;
372 const StringHolder& s9, const StringHolder& s10,
377 s9.Length() + s10.Length() + s11.Length() + s12.Length());
387 result += s10;
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 36 void s10() noexcept;
  /external/clang/test/CXX/expr/expr.const/
p3-0x.cpp 41 T<e10> s10; variable
  /external/chromium_org/third_party/libvpx/source/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/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/chromium_org/v8/test/mjsunit/
uri.js 54 var s10 = String.fromCharCode(cc10); variable
65 assertEquals('%EE%80%80', encodeURI(s10));
78 assertEquals(cc10, decodeURI(encodeURI(s10)).charCodeAt(0));
  /art/test/004-JniTest/src/
Main.java 113 short s8, short s9, short s10);

Completed in 1526 milliseconds

1 2 3