rabbitizer 1.9.0

MIPS instruction decoder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */
/* SPDX-License-Identifier: MIT */

/* Automatically generated. DO NOT MODIFY */

#ifndef InstrSuffix_enum_h_automatic
#define InstrSuffix_enum_h_automatic

typedef enum RabbitizerInstrSuffix {
    RABINSTRSUFFIX_ALL_NONE,
    RABINSTRSUFFIX_R5900_xyzw,
    RABINSTRSUFFIX_ALL_MAX,
} RabbitizerInstrSuffix;

#endif