MATCH_CSRRSI is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

MATCH_CSRRSI macro

Syntax

#define MATCH_CSRRSI 0x6073

References

LocationText
encoding.h:669
#define MATCH_CSRRSI 0x6073
opcodes.h:77
return imm_i(csr) | inst_rs1(imm) | MATCH_CSRRSI;
opcodes.h:167
return imm_i(csr) | inst_rs1(zimm) | inst_rd(rd) | MATCH_CSRRSI;