Home
last modified time | relevance | path

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

12345678910>>...12

/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_135_add_neon.c93 int16x8_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32]; in vpx_idct32_12_neon() local
243 s6[0] = vaddq_s16(s5[0], s3[7]); in vpx_idct32_12_neon()
244 s6[1] = vaddq_s16(s5[1], s5[6]); in vpx_idct32_12_neon()
245 s6[2] = vaddq_s16(s5[2], s5[5]); in vpx_idct32_12_neon()
246 s6[3] = vaddq_s16(s5[3], s3[4]); in vpx_idct32_12_neon()
247 s6[4] = vsubq_s16(s5[3], s3[4]); in vpx_idct32_12_neon()
248 s6[5] = vsubq_s16(s5[2], s5[5]); in vpx_idct32_12_neon()
249 s6[6] = vsubq_s16(s5[1], s5[6]); in vpx_idct32_12_neon()
250 s6[7] = vsubq_s16(s5[0], s3[7]); in vpx_idct32_12_neon()
252 s6[10] = sub_multiply_shift_and_narrow_s16(s5[13], s5[10], cospi_16_64); in vpx_idct32_12_neon()
[all …]
Dhighbd_idct32x32_135_add_neon.c100 int32x4x2_t in[12], s1[32], s2[32], s3[32], s4[32], s5[32], s6[32], s7[32], in vpx_highbd_idct32_12_neon() local
253 s6[0] = highbd_idct_add_dual(s5[0], s3[7]); in vpx_highbd_idct32_12_neon()
254 s6[1] = highbd_idct_add_dual(s5[1], s5[6]); in vpx_highbd_idct32_12_neon()
255 s6[2] = highbd_idct_add_dual(s5[2], s5[5]); in vpx_highbd_idct32_12_neon()
256 s6[3] = highbd_idct_add_dual(s5[3], s3[4]); in vpx_highbd_idct32_12_neon()
257 s6[4] = highbd_idct_sub_dual(s5[3], s3[4]); in vpx_highbd_idct32_12_neon()
258 s6[5] = highbd_idct_sub_dual(s5[2], s5[5]); in vpx_highbd_idct32_12_neon()
259 s6[6] = highbd_idct_sub_dual(s5[1], s5[6]); in vpx_highbd_idct32_12_neon()
260 s6[7] = highbd_idct_sub_dual(s5[0], s3[7]); in vpx_highbd_idct32_12_neon()
262 s6[10] = sub_multiply_shift_and_narrow_s32_dual(s5[13], s5[10], cospi_16_64); in vpx_highbd_idct32_12_neon()
[all …]
Dhighbd_vpx_convolve8_neon.c44 int16x8_t *s4, int16x8_t *s5, int16x8_t *s6, in load_8x8() argument
58 *s6 = vld1q_s16(s); in load_8x8()
66 const uint16x8_t s5, const uint16x8_t s6, in store_8x8() argument
80 vst1q_u16(s, s6); in store_8x8()
88 const int16x4_t s6, const int16x4_t s7, in convolve8_4() argument
100 sum = vmlal_lane_s16(sum, s6, filters_hi, 2); in convolve8_4()
108 const int16x8_t s6, const int16x8_t s7, in convolve8_8() argument
123 sum0 = vmlal_lane_s16(sum0, vget_low_s16(s6), filters_hi, 2); in convolve8_8()
131 sum1 = vmlal_lane_s16(sum1, vget_high_s16(s6), filters_hi, 2); in convolve8_8()
158 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in vpx_highbd_convolve8_horiz_neon() local
[all …]
Dvpx_convolve8_neon.c45 uint8x8_t *s4, uint8x8_t *s5, uint8x8_t *s6, in load_8x8() argument
59 *s6 = vld1_u8(s); in load_8x8()
67 const uint8x8_t s5, const uint8x8_t s6, in store_8x8() argument
81 vst1_u8(s, s6); in store_8x8()
88 int16x4_t s6, int16x4_t s7, in convolve8_4() argument
99 sum = vmla_lane_s16(sum, s6, filters_hi, 2); in convolve8_4()
108 int16x8_t s6, int16x8_t s7, in convolve8_8() argument
119 sum = vmlaq_lane_s16(sum, s6, filters_hi, 2); in convolve8_8()
147 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_horiz_neon() local
169 s6 = vget_high_s16(tt2); in vpx_convolve8_horiz_neon()
[all …]
/external/llvm/test/MC/AMDGPU/
Dsop2.s43 s_and_b32 s2, s4, s6
51 s_or_b32 s2, s4, s6
59 s_xor_b32 s2, s4, s6
67 s_andn2_b32 s2, s4, s6
75 s_orn2_b32 s2, s4, s6
83 s_nand_b32 s2, s4, s6
91 s_nor_b32 s2, s4, s6
99 s_xnor_b32 s2, s4, s6
107 s_lshl_b32 s2, s4, s6
111 s_lshl_b64 s[2:3], s[4:5], s6
[all …]
/external/llvm/test/MC/Disassembler/AMDGPU/
Dsop2_vi.txt3 # VI: s_and_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x86]
9 # VI: s_or_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x87]
15 # VI: s_xor_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x88]
21 # VI: s_andn2_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x89]
27 # VI: s_orn2_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x8a]
33 # VI: s_nand_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x8b]
39 # VI: s_nor_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x8c]
45 # VI: s_xnor_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x8d]
51 # VI: s_lshl_b32 s2, s4, s6 ; encoding: [0x04,0x06,0x02,0x8e]
54 # VI: s_lshl_b64 s[2:3], s[4:5], s6 ; encoding: [0x04,0x06,0x82,0x8e]
[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 …]
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]
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]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c43 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 in fdct8() local
54 s6 = input[1] - input[6]; in fdct8()
72 t0 = (s6 - s5) * cospi_16_64; in fdct8()
73 t1 = (s6 + s5) * cospi_16_64; in fdct8()
122 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 in fdct16() local
133 s6 = input[1] - input[6]; in fdct16()
151 t0 = (s6 - s5) * cospi_16_64; in fdct16()
152 t1 = (s6 + s5) * cospi_16_64; in fdct16()
237 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; in fadst4() local
255 s6 = sinpi_2_9 * x3; in fadst4()
[all …]
/external/libjpeg-turbo/simd/
Djsimd_mips_dspr2.S165 SAVE_REGS_ON_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7
174 li s6, 0xffff94d1 // -FIX(0.41869)
203 maddu $ac2, s6, t4
220 RESTORE_REGS_FROM_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7
275 SAVE_REGS_ON_STACK 32, s0, s1, s2, s3, s4, s5, s6, s7
300 lbu s6, 0(s3) // cb
305 addiu s6, -128
306 mul t2, t7, s6
310 sll s6, 15
314 mulq_rs.w t0, t5, s6 // Cbbtab[cb]
[all …]
/external/v8/testing/gmock/test/
Dgmock-more-actions_test.cc151 const char* s4, const char* s5, const char* s6) { in Concat6() argument
152 return string(s1) + s2 + s3 + s4 + s5 + s6; in Concat6()
156 const char* s4, const char* s5, const char* s6, in Concat7() argument
158 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7; in Concat7()
162 const char* s4, const char* s5, const char* s6, in Concat8() argument
164 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8; in Concat8()
168 const char* s4, const char* s5, const char* s6, in Concat9() argument
170 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9; in Concat9()
174 const char* s4, const char* s5, const char* s6, in Concat10() argument
177 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10; in Concat10()
[all …]
/external/google-breakpad/src/testing/test/
Dgmock-more-actions_test.cc151 const char* s4, const char* s5, const char* s6) { in Concat6() argument
152 return string(s1) + s2 + s3 + s4 + s5 + s6; in Concat6()
156 const char* s4, const char* s5, const char* s6, in Concat7() argument
158 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7; in Concat7()
162 const char* s4, const char* s5, const char* s6, in Concat8() argument
164 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8; in Concat8()
168 const char* s4, const char* s5, const char* s6, in Concat9() argument
170 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9; in Concat9()
174 const char* s4, const char* s5, const char* s6, in Concat10() argument
177 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10; in Concat10()
[all …]
/external/googletest/googlemock/test/
Dgmock-more-actions_test.cc151 const char* s4, const char* s5, const char* s6) { in Concat6() argument
152 return string(s1) + s2 + s3 + s4 + s5 + s6; in Concat6()
156 const char* s4, const char* s5, const char* s6, in Concat7() argument
158 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7; in Concat7()
162 const char* s4, const char* s5, const char* s6, in Concat8() argument
164 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8; in Concat8()
168 const char* s4, const char* s5, const char* s6, in Concat9() argument
170 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9; in Concat9()
174 const char* s4, const char* s5, const char* s6, in Concat10() argument
177 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10; in Concat10()
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Ditrans8_dspr2.c614 int s0, s1, s2, s3, s4, s5, s6, s7; in iadst8_dspr2() local
639 s6 = cospi_26_64 * x6 + cospi_6_64 * x7; in iadst8_dspr2()
644 x2 = ROUND_POWER_OF_TWO((s2 + s6), DCT_CONST_BITS); in iadst8_dspr2()
648 x6 = ROUND_POWER_OF_TWO((s2 - s6), DCT_CONST_BITS); in iadst8_dspr2()
658 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7; in iadst8_dspr2()
665 x4 = ROUND_POWER_OF_TWO((s4 + s6), DCT_CONST_BITS); in iadst8_dspr2()
667 x6 = ROUND_POWER_OF_TWO((s4 - s6), DCT_CONST_BITS); in iadst8_dspr2()
673 s6 = cospi_16_64 * (x6 + x7); in iadst8_dspr2()
678 x6 = ROUND_POWER_OF_TWO((s6), DCT_CONST_BITS); in iadst8_dspr2()
/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()
/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/llvm/test/MC/Mips/mips32r2/
Dinvalid-dsp.s11 …addq_s.ph $s3,$s6,$s2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU fe…
14 …addu.qb $s6,$v1,$v1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU fe…
16 …addwc $k0,$s6,$s7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU fe…
21 …cmpgu.eq.qb $14,$s6,$s8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU fe…
29 …dpau.h.qbr $ac1,$s7,$s6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU fe…
33 …dpsu.h.qbr $ac2,$a1,$s6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU fe…
34 …extpdpv $s6,$ac0,$s8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU fe…
37 …extrv_r.w $8,$ac1,$s6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU fe…
38 …extrv_rs.w $gp,$ac1,$s6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU fe…
57 …muleq_s.w.phr $s6,$a0,$s8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU fe…
[all …]
/external/clang/test/OpenMP/
Dtarget_update_to_messages.cpp56 S6 s6[5]; member
109 #pragma omp target update to(s7.s6[1].aa[0:5]) in tmain()
110 #pragma omp target update to(x, s7.s6[:5].aa[6]) // expected-error {{OpenMP array section is not al… in tmain()
111 #pragma omp target update to(x, s7.s6[:5].aa[:6]) // expected-error {{OpenMP array section is not a… in tmain()
162 #pragma omp target update to(s7.s6[1].aa[0:5]) in main()
163 #pragma omp target update to(x, s7.s6[:5].aa[6]) // expected-error {{OpenMP array section is not al… in main()
164 #pragma omp target update to(x, s7.s6[:5].aa[:6]) // expected-error {{OpenMP array section is not a… in main()
Dtarget_update_from_messages.cpp56 S6 s6[5]; member
109 #pragma omp target update from(s7.s6[1].aa[0:5]) in tmain()
110 #pragma omp target update from(x, s7.s6[:5].aa[6]) // expected-error {{OpenMP array section is not … in tmain()
111 #pragma omp target update from(x, s7.s6[:5].aa[:6]) // expected-error {{OpenMP array section is not… in tmain()
163 #pragma omp target update from(s7.s6[1].aa[0:5]) in main()
164 #pragma omp target update from(x, s7.s6[:5].aa[6]) // expected-error {{OpenMP array section is not … in main()
165 #pragma omp target update from(x, s7.s6[:5].aa[:6]) // expected-error {{OpenMP array section is not… in main()
/external/selinux/libsepol/cil/test/integration_testing/
Dordered_lists_hard.cil17 (sensitivity s6)
23 (dominance (s5 s6 s8))
24 (dominance (s6 s7 s8 s9))
Dordered_lists_bad1.cil17 (sensitivity s6)
23 (dominance (s5 s6 s8))
24 (dominance (s6 s7 s8 s9))
Dordered_lists_bad3.cil17 (sensitivity s6)
23 (dominance (s5 s6 s8))
24 (dominance (s6 s7 s8 s9))
Dordered_lists_bad2.cil17 (sensitivity s6)
23 (dominance (s5 s6 s8))
24 (dominance (s6 s7 s8 s9))

12345678910>>...12