MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / is_c0_reg_write_dma_read

Function is_c0_reg_write_dma_read

RSPRecomp/src/rsp_recomp.cpp:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

process_instructionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected