Home
last modified time | relevance | path

Searched refs:f2_0 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
Dpointer-arithmetic.c12 void *f2_0(void *a, int b) { return &a[b]; } in f2_0() function
/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c632 const __m128i f2_0 = _mm_sub_epi32(xx_loadu_128(&flt1[k]), u_0); in apply_selfguided_restoration_sse4_1() local
633 v_0 = _mm_add_epi32(v_0, _mm_mullo_epi32(xq1, f2_0)); in apply_selfguided_restoration_sse4_1()
Dselfguided_avx2.c687 const __m256i f2_0 = _mm256_sub_epi32(yy_loadu_256(&flt1[k]), u_0); in apply_selfguided_restoration_avx2() local
688 v_0 = _mm256_add_epi32(v_0, _mm256_mullo_epi32(xq1, f2_0)); in apply_selfguided_restoration_avx2()