Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / src / soc / decoder / helpers.py
2021-04-23 Luke Kenneth Casso... move over to from openpower imports
2020-10-09 Luke Kenneth Casso... rename undef to undefined (preserving the fact that...
2020-10-09 Jacob Lifshayadd undef()
2020-10-07 Jacob Lifshayfix div tests
2020-08-06 Cole PoirierMerge branch 'master' of git.libre-soc.org:soc
2020-08-06 Luke Kenneth Casso... MULS on parameter b needed to check whether it was...
2020-07-22 Jacob LifshayMerge remote-tracking branch 'origin/master'
2020-07-22 Jacob Lifshayformat code
2020-07-10 Luke Kenneth Casso... add a DIVS function as separate and discrete from floor_div
2020-07-08 Jacob LifshayMerge branch 'master' of ssh://git.libre-riscv.org...
2020-07-06 Luke Kenneth Casso... add MULS (signed) version of multiply
2020-06-30 Luke Kenneth Casso... add lte ltu for use by twi and other trap functions
2020-06-19 Luke Kenneth Casso... move trunc_div and trunc_rem to nmutil
2020-06-19 Luke Kenneth Casso... add comments on trunc_div and trunc_rem
2020-06-19 Luke Kenneth Casso... add trunc_div and trunch_rem to decoder helpers
2020-05-13 Michael NolanFix bug with ROTL32 helper
2020-05-09 Michael NolanFix broken mask when x == y
2020-05-09 Michael NolanFix helpers.py not playing nicely with selectableInts
2020-05-06 Michael NolanAdd length helper for getting length of a selectable int
2020-05-06 Michael NolanAdd helper functions to replace direct comparison in...
2020-04-05 Luke Kenneth Casso... effort to get base class instructions automatically
2020-04-05 Luke Kenneth Casso... Revert "Implement bug 278, comment 1 - better version...
2020-04-05 Michael NolanImplement bug 278, comment 1 - better version of EXTS
2020-04-04 Luke Kenneth Casso... import EXTS which over-extends to 256 bits
2020-04-02 Luke Kenneth Casso... success using SelectableInt in cnttzd test
2020-03-31 Michael NolanMinor cleanup
2020-03-31 Michael NolanAdd more comments to helpers.py
2020-03-31 Luke Kenneth Casso... assume 32-to-64 bit zero-extension
2020-03-30 Michael NolanAdd tests for EXTS64, fix EXTS64
2020-03-30 Michael NolanAdd ROTL32 and ROTL64
2020-03-30 Michael NolanBegin adding helper functions for PPC pseudocode compiler