From: Connor Abbott Date: Mon, 17 Aug 2020 17:44:14 +0000 (+0200) Subject: freedreno/afuc: Handle xmov modifiers X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=66dd248593b5fa54680b84032f382551ed7c3cf7;hp=66dd248593b5fa54680b84032f382551ed7c3cf7 freedreno/afuc: Handle xmov modifiers Although it's kind-of similar to "(rptN)" in the shader ISA, I called it "xmov" to make it clear that it's completely orthogonal to "(rep)", although you certainly can use both modifiers on the same instruction. Part-of: ---