rabbitizer/rabbitizer
Anghelo Carvajal 8237818ff9
Add R3000GTE instruction set support (#31)
* initial gte setup

* starting to parse gte instructions

* R3000_GTE -> R3000GTE

* decode all the non-operand instructions

* remove printfs, whoops

* decode gte with operands

* cleanups

* bindings stuffs

* RabbitizerInstrId_isValid

* fix missing include
2023-04-29 23:07:07 -04:00
..
enums Add R3000GTE instruction set support (#31) 2023-04-29 23:07:07 -04:00
__init__.pyi Expose fs, ft and fd registers in python bindings 2023-04-17 22:41:58 -04:00
AccessType.pyi Remove signedness from access type and move it to doesUnsignedMemoryAccess 2022-10-16 17:02:50 -03:00
Config.pyi Implement workaround for R5900's trunc.w.s issue 2023-04-16 10:05:01 -04:00
Enum.pyi Allow pickling Instruction type 2022-07-07 14:22:41 -04:00
InstrCategory.pyi Add R3000GTE instruction set support (#31) 2023-04-29 23:07:07 -04:00
InstrId.pyi Add R3000GTE instruction set support (#31) 2023-04-29 23:07:07 -04:00
LoPairingInfo.pyi RegistersTracker.processGpLoad 2022-09-13 17:04:06 -03:00
OperandType.pyi Add R3000GTE instruction set support (#31) 2023-04-29 23:07:07 -04:00
py.typed
rabbitizer_global_config.c Implement workaround for R5900's trunc.w.s issue 2023-04-16 10:05:01 -04:00
rabbitizer_module.c Expose fs, ft and fd registers in python bindings 2023-04-17 22:41:58 -04:00
rabbitizer_module.h Expose fs, ft and fd registers in python bindings 2023-04-17 22:41:58 -04:00
rabbitizer_submodule_Utils.c Utils.escapeString 2022-07-10 16:04:39 -04:00
rabbitizer_type_Instruction.c Add R3000GTE instruction set support (#31) 2023-04-29 23:07:07 -04:00
rabbitizer_type_LoPairingInfo.c Avoid not fitting value on LoPairingInfo 2022-09-16 14:51:05 -03:00
rabbitizer_type_RegistersTracker.c Fix warnings on python bindings 2022-12-16 11:11:43 -03:00
rabbitizer_type_TrackedRegisterState.c Expose TrackedRegisterState as a debugging measure 2022-09-14 14:31:13 -03:00
rabbitizer.pyi Expose fs, ft and fd registers in python bindings 2023-04-17 22:41:58 -04:00
RegCop1N32.pyi Expose fs, ft and fd registers in python bindings 2023-04-17 22:41:58 -04:00
RegCop1N64.pyi Expose fs, ft and fd registers in python bindings 2023-04-17 22:41:58 -04:00
RegCop1O32.pyi Expose fs, ft and fd registers in python bindings 2023-04-17 22:41:58 -04:00
RegGprN32.pyi Expose Gpr registers enums to python 2022-07-05 09:49:12 -04:00
RegGprO32.pyi Expose Gpr registers enums to python 2022-07-05 09:49:12 -04:00
RegistersTracker.pyi RegistersTracker.processGpLoad 2022-09-13 17:04:06 -03:00
TrackedRegisterState.pyi Expose TrackedRegisterState as a debugging measure 2022-09-14 14:31:13 -03:00
Utils.pyi Utils.escapeString 2022-07-10 16:04:39 -04:00