aboutsummaryrefslogtreecommitdiff
path: root/riscv/regnames.cc
AgeCommit message (Collapse)AuthorFilesLines
2019-06-14rvv: disasm: add v-spec 0.7.1 supportChih-Min Chao1-0/+7
support most of vector instruction except for AMO extension Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
2018-03-26Add an api to get the name for a CSR.Prashanth Mundkur1-0/+9
2015-09-08Refer to LICENSE in some newer source filesAndrew Waterman1-0/+2
2014-12-03Update register names to match new ABIAndrew Waterman1-8/+8
2014-09-27Avoid some unused variable warningsAndrew Waterman1-0/+15
...and also save some space by not defining the register names in a header.