diff --git a/src/asahi/compiler/agx_opcodes.py b/src/asahi/compiler/agx_opcodes.py index e6f685abf82..57fb6770d17 100644 --- a/src/asahi/compiler/agx_opcodes.py +++ b/src/asahi/compiler/agx_opcodes.py @@ -119,6 +119,8 @@ SR = enum("sr", { 8: 'dispatch_threads_per_threadgroup.x', 9: 'dispatch_threads_per_threadgroup.y', 10: 'dispatch_threads_per_threadgroup.z', + 20: 'core_index', + 21: 'vm_slot', 48: 'thread_position_in_threadgroup.x', 49: 'thread_position_in_threadgroup.y', 50: 'thread_position_in_threadgroup.z', @@ -132,6 +134,9 @@ SR = enum("sr", { 80: 'thread_position_in_grid.x', 81: 'thread_position_in_grid.y', 82: 'thread_position_in_grid.z', + 144: 'opfifo_cmd', + 146: 'opfifo_data_l', + 147: 'opfifo_data_h', }) ATOMIC_OPC = enum("atomic_opc", {