Searched refs:v_reg (Results 1 – 7 of 7) sorted by relevance
/external/webp/src/dsp/ |
D | cost_mips_dsp_r2.c | 20 int v_reg, ctx_reg; in GetResidualCost_MIPSdspR2() local 70 : [cost]"+&r"(cost), [t]"+&r"(t), [n]"+&r"(n), [v_reg]"=&r"(v_reg), in GetResidualCost_MIPSdspR2()
|
D | cost_mips32.c | 20 int v_reg, ctx_reg; in GetResidualCost_MIPS32() local 75 : [cost]"+&r"(cost), [t]"+&r"(t), [n]"+&r"(n), [v_reg]"=&r"(v_reg), in GetResidualCost_MIPS32()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | temporal_filter_sse4.c | 207 __m128i u_reg, v_reg; in read_chroma_dist_row_16() local 214 read_dist_8(v_dist, &v_reg); in read_chroma_dist_row_16() 216 *v_first = _mm_unpacklo_epi16(v_reg, v_reg); in read_chroma_dist_row_16() 217 *v_second = _mm_unpackhi_epi16(v_reg, v_reg); in read_chroma_dist_row_16()
|
D | highbd_temporal_filter_sse4.c | 179 __m128i u_reg, v_reg; in highbd_read_chroma_dist_row_8() local 186 highbd_read_dist_4(v_dist, &v_reg); in highbd_read_chroma_dist_row_8() 188 *v_first = _mm_unpacklo_epi32(v_reg, v_reg); in highbd_read_chroma_dist_row_8() 189 *v_second = _mm_unpackhi_epi32(v_reg, v_reg); in highbd_read_chroma_dist_row_8()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse4.c | 267 __m128i u_reg, v_reg; in read_chroma_dist_row_16() local 274 read_dist_8(v_dist, &v_reg); in read_chroma_dist_row_16() 276 *v_first = _mm_unpacklo_epi16(v_reg, v_reg); in read_chroma_dist_row_16() 277 *v_second = _mm_unpackhi_epi16(v_reg, v_reg); in read_chroma_dist_row_16() 1211 __m128i u_reg, v_reg; in highbd_read_chroma_dist_row_8() local 1218 highbd_read_dist_4(v_dist, &v_reg); in highbd_read_chroma_dist_row_8() 1220 *v_first = _mm_unpacklo_epi32(v_reg, v_reg); in highbd_read_chroma_dist_row_8() 1221 *v_second = _mm_unpackhi_epi32(v_reg, v_reg); in highbd_read_chroma_dist_row_8()
|
/external/llvm-project/llvm/docs/ |
D | CodeGenerator.rst | 1265 unsigned v_reg, 1269 const TargetRegisterClass *trc = mf.getRegInfo().getRegClass(v_reg);
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1237 unsigned v_reg, 1241 const TargetRegisterClass *trc = mf.getRegInfo().getRegClass(v_reg);
|