aboutsummaryrefslogtreecommitdiff
path: root/riscv/insn_template.cc
AgeCommit message (Expand)AuthorFilesLines
2022-01-06Support RV32E/RV64E base ISAsAndrew Waterman1-2/+25
2021-11-08Move definitions of P and require macrosAndrew Waterman1-0/+1
2021-09-15Fix signed/unsigned warningsAndrew Waterman1-2/+4
2015-09-08Add facility to instrument specific opcodesAndrew Waterman1-0/+2
2015-02-08Use xlen, not xprlen, to refer to x-register widthAndrew Waterman1-4/+4
2014-07-07Use precompiled headers to speed up compilationAndrew Waterman1-7/+1
2013-08-11Instructions are no longer member functionsAndrew Waterman1-2/+2
2013-08-08Disentangle some header filesAndrew Waterman1-1/+1
2013-07-26Generate instruction decoder dynamicallyAndrew Waterman1-0/+25