rabbitizer/tables/templates/python/RegGprO32.tablepyi.template

19 lines
489 B
Plaintext
Raw Normal View History

2024-01-28 15:16:11 +00:00
/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */
2023-04-30 21:39:05 +00:00
/* SPDX-License-Identifier: MIT */
from __future__ import annotations
from .Enum import Enum
#define RABBITIZER_DEF_REG(prefix, name, numeric, ...) \
name: Enum
#define RABBITIZER_DEF_REG_NODOLLAR(prefix, name, numeric, ...) \
RABBITIZER_DEF_REG(prefix, name, numeric, __VA_ARGS__)
class RegGprO32:
#include "registers/RabbitizerRegister_GprO32.inc"
2023-04-30 21:39:05 +00:00
#undef RABBITIZER_DEF_REG_NODOLLAR
#undef RABBITIZER_DEF_REG