Searched refs:s11 (Results 1 - 25 of 50) sorted by relevance

12

/external/llvm/test/MC/AArch64/
H A Dneon-scalar-fp-compare.s9 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...]
H A Dneon-scalar-by-elem-mla.s7 fmla s30, s11, v1.s[1]
14 // CHECK: fmla s30, s11, v1.s[1] // encoding: [0x7e,0x11,0xa1,0x5f]
H A Dneon-scalar-by-elem-mul.s7 fmul s30, s11, v1.s[1]
14 // CHECK: fmul s30, s11, v1.s[1] // encoding: [0x7e,0x91,0xa1,0x5f]
H A Dneon-scalar-by-elem-saturating-mla.s8 sqdmlal s11, h16, v8.h[4]
16 // CHECK: sqdmlal s11, h16, v8.h[4] // encoding: [0x0b,0x3a,0x48,0x5f]
/external/llvm/test/MC/ARM/
H A Dvpush-vpop.s7 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, s1
[all...]
/external/clang/test/Sema/
H A Dpragma-align-mac68k.c92 struct s11 { struct
96 extern int a11_0[offsetof(struct s11, f0) == 0 ? 1 : -1];
97 extern int a11_1[offsetof(struct s11, f1) == 2 ? 1 : -1];
98 extern int a11_2[sizeof(struct s11) == 10 ? 1 : -1];
99 extern int a11_3[__alignof(struct s11) == 2 ? 1 : -1];
/external/chromium_org/third_party/smhasher/src/
H A DSpooky.h136 uint64 &s8, uint64 &s9, uint64 &s10,uint64 &s11)
138 s0 += data[0]; s2 ^= s10; s11 ^= s0; s0 = Rot64(s0,11); s11 += s1;
139 s1 += data[1]; s3 ^= s11; s0 ^= s1; s1 = Rot64(s1,32); s0 += s2;
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,4
132 Mix( const uint64 *data, uint64 &s0, uint64 &s1, uint64 &s2, uint64 &s3, uint64 &s4, uint64 &s5, uint64 &s6, uint64 &s7, uint64 &s8, uint64 &s9, uint64 &s10,uint64 &s11) argument
[all...]
/external/clang/test/CodeGen/
H A Dregparm-struct.c139 struct s11 { struct
143 __attribute__((regparm(3))) void f15(struct s11 a, int b);
146 struct s11 x = { 41, 42 };
H A Darm-arguments.c65 // APCS-GNU: struct.s11* noalias sret
67 struct s11 { int : 0; int f0; }; struct
68 struct s11 f11(void) {}
H A Dms_struct-bitfield.c159 int s11 = sizeof(t11); variable
160 // CHECK: @s11 = global i32 12
161 // CHECK-ARM: @s11 = global i32 12
/external/clang/test/CodeGenCXX/
H A Dcatch-undef-behavior.cpp412 S1 s11; local
413 callee1(s11);
415 s12 = s11;
/external/clang/test/CXX/except/except.spec/
H A Dp5-pointers.cpp37 void s11() noexcept(true);
/external/valgrind/main/none/tests/arm/
H A Dvfpv4_fma.c106 TESTINSN_bin_f32("vfma.f32 s0, s11, s12", s0, s11, i32, f2u(-INFINITY), s12, i32, f2u(NAN));
117 TESTINSN_bin_f32("vfma.f32 s10, s11, s2", s10, s11, i32, f2u(48755), s2, i32, f2u(1089));
119 TESTINSN_bin_f32("vfma.f32 s30, s11, s12", s30, s11, i32, f2u(356047.56), s12, i32, f2u(5867.009));
123 TESTINSN_bin_f32("vfma.f32 s10, s11, s2", s10, s11, i32, f2u(487.587), s2, i32, f2u(109));
125 TESTINSN_bin_f32("vfma.f32 s0, s11, s12", s0, s11, i3
[all...]
H A Dvfp.c1153 TESTINSN_bin_f32("vmla.f32 s0, s11, s12", s0, s11, i32, f2u(-INFINITY), s12, i32, f2u(NAN));
1164 TESTINSN_bin_f32("vmla.f32 s10, s11, s2", s10, s11, i32, f2u(48755), s2, i32, f2u(1089));
1166 TESTINSN_bin_f32("vmla.f32 s30, s11, s12", s30, s11, i32, f2u(356047.56), s12, i32, f2u(5867.009));
1170 TESTINSN_bin_f32("vmla.f32 s10, s11, s2", s10, s11, i32, f2u(487.587), s2, i32, f2u(109));
1172 TESTINSN_bin_f32("vmla.f32 s0, s11, s12", s0, s11, i3
[all...]
H A Dvfpv4_fma.stdout.exp26 vfma.f32 s0, s11, s12 :: Qd 0x55555555 0x7fc00000 Sm (i32)0xff800000 Sn (i32)0x7fc00000
37 vfma.f32 s10, s11, s2 :: Qd 0x55555555 0x4c4a89cd Sm (i32)0x473e7300 Sn (i32)0x44882000
39 vfma.f32 s30, s11, s12 :: Qd 0x55555555 0x4ef90536 Sm (i32)0x48add9f2 Sn (i32)0x45b75812
43 vfma.f32 s10, s11, s2 :: Qd 0x55555555 0x474f9afc Sm (i32)0x43f3cb23 Sn (i32)0x42da0000
45 vfma.f32 s0, s11, s12 :: Qd 0x55555555 0xff800000 Sm (i32)0x7f800000 Sn (i32)0xc5b4d3c3
75 vfms.f32 s0, s11, s12 :: Qd 0x55555555 0x7fc00000 Sm (i32)0xff800000 Sn (i32)0x7fc00000
86 vfms.f32 s10, s11, s2 :: Qd 0x55555555 0xcc4a89cd Sm (i32)0x473e7300 Sn (i32)0x44882000
88 vfms.f32 s30, s11, s12 :: Qd 0x55555555 0xcef90536 Sm (i32)0x48add9f2 Sn (i32)0x45b75812
92 vfms.f32 s10, s11, s2 :: Qd 0x55555555 0xc74f9afc Sm (i32)0x43f3cb23 Sn (i32)0x42da0000
94 vfms.f32 s0, s11, s1
[all...]
H A Dvfp.stdout.exp142 vmla.f32 s0, s11, s12 :: Sd 0x7fc00000 Sm (i32)0xff800000 Sn (i32)0x7fc00000
153 vmla.f32 s10, s11, s2 :: Sd 0x4c4a89cd Sm (i32)0x473e7300 Sn (i32)0x44882000
155 vmla.f32 s30, s11, s12 :: Sd 0x4ef90536 Sm (i32)0x48add9f2 Sn (i32)0x45b75812
159 vmla.f32 s10, s11, s2 :: Sd 0x474f9afc Sm (i32)0x43f3cb23 Sn (i32)0x42da0000
161 vmla.f32 s0, s11, s12 :: Sd 0xff800000 Sm (i32)0x7f800000 Sn (i32)0xc5b4d3c3
191 vnmla.f32 s0, s11, s12 :: Sd 0xffc00000 Sm (i32)0xff800000 Sn (i32)0x7fc00000
202 vnmla.f32 s10, s11, s2 :: Sd 0xcc4a89cd Sm (i32)0x473e7300 Sn (i32)0x44882000
204 vnmla.f32 s30, s11, s12 :: Sd 0xcef90536 Sm (i32)0x48add9f2 Sn (i32)0x45b75812
208 vnmla.f32 s10, s11, s2 :: Sd 0xc74f9afc Sm (i32)0x43f3cb23 Sn (i32)0x42da0000
210 vnmla.f32 s0, s11, s1
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.h150 const StringHolder& s11);
157 const StringHolder& s11, const StringHolder& s12);
H A Dstringutil.cc348 const StringHolder& s11) {
352 s9.Length() + s10.Length() + s11.Length());
363 result += s11;
373 const StringHolder& s11, const StringHolder& s12) {
377 s9.Length() + s10.Length() + s11.Length() + s12.Length());
388 result += s11;
343 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11) argument
368 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11, const StringHolder& s12) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
955 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
964 x3 = dct_const_round_shift(s3 + s11);
972 x11 = dct_const_round_shift(s3 - s11);
990 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
1007 x11 = dct_const_round_shift(s11 + s15);
1011 x15 = dct_const_round_shift(s11 - s15);
1025 s11 = x11;
1040 x9 = s9 + s11;
1042 x11 = s9 - s11;
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
955 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
964 x3 = dct_const_round_shift(s3 + s11);
972 x11 = dct_const_round_shift(s3 - s11);
990 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
1007 x11 = dct_const_round_shift(s11 + s15);
1011 x15 = dct_const_round_shift(s11 - s15);
1025 s11 = x11;
1040 x9 = s9 + s11;
1042 x11 = s9 - s11;
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c639 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
679 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
688 x3 = dct_const_round_shift(s3 + s11);
696 x11 = dct_const_round_shift(s3 - s11);
714 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
731 x11 = dct_const_round_shift(s11 + s15);
735 x15 = dct_const_round_shift(s11 - s15);
749 s11 = x11;
764 x9 = s9 + s11;
766 x11 = s9 - s11;
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha1-mips.pl26 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
79 @X=map("\$$_",(8..23)); # a4-a7,s0-s11
258 $REG_S $s11,($FRAMESIZE-3)*$SZREG($sp)
330 $REG_L $s11,($FRAMESIZE-3)*$SZREG($sp)
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
H A DomxSP_FFTInv_CCSToR_F32_Sfs_s.S89 #define st3 s11
/external/openssl/crypto/bn/asm/
H A Dmips-mont.pl30 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
112 $m1=$s11;
149 $REG_S $s11,($FRAMESIZE-2)*$SZREG($sp)
401 $REG_L $s11,($FRAMESIZE-2)*$SZREG($sp)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c675 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
715 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
724 x3 = dct_const_round_shift(s3 + s11);
732 x11 = dct_const_round_shift(s3 - s11);
750 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
767 x11 = dct_const_round_shift(s11 + s15);
771 x15 = dct_const_round_shift(s11 - s15);
785 s11 = x11;
800 x9 = s9 + s11;
802 x11 = s9 - s11;
2094 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
[all...]

Completed in 1267 milliseconds

12