aco: add GFX11 opcode numbers

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17333>
This commit is contained in:
Rhys Perry
2022-06-16 18:15:16 +01:00
committed by Marge Bot
parent 2f74df7117
commit d8d99c3c4f
6 changed files with 1272 additions and 1219 deletions
+5
View File
@@ -52,6 +52,11 @@ extern const aco::Info instr_info = {
${opcodes[name].opcode_gfx10},
% endfor
},
{
% for name in opcode_names:
${opcodes[name].opcode_gfx11},
% endfor
},
std::bitset<${len(opcode_names)}>("${can_use_input_modifiers}"),
std::bitset<${len(opcode_names)}>("${can_use_output_modifiers}"),
std::bitset<${len(opcode_names)}>("${is_atomic}"),