Home
last modified time | relevance | path

Searched refs:in16 (Results 1 – 25 of 26) sorted by relevance

12

/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
168 in16 = LD_SH(input); in fdct8x32_1d_column_odd_store()
175 vec4 = in16 - in23; in fdct8x32_1d_column_odd_store()
182 ADD4(in16, in23, in17, in22, in30, in25, in31, in24, in16, in17, in30, in31); 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()
215 in16 = in20; in fdct8x32_1d_column_odd_store()
217 DOTP_CONST_PAIR(-in16, in27, cospi_24_64, cospi_8_64, in20, in27); 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()
[all …]
/external/libopus/silk/arm/
Dmacros_armv5e.h191 static OPUS_INLINE opus_int32 silk_CLZ16_armv5(opus_int16 in16) in silk_CLZ16_armv5() argument
198 : "r"(SAFE_SHL(in16,16)|0x8000) in silk_CLZ16_armv5()
202 #define silk_CLZ16(in16) (silk_CLZ16_armv5(in16)) argument
/external/libaom/libaom/av1/common/x86/
Dintra_edge_sse4.c231 __m128i in16 = _mm_lddqu_si128((__m128i *)&in[16]); in av1_upsample_intra_edge_sse4_1() local
238 __m128i in8 = _mm_alignr_epi8(in16, in0, 8); in av1_upsample_intra_edge_sse4_1()
255 __m128i in1 = _mm_alignr_epi8(in16, in0, 1); in av1_upsample_intra_edge_sse4_1()
260 in0 = in16; in av1_upsample_intra_edge_sse4_1()
261 in16 = _mm_setzero_si128(); in av1_upsample_intra_edge_sse4_1()
285 __m128i in16 = _mm_lddqu_si128((__m128i *)&in[16]); in av1_upsample_intra_edge_high_sse4_1() local
312 in8 = in16; in av1_upsample_intra_edge_high_sse4_1()
313 in16 = in24; in av1_upsample_intra_edge_high_sse4_1()
/external/libopus/silk/
DMacroCount.h205 static OPUS_INLINE opus_int32 SigProcFIX_CLZ16(opus_int16 in16) in SigProcFIX_CLZ16() argument
209 if( in16 == 0 ) { in SigProcFIX_CLZ16()
213 if( in16 & 0xFF00 ) { in SigProcFIX_CLZ16()
214 if( in16 & 0xF000 ) { in SigProcFIX_CLZ16()
215 in16 >>= 12; in SigProcFIX_CLZ16()
218 in16 >>= 8; in SigProcFIX_CLZ16()
221 if( in16 & 0xFFF0 ) { in SigProcFIX_CLZ16()
223 in16 >>= 4; in SigProcFIX_CLZ16()
229 if( in16 & 0xC ) { in SigProcFIX_CLZ16()
230 if( in16 & 0x8 ) in SigProcFIX_CLZ16()
[all …]
Dmacros.h132 static OPUS_INLINE opus_int32 silk_CLZ16(opus_int16 in16) in silk_CLZ16() argument
134 return 32 - EC_ILOG(in16<<16|0x8000); in silk_CLZ16()
/external/libopus/silk/mips/
Dmacros_mipsr1.h75 static inline opus_int32 silk_CLZ16(opus_int16 in16) in silk_CLZ16() argument
78 opus_int32 in32 = (opus_int32 )in16; in silk_CLZ16()
/external/llvm/test/Transforms/InstMerge/
Dst_sink_barrier_call.ll13 %node.0.in16 = getelementptr inbounds %struct.node, %struct.node* %r, i64 0, i32 2
14 %node.017 = load %struct.node*, %struct.node** %node.0.in16, align 8
Dst_sink_no_barrier_call.ll13 %node.0.in16 = getelementptr inbounds %struct.node, %struct.node* %r, i64 0, i32 2
14 %node.017 = load %struct.node*, %struct.node** %node.0.in16, align 8
Dst_sink_no_barrier_store.ll11 %node.0.in16 = getelementptr inbounds %struct.node, %struct.node* %r, i64 0, i32 2
12 %node.017 = load %struct.node*, %struct.node** %node.0.in16, align 8
Dst_sink_no_barrier_load.ll11 %node.0.in16 = getelementptr inbounds %struct.node, %struct.node* %r, i64 0, i32 2
12 %node.017 = load %struct.node*, %struct.node** %node.0.in16, align 8
Dst_sink_two_stores.ll11 %node.0.in16 = getelementptr inbounds %struct.node, %struct.node* %r, i64 0, i32 2
12 %node.017 = load %struct.node*, %struct.node** %node.0.in16, align 8
Dst_sink_with_barrier.ll10 %node.0.in16 = getelementptr inbounds %struct.node, %struct.node* %r, i64 0, i32 2
11 %node.017 = load %struct.node*, %struct.node** %node.0.in16, align 8
Dld_hoist_st_sink.ll11 %node.0.in16 = getelementptr inbounds %struct.node, %struct.node* %r, i64 0, i32 2
12 %node.017 = load %struct.node*, %struct.node** %node.0.in16, align 8
/external/llvm-project/llvm/test/Transforms/Reassociate/
Dlong-chains.ll4 … i8 %in9, i8 %in10, i8 %in11, i8 %in12, i8 %in13, i8 %in14, i8 %in15, i8 %in16, i8 %in17, i8 %in18…
21 %tmp17 = add i8 %tmp16, %in16
/external/llvm-project/llvm/test/Transforms/InstMerge/
Dst_sink_barrier_call.ll13 %node.0.in16 = getelementptr inbounds %struct.node, %struct.node* %r, i64 0, i32 2
14 %node.017 = load %struct.node*, %struct.node** %node.0.in16, align 8
Dst_sink_no_barrier_call.ll13 %node.0.in16 = getelementptr inbounds %struct.node, %struct.node* %r, i64 0, i32 2
14 %node.017 = load %struct.node*, %struct.node** %node.0.in16, align 8
Dst_sink_no_barrier_store.ll11 %node.0.in16 = getelementptr inbounds %struct.node, %struct.node* %r, i64 0, i32 2
12 %node.017 = load %struct.node*, %struct.node** %node.0.in16, align 8
Dst_sink_with_barrier.ll10 %node.0.in16 = getelementptr inbounds %struct.node, %struct.node* %r, i64 0, i32 2
11 %node.017 = load %struct.node*, %struct.node** %node.0.in16, align 8
Dst_sink_no_barrier_load.ll11 %node.0.in16 = getelementptr inbounds %struct.node, %struct.node* %r, i64 0, i32 2
12 %node.017 = load %struct.node*, %struct.node** %node.0.in16, align 8
Dst_sink_two_stores.ll11 %node.0.in16 = getelementptr inbounds %struct.node, %struct.node* %r, i64 0, i32 2
12 %node.017 = load %struct.node*, %struct.node** %node.0.in16, align 8
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Damdhsa-trap-num-sgprs.ll24 i32 addrspace(1)* %out16, i32 %in16,
55 store i32 %in16, i32 addrspace(1)* %out16
/external/llvm-project/llvm/test/Transforms/GVNHoist/
Dld_hoist_st_sink.ll11 %node.0.in16 = getelementptr inbounds %struct.node, %struct.node* %r, i64 0, i32 2
12 %node.017 = load %struct.node*, %struct.node** %node.0.in16, align 8
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dunfold-masked-merge-scalar-variablemask.ll78 define i16 @in16(i16 %x, i16 %y, i16 %mask) {
79 ; CHECK-LABEL: in16:
/external/llvm-project/llvm/test/CodeGen/X86/
Dunfold-masked-merge-scalar-variablemask.ll130 define i16 @in16(i16 %x, i16 %y, i16 %mask) {
131 ; CHECK-NOBMI-LABEL: in16:
140 ; CHECK-BMI-LABEL: in16:
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h323 __m256i in16 = _mm256_loadu_si256((const __m256i *)(in + 16 * 32)); in FDCT32x32_2D_AVX2() local
330 step1[15] = _mm256_add_epi16(in15, in16); in FDCT32x32_2D_AVX2()
331 step1[16] = _mm256_sub_epi16(in15, in16); in FDCT32x32_2D_AVX2()

12