whoops missed some cases in unit test changing ALUHelpers
[soc.git] / src / soc / decoder / isa / fixedshift.patch
2020-05-13 Michael NolanFix weirdness with rldicl and friends in test_caller.py
2020-05-13 Michael NolanFix bug with ROTL32 helper
2020-05-10 Michael NolanImplement rlwimi as well
2020-05-10 Michael NolanAdd test for rlwinm
2020-05-09 Michael NolanAdd shift test to test_caller, fix fixedshift being...