| 162 | } |
| 163 | |
| 164 | bool is_c0_reg_write_dma_read(int cop0_reg) { |
| 165 | return static_cast<Cop0Reg>(cop0_reg) == Cop0Reg::RSP_COP0_SP_RD_LEN; |
| 166 | } |
| 167 | |
| 168 | std::optional<int> get_rsp_element(const rabbitizer::InstructionRsp& instr) { |
| 169 | if (instr.hasOperand(rabbitizer::OperandType::rsp_vt_elementhigh)) { |
no outgoing calls
no test coverage detected