Home
last modified time | relevance | path

Searched refs:in19 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_dct32x32_msa.c134 v8i16 in16, in17, in18, in19, in20, in21, in22, in23; in fdct8x32_1d_column_odd_store() local
146 in19 = LD_SH(input + 24); in fdct8x32_1d_column_odd_store()
150 vec4 = in19 - in20; in fdct8x32_1d_column_odd_store()
160 in20 = in19 + in20; in fdct8x32_1d_column_odd_store()
184 DOTP_CONST_PAIR(in27, in20, cospi_24_64, cospi_8_64, in19, in28); in fdct8x32_1d_column_odd_store()
185 ADD4(in16, in19, in17, in18, in30, in29, in31, in28, in27, in22, in21, in25); in fdct8x32_1d_column_odd_store()
199 SUB4(in17, in18, in16, in19, in31, in28, in30, in29, in23, in26, in24, in20); in fdct8x32_1d_column_odd_store()
221 ADD2(in28, in29, in31, in30, in16, in19); in fdct8x32_1d_column_odd_store()
222 DOTP_CONST_PAIR(in19, in16, cospi_27_64, cospi_5_64, vec5, vec4); in fdct8x32_1d_column_odd_store()
232 ADD4(in22, in21, in23, in20, in24, in27, in25, in26, in16, in29, in30, in19); in fdct8x32_1d_column_odd_store()
[all …]
/external/llvm-project/llvm/test/Transforms/Reassociate/
Dlong-chains.ll4 … %in11, i8 %in12, i8 %in13, i8 %in14, i8 %in15, i8 %in16, i8 %in17, i8 %in18, i8 %in19, i8 %in20) {
24 %tmp20 = add i8 %tmp19, %in19
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Damdhsa-trap-num-sgprs.ll27 i32 addrspace(1)* %out19, i32 %in19,
58 store i32 %in19, i32 addrspace(1)* %out19
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h326 __m256i in19 = _mm256_loadu_si256((const __m256i *)(in + 19 * 32)); in FDCT32x32_2D_AVX2() local
327 step1[12] = _mm256_add_epi16(in12, in19); in FDCT32x32_2D_AVX2()
334 step1[19] = _mm256_sub_epi16(in12, in19); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h344 __m128i in19 = _mm_loadu_si128((const __m128i *)(in + 19 * 32)); in FDCT32x32_2D() local
345 step1[12] = ADD_EPI16(in12, in19); in FDCT32x32_2D()
352 step1[19] = SUB_EPI16(in12, in19); in FDCT32x32_2D()