Searched refs:GET_FUNCT3 (Results 1 – 2 of 2) sorted by relevance
157 switch (GET_FUNCT3(insn)) { in csr_insn()158 case GET_FUNCT3(INSN_MATCH_CSRRW): in csr_insn()162 case GET_FUNCT3(INSN_MATCH_CSRRS): in csr_insn()166 case GET_FUNCT3(INSN_MATCH_CSRRC): in csr_insn()170 case GET_FUNCT3(INSN_MATCH_CSRRWI): in csr_insn()174 case GET_FUNCT3(INSN_MATCH_CSRRSI): in csr_insn()178 case GET_FUNCT3(INSN_MATCH_CSRRCI): in csr_insn()
431 #define GET_FUNCT3(insn) (((insn) >> 12) & 7) macro