Home
last modified time | relevance | path

Searched refs:in18 (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
145 in18 = LD_SH(input + 16); in fdct8x32_1d_column_odd_store()
152 vec4 = in18 - in21; in fdct8x32_1d_column_odd_store()
159 in21 = in18 + in21; in fdct8x32_1d_column_odd_store()
183 DOTP_CONST_PAIR(in26, in21, cospi_24_64, cospi_8_64, in18, in29); 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()
219 SUB4(in23, in20, in22, in21, in25, in26, in24, in27, in28, in17, in18, in31); in fdct8x32_1d_column_odd_store()
220 DOTP_CONST_PAIR(in18, in17, cospi_12_64, cospi_20_64, in29, in30); in fdct8x32_1d_column_odd_store()
227 SUB2(in28, in29, in31, in30, in17, in18); in fdct8x32_1d_column_odd_store()
[all …]
/external/llvm-project/llvm/test/Transforms/Reassociate/
Dlong-chains.ll4 …i8 %in11, i8 %in12, i8 %in13, i8 %in14, i8 %in15, i8 %in16, i8 %in17, i8 %in18, i8 %in19, i8 %in20…
23 %tmp19 = add i8 %tmp18, %in18
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Damdhsa-trap-num-sgprs.ll26 i32 addrspace(1)* %out18, i32 %in18,
57 store i32 %in18, i32 addrspace(1)* %out18
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h325 __m256i in18 = _mm256_loadu_si256((const __m256i *)(in + 18 * 32)); in FDCT32x32_2D_AVX2() local
328 step1[13] = _mm256_add_epi16(in13, in18); in FDCT32x32_2D_AVX2()
333 step1[18] = _mm256_sub_epi16(in13, in18); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h343 __m128i in18 = _mm_loadu_si128((const __m128i *)(in + 18 * 32)); in FDCT32x32_2D() local
346 step1[13] = ADD_EPI16(in13, in18); in FDCT32x32_2D()
351 step1[18] = SUB_EPI16(in13, in18); in FDCT32x32_2D()