Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/pygments/lexers/__pycache__/amdgpu.cpython-39.pyc
Ðазад
a a�h� � @ sV d Z ddlmZmZ ddlmZmZmZmZm Z m Z ddlZdgZG dd� de�Z dS )z� pygments.lexers.amdgpu ~~~~~~~~~~~~~~~~~~~~~~ Lexers for the AMDGPU ISA assembly. :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. � )� RegexLexer�words)�Name�Text�Keyword� Whitespace�Number�CommentN�AMDGPULexerc @ s� e Zd ZdZdZdgZdgZdZdZe j Zddefd e fd ejfde fdejfd ejfdejfdejfdejfeddd�ejfdefdejfdefdejfdejfdejfdejfgiZdS )r z For AMD GPU assembly. �AMDGPU�amdgpuz*.isaz)https://gpuopen.com/amd-isa-documentationz2.8�rootz\s+z[\r\n]+z(([a-z_0-9])*:([a-z_0-9])*)z(\[|\]|\(|\)|,|\:|\&)z([;#]|//).*?\nz0((s_)?(scratch|ds|buffer|flat|image)_[a-z0-9_]+)z (_lo|_hi)z(vmcnt|lgkmcnt|expcnt)z(attr[0-9].[a-z]))�opZvaddrZvdata�offZsoffsetZsrsrc�format�offsetZoffenZidxenZglcZdlcZslcZtfeZldsZlitZunormz\b)�suffixz(label_[a-z0-9]+)z (_L[0-9]*)z(s|v)_[a-z0-9_]+z(v[0-9.]+|vcc|exec|v)z s[0-9.]+|sz[0-9]+\.[^0-9]+z(0[xX][a-z0-9]+)|([0-9]+)N)�__name__� __module__�__qualname__�__doc__�name�aliases� filenames�url� version_added�re� IGNORECASE�flagsr r r � Attributer �Singler �Reserved�Variabler r �Float�Integer�tokens� r&