HomeSort by relevance Sort by last modified time
    Searched defs:s9 (Results 1 - 25 of 37) sorted by null

1 2

  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_sse2.asm 426 movdqa xmm4, [GLOBAL(s9)]
1632 s9: label
    [all...]
  /external/clang/test/Sema/
pragma-align-mac68k.c 78 struct s9 { struct
83 extern int a9_0[sizeof(struct s9) == 6 ? 1 : -1];
84 extern int a9_1[__alignof(struct s9) == 2 ? 1 : -1];
bitfield-layout_1.c 98 } s9; variable in typeref:struct:__anon17717
99 CHECK_SIZE(s9,8)
  /art/test/004-StackWalk/src/
Main.java 52 String s9 = new String("9"); local
74 s += s9;
  /external/clang/test/CodeGen/
regparm-struct.c 117 struct s9 { struct
122 __attribute__((regparm(3))) void f13(struct s9 a, int b);
125 struct s9 x = {41, 42, 43};
x86_64-arguments-nacl.c 47 struct s9 { int a; int b; int : 0; } f9(void) { while (1) {} } struct
bitfield-2.c 331 struct __attribute__((packed)) s9 { struct
342 int f9_load(struct s9 *a0) {
ms_struct-bitfield.c 138 int s9 = sizeof(t9); variable
139 // CHECK: @s9 = global i32 28
140 // CHECK-ARM: @s9 = global i32 28
arm-arguments.c 56 struct s9 { int f0; int : 0; }; struct
57 struct s9 f9(void) {}
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_iht16x16_add_neon.c 40 int32x4_t s8[2], s9[2], s10[2], s11[2], s12[2], s13[2], s14[2], s15[2]; local
139 iadst_butterfly_lane_0_1_neon(x[8], x[9], c_17_15_21_11, s8, s9);
145 x[1] = add_dct_const_round_shift_low_8(s1, s9);
153 x[9] = sub_dct_const_round_shift_low_8(s1, s9);
170 iadst_butterfly_lane_0_1_neon(x[8], x[9], c_4_28_20_12, s8, s9);
184 x[9] = add_dct_const_round_shift_low_8(s9, s13);
188 x[13] = sub_dct_const_round_shift_low_8(s9, s13);
vp9_highbd_iht16x16_add_neon.c 170 int64x2x2_t s8[2], s9[2], s10[2], s11[2], s12[2], s13[2], s14[2], s15[2]; local
249 highbd_iadst_butterfly(x[8], x[9], vget_low_s32(c_17_15_21_11), 0, 1, s8, s9);
258 x[1] = highbd_add_dct_const_round_shift_low_8(s1, s9);
266 x[9] = highbd_sub_dct_const_round_shift_low_8(s1, s9);
283 highbd_iadst_butterfly(x[8], x[9], vget_low_s32(c_4_28_20_12), 0, 1, s8, s9);
300 x[9] = highbd_add_dct_const_round_shift_low_8(s9, s13);
304 x[13] = highbd_sub_dct_const_round_shift_low_8(s9, s13);
  /art/test/020-string/src/
Main.java 120 String s9 = new String(byteArray, charset); local
  /external/capstone/suite/MC/AArch64/
neon-scalar-by-elem-saturating-mla.s.cs 8 0x28,0x31,0xae,0x5f = sqdmlal d8, s9, v14.s[1] package
  /external/clang/test/CodeGenCXX/
x86_32-arguments.cpp 112 // CHECK-LABEL: define void @_Z2f9v(%struct.s9* noalias sret %agg.result)
115 struct s9 { s9_0 a; s9_1 b; }; struct
116 s9 f9() { return s9(); }
  /external/libvpx/libvpx/vp9/common/x86/
vp9_highbd_iht16x16_add_sse4.c 57 __m128i s0[2], s1[2], s2[2], s3[2], s4[2], s5[2], s6[2], s7[2], s8[2], s9[2], local
67 highbd_iadst_butterfly_sse4_1(io[7], io[8], cospi_17_64, cospi_15_64, s8, s9);
77 x1[0] = _mm_add_epi64(s1[0], s9[0]);
78 x1[1] = _mm_add_epi64(s1[1], s9[1]);
93 x9[0] = _mm_sub_epi64(s1[0], s9[0]);
94 x9[1] = _mm_sub_epi64(s1[1], s9[1]);
175 highbd_iadst_butterfly_sse4_1(x8[0], x9[0], cospi_4_64, cospi_28_64, s8, s9);
185 x9[0] = _mm_add_epi64(s9[0], s13[0]);
186 x9[1] = _mm_add_epi64(s9[1], s13[1]);
193 x13[0] = _mm_sub_epi64(s9[0], s13[0])
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_vpx_convolve8_neon.c 157 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
181 load_4x4((const int16_t *)src, src_stride, &s7, &s8, &s9, &s10);
182 transpose_s16_4x4d(&s7, &s8, &s9, &s10);
186 d2 = highbd_convolve8_4(s2, s3, s4, s5, s6, s7, s8, s9, filters);
187 d3 = highbd_convolve8_4(s3, s4, s5, s6, s7, s8, s9, s10, filters);
205 s5 = s9;
213 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
222 load_8x8((const int16_t *)(src + 7), src_stride, &s7, &s8, &s9, &s10,
233 transpose_s16_8x8(&s7, &s8, &s9, &s10, &t4, &t5, &t6, &t7);
245 d2 = highbd_convolve8_8(s2, s3, s4, s5, s6, s7, s8, s9, filters, max)
366 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
429 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
602 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
670 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
769 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
845 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
    [all...]
vpx_convolve8_neon.c 75 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, local
113 s9 = vget_low_s16(tt2);
120 d2 = convolve8_4(s2, s3, s4, s5, s6, s7, s8, s9, filters, filter3,
122 d3 = convolve8_4(s3, s4, s5, s6, s7, s8, s9, s10, filters, filter3,
143 s5 = s9;
155 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
183 s9 = vreinterpretq_s16_u16(vmovl_u8(t2));
198 t2 = convolve8_8(s2, s3, s4, s5, s6, s7, s8, s9, filters, filter3,
200 t3 = convolve8_8(s3, s4, s5, s6, s7, s8, s9, s10, filters, filter3,
262 s9 = vreinterpretq_s16_u16(vmovl_u8(t2))
328 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, local
412 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
619 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; local
690 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
791 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; local
872 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
    [all...]
loopfilter_neon.c 547 uint8x##w##_t *s8, uint8x##w##_t *s9, uint8x##w##_t *s10, \
845 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
923 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
1054 uint8x16_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
    [all...]
  /external/u-boot/arch/riscv/include/asm/
ptrace.h 38 unsigned long s9; member in struct:pt_regs
  /external/libaom/libaom/av1/common/arm/
wiener_convolve_neon.c 250 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; local
295 s9 = vget_low_s16(tt2); /*pa9 pb9 pc9 pd9 */
309 s3, s4, s5, s6, s7, s8, s9, filter_x_tmp, bd, conv_params->round_0);
311 wiener_convolve8_horiz_4x8(s4, s5, s6, s7, s8, s9, s10,
314 wiener_convolve8_horiz_4x8(s5, s6, s7, s8, s9, s10, s11,
317 wiener_convolve8_horiz_4x8(s6, s7, s8, s9, s10, s11, s12,
320 wiener_convolve8_horiz_4x8(s7, s8, s9, s10, s11, s12, s13,
329 s1 = s9;
396 int16x8_t s8, s9, s10; local
437 s9 = vld1q_s16(s)
    [all...]
convolve_neon.c 226 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, d1, d2, d3; local
256 s9 = vget_low_s16(vreinterpretq_s16_u16(vmovl_u8(t2)));
263 d2 = convolve8_4x4(s2, s3, s4, s5, s6, s7, s8, s9, x_filter);
265 d3 = convolve8_4x4(s3, s4, s5, s6, s7, s8, s9, s10, x_filter);
303 s5 = s9;
316 int16x8_t s8, s9, s10; local
349 s9 = vreinterpretq_s16_u16(vmovl_u8(t2));
364 t2 = convolve8_horiz_8x8(s2, s3, s4, s5, s6, s7, s8, s9, x_filter,
366 t3 = convolve8_horiz_8x8(s3, s4, s5, s6, s7, s8, s9, s10, x_filter,
507 s9 = vreinterpretq_s16_u16(vmovl_u8(t2))
628 int16x4_t s8, s9, s10, d1, d2, d3; local
747 int16x8_t s8, s9, s10; local
898 int16x4_t s8, s9, s10, d1, d2, d3; local
1008 int16x8_t s8, s9, s10, res1, res2, res3, res4, res5, res6, res7; local
1172 int16x4_t s8, s9, s10; local
1311 int16x8_t s8, s9, s10; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 348 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
377 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
386 x1 = fdct_round_shift(s1 + s9);
394 x9 = fdct_round_shift(s1 - s9);
412 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
429 x9 = fdct_round_shift(s9 + s13);
433 x13 = fdct_round_shift(s9 - s13);
447 s9 = x9;
464 x9 = s9 + s11;
466 x11 = s9 - s11
    [all...]
  /art/test/623-checker-loop-regressions/src/
Main.java 538 int s9 = 0; local
571 s9 += b[i];
595 return s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10 + s11 + s12 + s13 + s14 + s15 +
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 391 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
425 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
434 x1 = WRAPLOW(dct_const_round_shift(s1 + s9));
442 x9 = WRAPLOW(dct_const_round_shift(s1 - s9));
460 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
477 x9 = WRAPLOW(dct_const_round_shift(s9 + s13));
481 x13 = WRAPLOW(dct_const_round_shift(s9 - s13));
495 s9 = x9;
512 x9 = WRAPLOW(s9 + s11);
514 x11 = WRAPLOW(s9 - s11)
1710 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans16_dspr2.c 1061 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
    [all...]

Completed in 1847 milliseconds

1 2