mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
etnaviv: isa: Add name for full writemask
Is needed to generate a nicer code. Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28929>
This commit is contained in:
parent
cb69595037
commit
2cb8e9a856
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ SPDX-License-Identifier: MIT
|
|||
<value val="12" display=".__zw"/>
|
||||
<value val="13" display=".x_zw"/>
|
||||
<value val="14" display="._yzw"/>
|
||||
<value val="15" display=""/> <!-- xyzw -->
|
||||
<value val="15" name="xyzw" display=""/> <!-- xyzw -->
|
||||
</enum>
|
||||
|
||||
<bitset name="#instruction-dst" size="14">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue