Files

18 lines
529 B
C
Raw Permalink Normal View History

2024-01-28 12:16:11 -03:00
/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */
2022-12-16 15:37:46 -03:00
/* SPDX-License-Identifier: MIT */
/* Automatically generated. DO NOT MODIFY */
2023-05-02 19:01:54 -04:00
#ifndef InstrCategory_Names_array_h_automatic
#define InstrCategory_Names_array_h_automatic
2022-12-16 15:37:46 -03:00
const char *const RabbitizerInstrCategory_Names[] = {
2023-04-30 15:58:01 -04:00
[RABBITIZER_INSTRCAT_CPU] = "CPU",
[RABBITIZER_INSTRCAT_RSP] = "RSP",
[RABBITIZER_INSTRCAT_R3000GTE] = "R3000GTE",
2024-04-22 13:15:58 -04:00
[RABBITIZER_INSTRCAT_R4000ALLEGREX] = "R4000ALLEGREX",
2023-04-30 15:58:01 -04:00
[RABBITIZER_INSTRCAT_R5900] = "R5900",
2022-12-16 15:37:46 -03:00
};
#endif