intel/elk: Remove ROR and ROL opcodes

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27629>
This commit is contained in:
Caio Oliveira
2024-02-09 22:05:23 -08:00
committed by Marge Bot
parent 28a7265b10
commit d1049408b5
14 changed files with 1 additions and 50 deletions
-2
View File
@@ -926,8 +926,6 @@ elk_backend_instruction::can_do_source_mods() const
case ELK_OPCODE_CBIT:
case ELK_OPCODE_FBH:
case ELK_OPCODE_FBL:
case ELK_OPCODE_ROL:
case ELK_OPCODE_ROR:
case ELK_OPCODE_SUBB:
case ELK_SHADER_OPCODE_BROADCAST:
case ELK_SHADER_OPCODE_CLUSTER_BROADCAST: