1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-FileCopyrightText: © 2022 Decompollaborate */
/* SPDX-License-Identifier: MIT */

/* Automatically generated. DO NOT MODIFY */

 #[repr(u32)]
 #[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
 #[allow(non_camel_case_types)]
pub enum InstrSuffix {
    ALL_NONE,
    R5900_xyzw,
    ALL_MAX,
}