rabbitizer/tables/templates/c/instrOpercandCallbacks_array.table.template

11 lines
333 B
Plaintext
Raw Normal View History

2024-01-28 15:16:11 +00:00
/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */
2022-12-16 18:37:46 +00:00
/* SPDX-License-Identifier: MIT */
#define RAB_DEF_OPERAND(prefix, operand) [RAB_OPERAND_##prefix##_##operand] = RabbitizerOperandType_process_##prefix##_##operand,
const OperandCallback instrOpercandCallbacks[] = {
#include "OperandTypes.inc"
2022-12-16 18:37:46 +00:00
};
#undef RAB_DEF_OPERAND