etnaviv: isa: Add movar opcode

I was unable to grab this opcode from blob, so lets just
document it as the Gallium driver makes use of it.

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27871>
This commit is contained in:
Christian Gmeiner
2024-03-04 08:33:48 +01:00
committed by Marge Bot
parent e77fbe2bcc
commit d8f6de7314
+5 -1
View File
@@ -949,7 +949,11 @@ SPDX-License-Identifier: MIT
<pattern pos="80">0</pattern> <!-- OPCODE_BIT6 -->
</bitset>
<!-- movar -->
<bitset name="movar" extends="#instruction-alu-src2">
<pattern low="0" high="5">001010</pattern> <!-- OPC -->
<pattern pos="80">0</pattern> <!-- OPCODE_BIT6 -->
</bitset>
<!-- movaf -->
<bitset name="rcp" extends="#instruction-alu-src2">