/external/libvpx/libvpx/vpx_dsp/mips/ |
D | fwd_dct32x32_msa.c | 133 v8i16 in16, in17, in18, in19, in20, in21, in22, in23; in fdct8x32_1d_column_odd_store() local 167 in16 = LD_SH(input); in fdct8x32_1d_column_odd_store() 174 vec4 = in16 - in23; in fdct8x32_1d_column_odd_store() 181 ADD4(in16, in23, in17, in22, in30, in25, in31, in24, in16, in17, in30, in31); in fdct8x32_1d_column_odd_store() 184 ADD4(in16, in19, in17, in18, in30, in29, in31, in28, in27, in22, in21, in25); in fdct8x32_1d_column_odd_store() 198 SUB4(in17, in18, in16, in19, in31, in28, in30, in29, in23, in26, in24, in20); in fdct8x32_1d_column_odd_store() 214 in16 = in20; in fdct8x32_1d_column_odd_store() 216 DOTP_CONST_PAIR(-in16, in27, cospi_24_64, cospi_8_64, in20, in27); in fdct8x32_1d_column_odd_store() 220 ADD2(in28, in29, in31, in30, in16, in19); in fdct8x32_1d_column_odd_store() 221 DOTP_CONST_PAIR(in19, in16, cospi_27_64, cospi_5_64, vec5, vec4); in fdct8x32_1d_column_odd_store() [all …]
|
/external/libaom/libaom/av1/common/x86/ |
D | intra_edge_sse4.c | 231 __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/arm/ |
D | macros_armv5e.h | 191 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/libopus/silk/ |
D | MacroCount.h | 205 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 …]
|
D | macros.h | 132 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/ |
D | macros_mipsr1.h | 75 static inline opus_int32 silk_CLZ16(opus_int16 in16) in silk_CLZ16() argument 78 opus_int32 in32 = (opus_int32 )in16; in silk_CLZ16()
|
/external/u-boot/arch/microblaze/cpu/ |
D | start.S | 189 .global in16 symbol 190 .ent in16 192 in16: lhu r3, r0, r5 label 199 .end in16
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstMerge/ |
D | st_sink_no_barrier_call.ll | 13 %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
|
D | st_sink_barrier_call.ll | 13 %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
|
D | st_sink_two_stores.ll | 11 %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
|
D | st_sink_no_barrier_load.ll | 11 %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
|
D | st_sink_with_barrier.ll | 10 %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
|
D | st_sink_no_barrier_store.ll | 11 %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/test/Transforms/InstMerge/ |
D | st_sink_no_barrier_call.ll | 13 %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
|
D | st_sink_barrier_call.ll | 13 %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
|
D | st_sink_with_barrier.ll | 10 %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
|
D | st_sink_no_barrier_store.ll | 11 %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
|
D | st_sink_no_barrier_load.ll | 11 %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
|
D | st_sink_two_stores.ll | 11 %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
|
D | ld_hoist_st_sink.ll | 11 %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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/ |
D | long-chains.ll | 4 … 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | amdhsa-trap-num-sgprs.ll | 24 i32 addrspace(1)* %out16, i32 %in16, 55 store i32 %in16, i32 addrspace(1)* %out16
|
/external/u-boot/arch/powerpc/include/asm/ |
D | ppc.h | 62 unsigned short in16(unsigned int);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVNHoist/ |
D | ld_hoist_st_sink.ll | 11 %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/syzkaller/pkg/ifuzz/ |
D | pseudo.go | 466 func (gen *generator) in16(port uint16) { func 483 gen.in16(port)
|