Home
last modified time | relevance | path

Searched refs:ptemp (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddec_msa.c342 uint8_t* ptemp = src - 4 * stride; in VFilter16() local
349 LD_UB8(ptemp, stride, p3, p2, p1, p0, q0, q1, q2, q3); in VFilter16()
353 ptemp = src - 3 * stride; in VFilter16()
354 ST_UB4(p2, p1, p0, q0, ptemp, stride); in VFilter16()
355 ptemp += (4 * stride); in VFilter16()
356 ST_UB2(q1, q2, ptemp, stride); in VFilter16()
690 const uint8_t* const ptemp = dst - BPS - 1; in TM4() local
693 const v8i16 TL = (v8i16)__msa_fill_h(ptemp[0 * BPS]); in TM4()
694 const v8i16 L0 = (v8i16)__msa_fill_h(ptemp[1 * BPS]); in TM4()
695 const v8i16 L1 = (v8i16)__msa_fill_h(ptemp[2 * BPS]); in TM4()
[all …]
/third_party/mesa3d/src/imagination/vulkan/pds/
Dpvr_rogue_pds_disasm.h35 X(PTEMP32, ptemp, 32) \
38 X(PTEMP64, ptemp, 64) \
/third_party/python/Python/
Dpathconfig.c699 wchar_t *ptemp; in _PyPathConfig_ComputeSysPath0() local
703 &ptemp)) { in _PyPathConfig_ComputeSysPath0()
/third_party/vixl/src/aarch64/
Dlogic-aarch64.cc3950 LogicPRegister ptemp(not_sat); in sqrdmulh() local
3955 ptemp.SetActive(vform, i, true); in sqrdmulh()
3958 ptemp.SetActive(vform, i, false); in sqrdmulh()
7613 SimPRegister ptemp; in match() local
7621 ptemp, in match()
7627 SVEPredicateLogicalHelper(ORR_p_p_pp_z, dst, dst, ptemp); in match()
7630 ptrue(vform, ptemp, SVE_ALL); in match()
7631 SVEPredicateLogicalHelper(EOR_p_p_pp_z, dst, dst, ptemp); in match()