Home
last modified time | relevance | path

Searched refs:uShr (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/pipegen/
H A Dpipecompiler_p.h846 BL_NOINLINE void uShr(const x86::Gp& dst, const x86::Gp& src1, const x86::Gp& src2) noexcept { in uShr() function
857 BL_NOINLINE void uShr(const x86::Gp& dst, const x86::Gp& src1, const Imm& src2) noexcept { in uShr() function
H A Dcompoppart.cpp1196 pc->uShr(o.sx, o.sx, imm(24)); in cMaskInitA8()