Home
last modified time | relevance | path

Searched refs:s6 (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/external/jpeg/
Dmips_idct_le.S71 sw $s6, 4($sp)
107 or $s6, $t5, $t6
108 or $s6, $s6, $t7
109 bnez $s6, full_column
155 subq.ph $s6, $t2, $t6 # tmp12 ...
158 mulq_rs.ph $s6, $s6, $t8 # ... tmp12 ...
168 shll_s.ph $s6, $s6, 1 # x2
172 subq.ph $s6, $s6, $s7 # ... tmp12
179 addq.ph $t2, $s5, $s6 # tmp1
180 subq.ph $t4, $s5, $s6 # tmp2
[all …]
/external/llvm/test/MC/ARM/
Dinvalid-fp-armv8.s10 vsel.f32 s3, s4, s6
12 vselne.f32 s3, s4, s6
14 vselmi.f32 s3, s4, s6
16 vselpl.f32 s3, s4, s6
18 vselvc.f32 s3, s4, s6
20 vselcs.f32 s3, s4, s6
22 vselcc.f32 s3, s4, s6
24 vselhs.f32 s3, s4, s6
26 vsello.f32 s3, s4, s6
28 vselhi.f32 s3, s4, s6
[all …]
Dthumb-fp-armv8.s35 vcvtn.s32.f32 s6, s23
36 @ CHECK: vcvtn.s32.f32 s6, s23 @ encoding: [0xbd,0xfe,0xeb,0x3a]
37 vcvtn.s32.f64 s6, d23
38 @ CHECK: vcvtn.s32.f64 s6, d23 @ encoding: [0xbd,0xfe,0xe7,0x3b]
52 vcvtn.u32.f32 s6, s23
53 @ CHECK: vcvtn.u32.f32 s6, s23 @ encoding: [0xbd,0xfe,0x6b,0x3a]
54 vcvtn.u32.f64 s6, d23
55 @ CHECK: vcvtn.u32.f64 s6, d23 @ encoding: [0xbd,0xfe,0x67,0x3b]
Dfp-armv8.s32 vcvtn.s32.f32 s6, s23
33 @ CHECK: vcvtn.s32.f32 s6, s23 @ encoding: [0xeb,0x3a,0xbd,0xfe]
34 vcvtn.s32.f64 s6, d23
35 @ CHECK: vcvtn.s32.f64 s6, d23 @ encoding: [0xe7,0x3b,0xbd,0xfe]
49 vcvtn.u32.f32 s6, s23
50 @ CHECK: vcvtn.u32.f32 s6, s23 @ encoding: [0x6b,0x3a,0xbd,0xfe]
51 vcvtn.u32.f64 s6, d23
52 @ CHECK: vcvtn.u32.f64 s6, d23 @ encoding: [0x67,0x3b,0xbd,0xfe]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dstringutil.cc270 const StringHolder& s5, const StringHolder& s6) { in StrCat() argument
273 s5.Length() + s6.Length() + 1); in StrCat()
279 result += s6; in StrCat()
286 const StringHolder& s5, const StringHolder& s6, in StrCat() argument
290 s5.Length() + s6.Length() + s7.Length() + 1); in StrCat()
296 result += s6; in StrCat()
304 const StringHolder& s5, const StringHolder& s6, in StrCat() argument
308 s5.Length() + s6.Length() + s7.Length() + s8.Length() + 1); in StrCat()
314 result += s6; in StrCat()
323 const StringHolder& s5, const StringHolder& s6, in StrCat() argument
[all …]
Dstringutil.h127 const StringHolder& s5, const StringHolder& s6);
131 const StringHolder& s5, const StringHolder& s6,
136 const StringHolder& s5, const StringHolder& s6,
141 const StringHolder& s5, const StringHolder& s6,
147 const StringHolder& s5, const StringHolder& s6,
154 const StringHolder& s5, const StringHolder& s6,
/external/openssl/apps/
Ds_cb.c775 struct sockaddr_in6 s6; in generate_cookie_callback() member
804 length += sizeof(peer.s6.sin6_port); in generate_cookie_callback()
832 &peer.s6.sin6_port, in generate_cookie_callback()
833 sizeof(peer.s6.sin6_port)); in generate_cookie_callback()
834 memcpy(buffer + sizeof(peer.s6.sin6_port), in generate_cookie_callback()
835 &peer.s6.sin6_addr, in generate_cookie_callback()
863 struct sockaddr_in6 s6; in verify_cookie_callback() member
885 length += sizeof(peer.s6.sin6_port); in verify_cookie_callback()
913 &peer.s6.sin6_port, in verify_cookie_callback()
914 sizeof(peer.s6.sin6_port)); in verify_cookie_callback()
[all …]
/external/chromium_org/third_party/smhasher/src/
DSpooky.h135 uint64 &s4, uint64 &s5, uint64 &s6, uint64 &s7, in Mix() argument
142 s4 += data[4]; s6 ^= s2; s3 ^= s4; s4 = Rot64(s4,17); s3 += s5; in Mix()
143 s5 += data[5]; s7 ^= s3; s4 ^= s5; s5 = Rot64(s5,28); s4 += s6; in Mix()
144 s6 += data[6]; s8 ^= s4; s5 ^= s6; s6 = Rot64(s6,39); s5 += s7; in Mix()
145 s7 += data[7]; s9 ^= s5; s6 ^= s7; s7 = Rot64(s7,57); s6 += s8; in Mix()
146 s8 += data[8]; s10 ^= s6; s7 ^= s8; s8 = Rot64(s8,55); s7 += s9; in Mix()
/external/clang/test/CodeGen/
Dx86_32-arguments-win32.c43 struct s6 { struct
46 struct s6 f6_1(void) { while (1) {} } in f6_1() argument
47 void f6_2(struct s6 a0) {} in f6_2()
Dbitfield-2.c239 struct s6 { struct
243 struct s6 g6 = { 0xF }; argument
245 int f6_load(struct s6 *a0) { in f6_load()
248 int f6_store(struct s6 *a0) { in f6_store()
251 int f6_reload(struct s6 *a0) { in f6_reload()
259 struct s6 g6 = { 0xF }; in test_6()
Dexprs.c93 struct s6 { int f0; }; argument
94 int f6(int a0, struct s6 a1, struct s6 a2) { in f6()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c113 int s0, s1, s2, s3, s4, s5, s6, s7; in fadst4() local
131 s6 = sinpi_2_9 * x3; in fadst4()
136 x2 = s1 - s3 + s6; in fadst4()
192 /*canbe16*/ int s0, s1, s2, s3, s4, s5, s6, s7; in fdct8() local
203 s6 = input[1] - input[6]; in fdct8()
221 t0 = (s6 - s5) * cospi_16_64; in fdct8()
222 t1 = (s6 + s5) * cospi_16_64; in fdct8()
250 /*canbe16*/ int s0, s1, s2, s3, s4, s5, s6, s7; in vp9_fdct8x8_c() local
263 s6 = (input[1 * stride] - input[6 * stride]) * 4; in vp9_fdct8x8_c()
281 t0 = (s6 - s5) * cospi_16_64; in vp9_fdct8x8_c()
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans8_dspr2.c472 int s0, s1, s2, s3, s4, s5, s6, s7; in iadst8_dspr2() local
497 s6 = cospi_26_64 * x6 + cospi_6_64 * x7; in iadst8_dspr2()
502 x2 = ROUND_POWER_OF_TWO((s2 + s6), DCT_CONST_BITS); in iadst8_dspr2()
506 x6 = ROUND_POWER_OF_TWO((s2 - s6), DCT_CONST_BITS); in iadst8_dspr2()
516 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7; in iadst8_dspr2()
523 x4 = ROUND_POWER_OF_TWO((s4 + s6), DCT_CONST_BITS); in iadst8_dspr2()
525 x6 = ROUND_POWER_OF_TWO((s4 - s6), DCT_CONST_BITS); in iadst8_dspr2()
531 s6 = cospi_16_64 * (x6 + x7); in iadst8_dspr2()
536 x6 = ROUND_POWER_OF_TWO((s6), DCT_CONST_BITS); in iadst8_dspr2()
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans8_dspr2.c472 int s0, s1, s2, s3, s4, s5, s6, s7; in iadst8_dspr2() local
497 s6 = cospi_26_64 * x6 + cospi_6_64 * x7; in iadst8_dspr2()
502 x2 = ROUND_POWER_OF_TWO((s2 + s6), DCT_CONST_BITS); in iadst8_dspr2()
506 x6 = ROUND_POWER_OF_TWO((s2 - s6), DCT_CONST_BITS); in iadst8_dspr2()
516 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7; in iadst8_dspr2()
523 x4 = ROUND_POWER_OF_TWO((s4 + s6), DCT_CONST_BITS); in iadst8_dspr2()
525 x6 = ROUND_POWER_OF_TWO((s4 - s6), DCT_CONST_BITS); in iadst8_dspr2()
531 s6 = cospi_16_64 * (x6 + x7); in iadst8_dspr2()
536 x6 = ROUND_POWER_OF_TWO((s6), DCT_CONST_BITS); in iadst8_dspr2()
/external/chromium_org/third_party/mesa/src/include/CL/
Dcl_platform.h460 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7; }; member
479 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
535 __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7; }; member
554 … __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
610 __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7; }; member
629 … __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
685 __extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7; }; member
704 …__extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
759 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7; }; member
778 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
[all …]
/external/mesa3d/include/CL/
Dcl_platform.h460 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7; }; member
479 __extension__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
535 __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7; }; member
554 … __extension__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
610 __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7; }; member
629 … __extension__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
685 __extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7; }; member
704 …__extension__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
759 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7; }; member
778 __extension__ struct{ cl_int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; }; member
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_dct.c128 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; in fadst4() local
146 s6 = sinpi_2_9 * x3; in fadst4()
151 x2 = s1 - s3 + s6; in fadst4()
207 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 in fdct8() local
218 s6 = input[1] - input[6]; in fdct8()
236 t0 = (s6 - s5) * cospi_16_64; in fdct8()
237 t1 = (s6 + s5) * cospi_16_64; in fdct8()
276 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 in vp9_fdct8x8_c() local
289 s6 = (input[1 * stride] - input[6 * stride]) * 4; in vp9_fdct8x8_c()
307 t0 = (s6 - s5) * cospi_16_64; in vp9_fdct8x8_c()
[all …]
/external/clang/test/CodeGenCXX/
Dx86_32-arguments.cpp94 struct s6 {}; struct
95 typedef int s6::* s6_mdp;
96 typedef int (s6::*s6_mfp)();
/external/chromium_org/v8/test/mjsunit/
Duri.js44 var s6 = String.fromCharCode(cc6); variable
61 assertEquals('%E0%A0%80', encodeURI(s6));
72 assertEquals(cc6, decodeURI(encodeURI(s6)).charCodeAt(0));
/external/clang/test/Sema/
Dpragma-align-mac68k.c57 struct s6 { struct
61 extern int a6_0[sizeof(struct s6) == 0 ? 1 : -1];
62 extern int a6_1[__alignof(struct s6) == 2 ? 1 : -1];
/external/llvm/test/MC/Mips/mips64/
Dvalid.s55 daddiu $k0,$s6,-4586
88 dsub $a3,$s6,$8
114 luxc1 $f19,$s6($s5)
122 madd $s6,$13
146 movz $a1,$s6,$9
176 sb $s6,-19857($14)
208 sub $s6,$s3,$12
211 subu $sp,$s6,$s6
/external/llvm/test/MC/Mips/mips64r2/
Dvalid.s55 daddiu $k0,$s6,-4586
96 dsub $a3,$s6,$8
97 dsub $a3,$s6,$8
128 luxc1 $f19,$s6($s5)
136 madd $s6,$13
162 movz $a1,$s6,$9
201 sb $s6,-19857($14)
235 sub $s6,$s3,$12
238 subu $sp,$s6,$s6
/external/llvm/test/MC/Mips/mips5/
Dvalid.s53 daddiu $k0,$s6,-4586
83 dsub $a3,$s6,$8
109 luxc1 $f19,$s6($s5)
136 movz $a1,$s6,$9
162 sb $s6,-19857($14)
192 sub $s6,$s3,$12
195 subu $sp,$s6,$s6
/external/llvm/test/MC/Mips/mips32r2/
Dvalid.s69 luxc1 $f19,$s6($s5)
76 madd $s6,$13
101 movz $a1,$s6,$9
141 sb $s6,-19857($14)
171 sub $s6,$s3,$12
174 subu $sp,$s6,$s6
/external/llvm/test/MC/Mips/mips32/
Dvalid.s66 madd $s6,$13
88 movz $a1,$s6,$9
116 sb $s6,-19857($14)
143 sub $s6,$s3,$12
146 subu $sp,$s6,$s6

12345678910>>...15