etnaviv: isa: Remove note about GC3000

All the encoded instructions in the Opcodes test are comming
from blob running on different GPU models.

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-02-29 14:59:41 +01:00
committed by Marge Bot
parent fa3d2bc486
commit e2a9bc73f5
-1
View File
@@ -89,7 +89,6 @@ INSTANTIATE_TEST_SUITE_P(OperandTypes, DisasmTest,
// clang-format off
INSTANTIATE_TEST_SUITE_P(Opcodes, DisasmTest,
testing::Values(
// GC3000
disasm_state{ {0x00000000, 0x00000000, 0x00000000, 0x00000000}, "nop void, void, void, void\n" },
disasm_state{ {0x00801001, 0x00001804, 0x00000000, 0x00000008}, "add t0.x___, t1.xxxx, void, t0.xxxx\n" },
disasm_state{ {0x07801002, 0x39002805, 0x01c800c0, 0x00390038}, "mad.rtz t0, t2.xyzw, t1.xyzw, t3.xyzw\n" },