Searched refs:GET_FUNCT3 (Results 1 – 1 of 1) sorted by relevance
121 #define GET_FUNCT3(insn) (((insn) >> 12) & 7) macro259 switch (GET_FUNCT3(insn)) { in csr_insn()260 case GET_FUNCT3(INSN_MATCH_CSRRW): in csr_insn()264 case GET_FUNCT3(INSN_MATCH_CSRRS): in csr_insn()268 case GET_FUNCT3(INSN_MATCH_CSRRC): in csr_insn()272 case GET_FUNCT3(INSN_MATCH_CSRRWI): in csr_insn()276 case GET_FUNCT3(INSN_MATCH_CSRRSI): in csr_insn()280 case GET_FUNCT3(INSN_MATCH_CSRRCI): in csr_insn()
Completed in 4 milliseconds