| 10 | using Cop0Reg = rabbitizer::Registers::Cpu::Cop0; |
| 11 | |
| 12 | enum class StoreOpType { |
| 13 | SD, |
| 14 | SDL, |
| 15 | SDR, |
| 16 | SW, |
| 17 | SWL, |
| 18 | SWR, |
| 19 | SH, |
| 20 | SB, |
| 21 | SDC1, |
| 22 | SWC1 |
| 23 | }; |
| 24 | |
| 25 | enum class UnaryOpType { |
| 26 | None, |
nothing calls this directly
no outgoing calls
no test coverage detected