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

1 2

  /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-by-elem-mla.s 7 fmla s30, s11, v1.s[1]
14 // CHECK: fmla s30, s11, v1.s[1] // encoding: [0x7e,0x11,0xa1,0x5f]
neon-scalar-by-elem-mul.s 7 fmul s30, s11, v1.s[1]
14 // CHECK: fmul s30, s11, v1.s[1] // encoding: [0x7e,0x91,0xa1,0x5f]
neon-scalar-by-elem-saturating-mla.s 8 sqdmlal s11, h16, v8.h[4]
16 // CHECK: sqdmlal s11, h16, v8.h[4] // encoding: [0x0b,0x3a,0x48,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...]
  /external/clang/test/Sema/
pragma-align-mac68k.c 92 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/
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;
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,46); s10 += s0
    [all...]
  /external/clang/test/CodeGen/
regparm-struct.c 139 struct s11 { struct
143 __attribute__((regparm(3))) void f15(struct s11 a, int b);
146 struct s11 x = { 41, 42 };
arm-arguments.c 65 // APCS-GNU: struct.s11* noalias sret
67 struct s11 { int : 0; int f0; }; struct
68 struct s11 f11(void) {}
ms_struct-bitfield.c 159 int s11 = sizeof(t11); variable
160 // CHECK: @s11 = global i32 12
161 // CHECK-ARM: @s11 = global i32 12
  /external/clang/test/CodeGenCXX/
catch-undef-behavior.cpp 412 S1 s11; local
413 callee1(s11);
415 s12 = s11;
  /art/test/004-StackWalk/src/
Main.java 32 String s11 = new String("11"); local
54 s += s11;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stringutil.h 150 const StringHolder& s11);
157 const StringHolder& s11, const StringHolder& s12);
stringutil.cc 348 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;
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 37 void s11() noexcept(true);
  /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...]
  /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
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/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
omxSP_FFTInv_CCSToR_F32_Sfs_s.S 89 #define st3 s11
  /external/openssl/crypto/bn/asm/
mips-mont.pl 30 ($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/
vp9_idct.c 675 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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 840 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
871 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
880 x3 = fdct_round_shift(s3 + s11);
888 x11 = fdct_round_shift(s3 - s11);
906 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
923 x11 = fdct_round_shift(s11 + s15);
927 x15 = fdct_round_shift(s11 - s15);
941 s11 = x11;
956 x9 = s9 + s11;
958 x11 = s9 - s11;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 799 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
830 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
839 x3 = fdct_round_shift(s3 + s11);
847 x11 = fdct_round_shift(s3 - s11);
865 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
882 x11 = fdct_round_shift(s11 + s15);
886 x15 = fdct_round_shift(s11 - s15);
900 s11 = x11;
915 x9 = s9 + s11;
917 x11 = s9 - s11;
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-mips.pl 26 ($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)
sha512-mips.pl 28 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
266 $REG_S $s11,$FRAMESIZE-3*$SZREG($sp)
359 $REG_L $s11,$FRAMESIZE-3*$SZREG($sp)

Completed in 1086 milliseconds

1 2