reorganise twin-predication
[riscv-isa-sim.git] / riscv / sv.cc
2018-10-04 Luke Kenneth Casso... reorganise twin-predication
2018-10-04 Luke Kenneth Casso... big reorganisation to support twin-predication
2018-10-03 Luke Kenneth Casso... decided not to change the behaviour of LOAD/STORE
2018-10-02 Luke Kenneth Casso... start work on parallelsing LOAD, pass in parameter...
2018-10-01 Luke Kenneth Casso... whoops vloop continuation logic the wrong way round
2018-09-30 Luke Kenneth Casso... lots of debugging of predication, found other errors
2018-09-30 Luke Kenneth Casso... add sv support for zeroing predication in dest register
2018-09-30 Luke Kenneth Casso... add in predication to sv instruction execution
2018-09-30 Luke Kenneth Casso... use an alternative logic for detecting scalar / loop-end
2018-09-29 Luke Kenneth Casso... a LOT of debugging and fixing, sv loop actually working
2018-09-29 Luke Kenneth Casso... reorganise from moving sv_pred_* and sv_reg_* tables...
2018-09-29 Luke Kenneth Casso... have to move SV CSRs into processor_t
2018-09-27 Luke Kenneth Casso... add sv predication function
2018-09-26 Luke Kenneth Casso... remembered that the use of sv registers have to be...
2018-09-26 Luke Kenneth Casso... clarify comments on (key strategic) sv_insn_t::remap...
2018-09-26 Luke Kenneth Casso... actually implement sv register re-mapping
2018-09-26 Luke Kenneth Casso... ok this is tricky: an extra parameter has to be passed...
2018-09-26 Luke Kenneth Casso... move sv remap function to sv.cc (not inline)
2018-09-26 Luke Kenneth Casso... check if register redirection is active, and if vectori...
2018-09-25 Luke Kenneth Casso... rename sv vlen to sv voffs, add csr and reg tables