riscv-isa-sim.git
2019-06-28 Luke Kenneth... add comment sv
2019-06-28 Luke Kenneth... add map functions from 8-bit to 16-bit reg and csr...
2019-06-28 Luke Kenneth... remove ssvoffs from SVSTATE
2019-06-28 Luke Kenneth... remove auto-gen of #define for suboffset args
2019-06-28 Luke Kenneth... fix fprintfs
2019-06-28 Luke Kenneth... remove src suboffset
2019-06-28 Luke Kenneth... remove set CSR_SV_STATE for now
2019-06-28 Luke Kenneth... mess with CSR_SV_STATE set
2019-06-28 Luke Kenneth... printf wrong args
2019-06-28 Luke Kenneth... printf wrong args
2019-06-28 Luke Kenneth... vl, mvl, subvl should all be 1 when returned from CSR_S...
2019-06-28 Luke Kenneth... sub-loop independent (only one offset)
2019-06-27 Luke Kenneth... restore svstate on exit from trap (mret, sret)
2019-06-27 Luke Kenneth... add sesvstate / mesvstate, set on entry to trap
2019-06-27 Luke Kenneth... rename SV CSRs, to use CSR_UESVSTATE etc.
2019-06-27 Luke Kenneth... make vlen loop run times subvl, set subvl default to...
2019-06-27 Luke Kenneth... disable subvl-mult on predication remap
2019-06-27 Luke Kenneth... start using subvl to calculate offset. predication...
2019-06-27 Luke Kenneth... pass sub-offset down through remap in sv_insn_t into...
2019-06-27 Luke Kenneth... add the subvl offset to sv_insn_t
2019-06-27 Luke Kenneth... rename sub offsets
2019-06-27 Luke Kenneth... add comments
2019-06-27 Luke Kenneth... add in use of inc_offs and sub-src/dest offsets
2019-06-27 Luke Kenneth... initialise SUBVL to 1
2019-06-27 Luke Kenneth... add inc_offs function to be used for vl/subvl loops
2019-06-27 Luke Kenneth... add comment on SUBVL in setpc
2019-06-27 Luke Kenneth... add get on subvl
2019-06-27 Luke Kenneth... alter STATE CSR to support subvl
2019-06-27 Luke Kenneth... add SUBVL CSR set
2019-06-27 Luke Kenneth... add SUBVL CSR set
2019-06-27 Luke Kenneth... add subvl to headers, comment out state-cfg
2019-06-27 Luke Kenneth... rename packed field to fail-on-first
2018-11-29 Luke Kenneth... start to update predicated Branch to latest spec
2018-11-29 Luke Kenneth... on branch, obtain the predicate inversion flag
2018-11-29 Luke Kenneth... get the predicate inv argument as well
2018-11-17 Luke Kenneth... c_lwsp fix-up to use src_pred, and pass width not xlen...
2018-11-17 Luke Kenneth... add element-offset mode on LD/ST when isvec=false on...
2018-11-17 Luke Kenneth... predication remapping added
2018-11-15 Luke Kenneth... add in predication remapping into src, dest and branch...
2018-11-15 Luke Kenneth... add predication remap option
2018-11-14 Luke Kenneth... comment out debug code not needed
2018-11-13 Luke Kenneth... change SV_REGCSR csrrwi to different meaning: 5-bit...
2018-11-13 Luke Kenneth... pass in arg to set_csr from csrrwi to indicate "immedia...
2018-11-13 Luke Kenneth... modify csrrwi and csrrw back to original, change old...
2018-11-13 Luke Kenneth... csrrwi cut out extraneous get_csr
2018-11-13 Luke Kenneth... whoops missing brackets
2018-11-13 Luke Kenneth... alter set_csr to call get_csr, will make csrrw* easier
2018-11-13 Luke Kenneth... redo SV CSRs to use a stack-based mechanism
2018-11-11 Luke Kenneth... c_lwsp and c_swsp were not working correctly
2018-11-10 Luke Kenneth... macro-ify rv_sr and rv_sl
2018-11-10 Luke Kenneth... remove extra rv_sl and rv_sr overload fns
2018-11-10 Luke Kenneth... whitespace
2018-11-10 Luke Kenneth... macro-ify 64-bit mulh fns
2018-11-10 Luke Kenneth... slightly different 64-bit rv_mulhu elwidth rules
2018-11-10 Luke Kenneth... realised that the bitwidth sign-extension needs to...
2018-11-09 Luke Kenneth... macro-ify 32-bit mulh group
2018-11-09 Luke Kenneth... mulh 32-bit elwidth
2018-11-09 Luke Kenneth... macroify rv_and, rv_or, rv_xor
2018-11-09 Luke Kenneth... got fed up with repeated code on s/u-ops, use macros
2018-11-09 Luke Kenneth... macro-ify gt, ge, eq and ne
2018-11-09 Luke Kenneth... bge and blt are signed ops
2018-11-09 Luke Kenneth... got fed up with repeated code, using macros
2018-11-09 Luke Kenneth... elwidth version of lt
2018-11-09 Luke Kenneth... elwidth version of lt
2018-11-09 Luke Kenneth... add mulhsu elwidth variant
2018-11-08 Luke Kenneth... very bad hack on xlen=32 to sign-extend out into top...
2018-11-08 Luke Kenneth... zero-extend mulhu result
2018-11-08 Luke Kenneth... add comment
2018-11-08 Luke Kenneth... annoyingly, have to modify rv_mulhu to take source...
2018-11-07 Luke Kenneth... whoops, must use dest bitwidth on mulhsu
2018-11-07 Luke Kenneth... elwidth variant of rv_mulhu
2018-11-07 Luke Kenneth... mulh* redirect through rv_mul, to save on code
2018-11-07 Luke Kenneth... add mul elwidth redirection
2018-11-07 Luke Kenneth... add mul elwidth redirection
2018-11-07 Luke Kenneth... fix bitwidth issues for rv32 in mulh* and sra
2018-11-07 Luke Kenneth... fix fsgn elwidth
2018-11-07 Luke Kenneth... attempting to get rv32 mv working
2018-11-07 Luke Kenneth... fix length=0 in fsw and fsd
2018-11-07 Luke Kenneth... macro-ify rv op elwidth setup/teardown
2018-11-06 Luke Kenneth... elwidth rv_rem
2018-11-06 Luke Kenneth... unsigned version of div
2018-11-06 Luke Kenneth... add unsigned versions of rv_int_op_prepare and finish
2018-11-06 Luke Kenneth... add debug info on rv_sr
2018-11-06 Luke Kenneth... convert rv_sl to same extra bitwidth arg
2018-11-06 Luke Kenneth... convert rv_sl to same extra bitwidth arg
2018-11-06 Luke Kenneth... convert rv_sl to same extra bitwidth arg
2018-11-06 Luke Kenneth... pass in extra arg (bitwidth) into rv_sr
2018-11-06 Luke Kenneth... alter rv_sr to take bitwidth arg
2018-11-06 Luke Kenneth... elwidth-ify rv_sl and rv_sr
2018-11-06 Luke Kenneth... break int op down into prepare, do, and finish
2018-11-05 Luke Kenneth... add CSR_USVCFG set/get
2018-11-05 Luke Kenneth... correct bank and size, use in setting up CSR tables
2018-11-05 Luke Kenneth... move csr reg and predicate table unpack to separate...
2018-11-05 Luke Kenneth... add state and bank sv csr bitfields
2018-11-04 Luke Kenneth... debug shape remap
2018-11-04 Luke Kenneth... set isvec when predication enabled
2018-11-03 Luke Kenneth... raise exception if permutation set to reserved value
2018-11-03 Luke Kenneth... add comment on where reshape map is set up
2018-11-03 Luke Kenneth... add reshaping algorithm for elements
2018-11-03 Luke Kenneth... add stub "remap" of register offsets
next