LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/r3000gte/gte_macros.h
docs/r3000gte/gte_macros_volatile.h
include/rabbitizer.h
include/analysis/RabbitizerLoPairingInfo.h
include/analysis/RabbitizerRegistersTracker.h
include/analysis/RabbitizerTrackedRegisterState.h
include/common/RabbitizerConfig.h
include/common/RabbitizerVersion.h
include/common/Utils.h
include/generated/Abi_enum.h
include/generated/AccessType_enum.h
include/generated/InstrCategory_Names_array.h
include/generated/InstrCategory_enum.h
include/generated/InstrDescriptor_Descriptors_array.h
include/generated/InstrIdType_Names_array.h
include/generated/InstrIdType_enum.h
include/generated/InstrId_Names_array.h
include/generated/InstrId_enum.h
include/generated/InstrSuffix_enum.h
include/generated/OperandType_enum.h
include/generated/OperandType_function_declarations.h
include/generated/RegisterDescriptor_Descriptors_arrays.h
include/generated/Registers_Names_arrays.h
include/generated/Registers_enums.h
include/generated/instrOpercandCallbacks_array.h
include/instructions/RabbitizerAccessType.h
include/instructions/RabbitizerInstrCategory.h
include/instructions/RabbitizerInstrDescriptor.h
include/instructions/RabbitizerInstrId.h
include/instructions/RabbitizerInstrIdType.h
include/instructions/RabbitizerInstrSuffix.h
include/instructions/RabbitizerInstruction.h
include/instructions/RabbitizerInstructionR3000GTE.h
include/instructions/RabbitizerInstructionR5900.h
include/instructions/RabbitizerInstructionRsp.h
include/instructions/RabbitizerOperandType.h
include/instructions/RabbitizerRegister.h
include/instructions/RabbitizerRegisterDescriptor.h
rabbitizer/Abi.pyi
rabbitizer/AccessType.pyi
rabbitizer/Config.pyi
rabbitizer/Enum.pyi
rabbitizer/InstrCategory.pyi
rabbitizer/InstrId.pyi
rabbitizer/InstrIdType.pyi
rabbitizer/LoPairingInfo.pyi
rabbitizer/OperandType.pyi
rabbitizer/RegCop1N32.pyi
rabbitizer/RegCop1N64.pyi
rabbitizer/RegCop1O32.pyi
rabbitizer/RegGprN32.pyi
rabbitizer/RegGprO32.pyi
rabbitizer/RegistersTracker.pyi
rabbitizer/TrackedRegisterState.pyi
rabbitizer/TrinaryValue.pyi
rabbitizer/Utils.pyi
rabbitizer/__init__.pyi
rabbitizer/py.typed
rabbitizer/rabbitizer.pyi
rabbitizer/rabbitizer_global_config.c
rabbitizer/rabbitizer_macro_utilities.h
rabbitizer/rabbitizer_module.c
rabbitizer/rabbitizer_module.h
rabbitizer/rabbitizer_submodule_Utils.c
rabbitizer/rabbitizer_type_Instruction.c
rabbitizer/rabbitizer_type_LoPairingInfo.c
rabbitizer/rabbitizer_type_RegistersTracker.c
rabbitizer/rabbitizer_type_TrackedRegisterState.c
rabbitizer.egg-info/PKG-INFO
rabbitizer.egg-info/SOURCES.txt
rabbitizer.egg-info/dependency_links.txt
rabbitizer.egg-info/top_level.txt
rabbitizer/enums/enums_utils.c
rabbitizer/enums/enums_utils.h
rabbitizer/enums/rabbitizer_enum_Abi.c
rabbitizer/enums/rabbitizer_enum_AccessType.c
rabbitizer/enums/rabbitizer_enum_InstrCategory.c
rabbitizer/enums/rabbitizer_enum_InstrId.c
rabbitizer/enums/rabbitizer_enum_InstrIdType.c
rabbitizer/enums/rabbitizer_enum_OperandType.c
rabbitizer/enums/rabbitizer_enum_TrinaryValue.c
rabbitizer/enums/rabbitizer_type_Enum.c
rabbitizer/enums/registers/rabbitizer_enum_Cop1N32.c
rabbitizer/enums/registers/rabbitizer_enum_Cop1N64.c
rabbitizer/enums/registers/rabbitizer_enum_Cop1O32.c
rabbitizer/enums/registers/rabbitizer_enum_GprN32.c
rabbitizer/enums/registers/rabbitizer_enum_GprO32.c
src/analysis/RabbitizerLoPairingInfo.c
src/analysis/RabbitizerRegistersTracker.c
src/analysis/RabbitizerTrackedRegisterState.c
src/common/RabbitizerConfig.c
src/common/RabbitizerVersion.c
src/common/Utils.c
src/instructions/RabbitizerInstrCategory.c
src/instructions/RabbitizerInstrDescriptor.c
src/instructions/RabbitizerInstrId.c
src/instructions/RabbitizerInstrIdType.c
src/instructions/RabbitizerInstrSuffix.c
src/instructions/RabbitizerRegister.c
src/instructions/RabbitizerRegisterDescriptor.c
src/instructions/RabbitizerInstruction/RabbitizerInstruction.c
src/instructions/RabbitizerInstruction/RabbitizerInstruction_Disassemble.c
src/instructions/RabbitizerInstruction/RabbitizerInstruction_Examination.c
src/instructions/RabbitizerInstruction/RabbitizerInstruction_Operand.c
src/instructions/RabbitizerInstruction/RabbitizerInstruction_ProcessUniqueId.c
src/instructions/RabbitizerInstructionCpu/RabbitizerInstructionCpu_OperandType.c
src/instructions/RabbitizerInstructionR3000GTE/RabbitizerInstructionR3000GTE.c
src/instructions/RabbitizerInstructionR3000GTE/RabbitizerInstructionR3000GTE_OperandType.c
src/instructions/RabbitizerInstructionR3000GTE/RabbitizerInstructionR3000GTE_ProcessUniqueId.c
src/instructions/RabbitizerInstructionR5900/RabbitizerInstructionR5900.c
src/instructions/RabbitizerInstructionR5900/RabbitizerInstructionR5900_OperandType.c
src/instructions/RabbitizerInstructionR5900/RabbitizerInstructionR5900_ProcessUniqueId.c
src/instructions/RabbitizerInstructionRsp/RabbitizerInstructionRsp.c
src/instructions/RabbitizerInstructionRsp/RabbitizerInstructionRsp_OperandType.c
src/instructions/RabbitizerInstructionRsp/RabbitizerInstructionRsp_ProcessUniqueId.c
tables/Makefile
tables/tables/Abi.inc
tables/tables/AccessType.inc
tables/tables/InstrCategory.inc
tables/tables/InstrIdType.inc
tables/tables/InstrIds.inc
tables/tables/InstrSuffix.inc
tables/tables/OperandTypes.inc
tables/tables/instr_id/RabbitizerInstrId_cpu.inc
tables/tables/instr_id/RabbitizerInstrId_r3000gte.inc
tables/tables/instr_id/RabbitizerInstrId_r5900.inc
tables/tables/instr_id/RabbitizerInstrId_rsp.inc
tables/tables/instr_id/cpu/cpu_cop0.inc
tables/tables/instr_id/cpu/cpu_cop0_bc0.inc
tables/tables/instr_id/cpu/cpu_cop0_tlb.inc
tables/tables/instr_id/cpu/cpu_cop1.inc
tables/tables/instr_id/cpu/cpu_cop1_bc1.inc
tables/tables/instr_id/cpu/cpu_cop1_fpu_d.inc
tables/tables/instr_id/cpu/cpu_cop1_fpu_l.inc
tables/tables/instr_id/cpu/cpu_cop1_fpu_s.inc
tables/tables/instr_id/cpu/cpu_cop1_fpu_w.inc
tables/tables/instr_id/cpu/cpu_cop2.inc
tables/tables/instr_id/cpu/cpu_normal.inc
tables/tables/instr_id/cpu/cpu_regimm.inc
tables/tables/instr_id/cpu/cpu_special.inc
tables/tables/instr_id/r3000gte/r3000gte_cop2_gte.inc
tables/tables/instr_id/r5900/r5900_cop0_tlb.inc
tables/tables/instr_id/r5900/r5900_cop1_fpu_s.inc
tables/tables/instr_id/r5900/r5900_cop2.inc
tables/tables/instr_id/r5900/r5900_cop2_bc2.inc
tables/tables/instr_id/r5900/r5900_cop2_special1.inc
tables/tables/instr_id/r5900/r5900_cop2_special2.inc
tables/tables/instr_id/r5900/r5900_mmi.inc
tables/tables/instr_id/r5900/r5900_mmi_0.inc
tables/tables/instr_id/r5900/r5900_mmi_1.inc
tables/tables/instr_id/r5900/r5900_mmi_2.inc
tables/tables/instr_id/r5900/r5900_mmi_3.inc
tables/tables/instr_id/r5900/r5900_normal.inc
tables/tables/instr_id/r5900/r5900_regimm.inc
tables/tables/instr_id/r5900/r5900_special.inc
tables/tables/instr_id/rsp/rsp_cop0.inc
tables/tables/instr_id/rsp/rsp_cop2.inc
tables/tables/instr_id/rsp/rsp_cop2_vu.inc
tables/tables/instr_id/rsp/rsp_normal.inc
tables/tables/instr_id/rsp/rsp_normal_lwc2.inc
tables/tables/instr_id/rsp/rsp_normal_swc2.inc
tables/tables/instr_id/rsp/rsp_regimm.inc
tables/tables/instr_id/rsp/rsp_special.inc
tables/tables/instr_id_types/InstrIdType_cpu.inc
tables/tables/instr_id_types/InstrIdType_r3000gte.inc
tables/tables/instr_id_types/InstrIdType_r5900.inc
tables/tables/instr_id_types/InstrIdType_rsp.inc
tables/tables/operands/RabbitizerOperandType_cpu.inc
tables/tables/operands/RabbitizerOperandType_r3000gte.inc
tables/tables/operands/RabbitizerOperandType_r5900.inc
tables/tables/operands/RabbitizerOperandType_rsp.inc
tables/tables/registers/RabbitizerRegister_Cop0.inc
tables/tables/registers/RabbitizerRegister_Cop1Control.inc
tables/tables/registers/RabbitizerRegister_Cop1N32.inc
tables/tables/registers/RabbitizerRegister_Cop1N64.inc
tables/tables/registers/RabbitizerRegister_Cop1O32.inc
tables/tables/registers/RabbitizerRegister_Cop2.inc
tables/tables/registers/RabbitizerRegister_GprN32.inc
tables/tables/registers/RabbitizerRegister_GprO32.inc
tables/tables/registers/RabbitizerRegister_R5900VF.inc
tables/tables/registers/RabbitizerRegister_R5900VI.inc
tables/tables/registers/RabbitizerRegister_RspCop0.inc
tables/tables/registers/RabbitizerRegister_RspCop2.inc
tables/tables/registers/RabbitizerRegister_RspCop2Control.inc
tables/tables/registers/RabbitizerRegister_RspGpr.inc
tables/tables/registers/RabbitizerRegister_RspVector.inc
tables/templates/c/Abi_enum.table.template
tables/templates/c/AccessType_enum.table.template
tables/templates/c/InstrCategory_Names_array.table.template
tables/templates/c/InstrCategory_enum.table.template
tables/templates/c/InstrDescriptor_Descriptors_array.table.template
tables/templates/c/InstrIdType_Names_array.table.template
tables/templates/c/InstrIdType_enum.table.template
tables/templates/c/InstrId_Names_array.table.template
tables/templates/c/InstrId_enum.table.template
tables/templates/c/InstrSuffix_enum.table.template
tables/templates/c/OperandType_enum.table.template
tables/templates/c/OperandType_function_declarations.table.template
tables/templates/c/RegisterDescriptor_Descriptors_arrays.table.template
tables/templates/c/Registers_Names_arrays.table.template
tables/templates/c/Registers_enums.table.template
tables/templates/c/instrOpercandCallbacks_array.table.template
tables/templates/cplusplus/AccessType_enum_class.table.template
tables/templates/cplusplus/InstrIdType_enum_class.table.template
tables/templates/cplusplus/OperandType_enum_class.table.template
tables/templates/cplusplus/Registers_enum_classes.table.template
tables/templates/cplusplus/UniqueId_enum_class.table.template
tables/templates/python/Abi.tablepyi.template
tables/templates/python/AccessType.tablepyi.template
tables/templates/python/InstrCategory.tablepyi.template
tables/templates/python/InstrId.tablepyi.template
tables/templates/python/InstrIdType.tablepyi.template
tables/templates/python/OperandType.tablepyi.template
tables/templates/python/RegCop1N32.tablepyi.template
tables/templates/python/RegCop1N64.tablepyi.template
tables/templates/python/RegCop1O32.tablepyi.template
tables/templates/python/RegGprN32.tablepyi.template
tables/templates/python/RegGprO32.tablepyi.template
tables/templates/rust/abi_enum.tablers.template
tables/templates/rust/access_type_enum.tablers.template
tables/templates/rust/instr_category_enum.tablers.template
tables/templates/rust/instr_id_enum.tablers.template
tables/templates/rust/instr_id_type_enum.tablers.template
tables/templates/rust/instr_suffix_enum.tablers.template
tables/templates/rust/operand_type_enum.tablers.template
tables/templates/rust/registers_enum.tablers.template
tables/tools/c_table_gen.sh
tables/tools/pyi_table_gen.sh
tables/tools/rs_table_gen.sh