Searched refs:in20 (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | fwd_dct32x32_msa.c | 134 v8i16 in16, in17, in18, in19, in20, in21, in22, in23; in fdct8x32_1d_column_odd_store() local 137 in20 = LD_SH(input + 32); in fdct8x32_1d_column_odd_store() 142 DOTP_CONST_PAIR(in27, in20, cospi_16_64, cospi_16_64, in20, in27); 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() 187 ADD2(in27, in26, in25, in24, in23, in20); in fdct8x32_1d_column_odd_store() 188 DOTP_CONST_PAIR(in20, in23, cospi_31_64, cospi_1_64, vec4, vec5); 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() 200 DOTP_CONST_PAIR((-in23), in20, cospi_28_64, cospi_4_64, in27, in25); in fdct8x32_1d_column_odd_store() [all …]
|
/external/llvm-project/llvm/test/Transforms/Reassociate/ |
D | long-chains.ll | 4 … %in11, i8 %in12, i8 %in13, i8 %in14, i8 %in15, i8 %in16, i8 %in17, i8 %in18, i8 %in19, i8 %in20) { 25 %tmp21 = add i8 %tmp20, %in20
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | amdhsa-trap-num-sgprs.ll | 28 i32 addrspace(1)* %out20, i32 %in20, 59 store i32 %in20, i32 addrspace(1)* %out20
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | inv_txfm_vsx.c | 708 #define LOAD_8x32(load, in00, in01, in02, in03, in10, in11, in12, in13, in20, \ argument 723 in20 = load(offset + 8 * 16, input); \
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_dct32x32_impl_avx2.h | 305 __m256i in20 = _mm256_loadu_si256((const __m256i *)(in + 20 * 32)); in FDCT32x32_2D_AVX2() local 312 step1[11] = _mm256_add_epi16(in11, in20); in FDCT32x32_2D_AVX2() 313 step1[20] = _mm256_sub_epi16(in11, in20); in FDCT32x32_2D_AVX2()
|
D | fwd_dct32x32_impl_sse2.h | 314 __m128i in20 = _mm_loadu_si128((const __m128i *)(in + 20 * 32)); in FDCT32x32_2D() local 321 step1[11] = ADD_EPI16(in11, in20); in FDCT32x32_2D() 322 step1[20] = SUB_EPI16(in11, in20); in FDCT32x32_2D()
|