From e2a9bc73f5baf3c8cd862eb836d84a1819312250 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Thu, 29 Feb 2024 14:59:41 +0100 Subject: [PATCH] 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 Part-of: --- src/etnaviv/isa/tests/disasm.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/etnaviv/isa/tests/disasm.cpp b/src/etnaviv/isa/tests/disasm.cpp index f8e5e6854ae..df3c0cfb93d 100644 --- a/src/etnaviv/isa/tests/disasm.cpp +++ b/src/etnaviv/isa/tests/disasm.cpp @@ -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" },