add mm=1 svindex test, setting single targetted SVSHAPE
[openpower-isa.git] / src / openpower / decoder /
2022-07-11 Luke Kenneth Casso... add mm=1 svindex test, setting single targetted SVSHAPE
2022-07-11 Luke Kenneth Casso... fix issue in SelectableInt.__rsub__ causing truncation...
2022-07-11 Luke Kenneth Casso... fix issue in SelectableInt using slices involving Selec...
2022-07-10 Luke Kenneth Casso... add yx svindex test, needed to compute size of 2nd dim
2022-07-10 Luke Kenneth Casso... Indexed SVSHAPE add bypass mode when dim sizes are 1
2022-07-10 Luke Kenneth Casso... add second svindex test, modulo 3
2022-07-10 Luke Kenneth Casso... fix svindex unit test, experiment setting dimensions
2022-07-10 Luke Kenneth Casso... fix SVSHAPE iterator for index case, stop deepcopy
2022-07-10 Luke Kenneth Casso... add new svindex sv.add test with arbitrary index map
2022-07-10 Luke Kenneth Casso... non-persistence enabled on svindex as well as svremap
2022-07-10 Luke Kenneth Casso... fix svindex pseudocode
2022-07-09 Luke Kenneth Casso... pass GPR to SVSHAPEs in ISACaller
2022-07-09 Luke Kenneth Casso... add gpr lookup in Indexed SVSHAPE iterator (no elwidths...
2022-07-09 Luke Kenneth Casso... rough unit test ahowing Index REMAP basically functiona...
2022-07-09 Luke Kenneth Casso... add support for Indexed mode in SVSHAPE
2022-07-06 Luke Kenneth Casso... add first stub of svindex pseudocode
2022-07-06 Luke Kenneth Casso... add svindex to power_enums.py, minor_22.csv
2022-07-06 Luke Kenneth Casso... convert Logical svp64_cases.py to new vector reg form
2022-07-06 Luke Kenneth Casso... convert ALU svp64_cases.py to new vector reg form
2022-07-06 Luke Kenneth Casso... converted test_caller_svstate.py to new reg format
2022-07-05 Andrey Miroshnikovconvert test_caller_svp64.py to new vector numbering...
2022-07-05 Andrey Miroshnikovconvert test_caller_svp64_predication.py to new vector...
2022-07-05 Andrey Miroshnikovconvert test_caller_svp64_ldst.py to new vector numberi...
2022-07-05 Andrey MiroshnikovUpdated the nmigen.sim import
2022-07-05 Andrey Miroshnikovconvert test_caller_svp64_fft.py to new vector numberin...
2022-07-05 Andrey Miroshnikovconvert test_caller_svp64_bc.py to new vector numbering...
2022-07-05 Andrey Miroshnikovconvert test_caller_svp64_dct.py to new vector numberin...
2022-07-05 Luke Kenneth Casso... converted test_caller_svp64_matrix.py to new reg format
2022-07-05 Luke Kenneth Casso... converted test_caller_svp64_fp.py to new reg format
2022-07-05 Luke Kenneth Casso... converted test_caller_svp64_mapreduce.py to new reg...
2022-07-05 Luke Kenneth Casso... convert test_caller_setvl.py to new vector numbering...
2022-07-02 Luke Kenneth Casso... add setvl CTR tests, fix CTR mode
2022-07-02 Luke Kenneth Casso... setvl has new CTR mode, making room in encoding needed
2022-06-26 Luke Kenneth Casso... add predicate mask test svstep
2022-06-26 Luke Kenneth Casso... add predicated srcstep
2022-06-26 Luke Kenneth Casso... make svstep output srcstep/dststep, basically viota
2022-06-26 Luke Kenneth Casso... again fix number of arguments to svremap,
2022-06-26 Luke Kenneth Casso... test_caller_svstate.py: end-of-loop condition sets...
2022-06-26 Luke Kenneth Casso... svp64_matrix.py svremap reduce to 7 args from 8 (again)
2022-06-26 Luke Kenneth Casso... svremap only takes 7 args not 8, same as in svp64_fft.py
2022-06-26 Luke Kenneth Casso... one too many arguments to svremap in svp64_fft.py test
2022-06-26 Luke Kenneth Casso... whoops hack-use of DOUBLE2SINGLE in test_caller_transce...
2022-06-26 Luke Kenneth Casso... add test case for kaivb to jump to 0x2700
2022-06-24 Luke Kenneth Casso... add bmask to instruction list
2022-06-23 Luke Kenneth Casso... add BM2-Form to power_enums.py
2022-06-23 Andrey MiroshnikovAdded bmask, pywriter failing
2022-06-23 Luke Kenneth Casso... add comment-stripping to get_csv()
2022-06-22 Luke Kenneth Casso... argh horrible hack that does not work yet for fixing...
2022-06-22 Andrey MiroshnikovAdded cprop to caller, enums, svp64
2022-06-22 Andrey MiroshnikovAdded CPROP to powerenums
2022-06-20 Luke Kenneth Casso... add absolute-signed-diff next to absolute-unsigned...
2022-06-20 Luke Kenneth Casso... rename absadd[us] to absdac[ud]
2022-06-19 Jacob Lifshayupdate after adding av instructions
2022-06-19 Luke Kenneth Casso... add absadd (unsigned) DRAFT
2022-06-19 Luke Kenneth Casso... add absolute-difference DRAFT
2022-06-19 Luke Kenneth Casso... add average-add DRAFT pseudocode and CSV
2022-06-19 Luke Kenneth Casso... add maxs DRAFT instruction
2022-06-19 Luke Kenneth Casso... extend minor_22.csv bitsel pattern to cover bits 21..31
2022-06-17 Luke Kenneth Casso... whoops on an OR rather than an AND
2022-06-17 Luke Kenneth Casso... add "redirection" of MTSPR/MFSPR into TRAP pipeline...
2022-06-17 Luke Kenneth Casso... add KAIVB SPR 850
2022-05-20 Luke Kenneth Casso... bit of a mess being sorted out
2022-05-19 Dmitry Selyutintemporarily revert opcode changes
2022-05-19 Dmitry Selyutinpower_decoder: reflect a new XO bit
2022-05-03 Luke Kenneth Casso... properly fix pagereader.py to parse markdown with inden...
2022-05-03 Luke Kenneth Casso... allow HTML comments to start with whitespace
2022-05-03 Jacob Lifshayadd Rc to ternlogi
2022-05-03 Jacob Lifshayformat code
2022-05-03 Jacob Lifshayadd svfixedarith.py to .gitignore
2022-04-25 Dmitry Selyutinselectable_int: remove debug prints
2022-04-20 Dmitry Selyutinselectable_int: derive SelectableIntMapping on per...
2022-04-20 Dmitry Selyutinisa.caller: support default SVP64PrefixFields initializ...
2022-04-19 Dmitry Selyutinselectable_int: simplify SelectableIntMapping class
2022-04-19 Dmitry Selyutinisa.caller: support whole integer pseudo-field
2022-04-19 Dmitry Selyutinisa.caller: refactor SVP64PrefixFields class
2022-04-19 Dmitry Selyutinisa.caller: refactor SVP64RMFields class
2022-04-19 Dmitry Selyutinselectable_int: introduce SelectableIntMapping class
2022-04-19 Dmitry Selyutinselectable_int: make FieldSelectableInt.__repr__ more...
2022-04-19 Dmitry Selyutinselectable_int: make SelectableInt.__repr__ more flexible
2022-04-19 Dmitry Selyutinselectable_int: allow range in FieldSelectableInt
2022-04-08 Jacob Lifshayadd SPDX-License-Identifier rather than License:
2022-04-08 Jacob Lifshayformat code
2022-04-07 Luke Kenneth Casso... whitespace (80 char limit)
2022-04-07 Luke Kenneth Casso... comment 64-bit of predicate (all 1s)
2022-03-26 Luke Kenneth Casso... Revert "add python generator version of tree reduction"
2022-03-25 Jacob Lifshayadd python generator version of tree reduction
2022-01-24 Luke Kenneth Casso... remove read of SRR1 for TRAP pipeline, pass via LDSTExc...
2022-01-21 Luke Kenneth Casso... add test for setting TB SPR, fix decode map for STATE...
2022-01-19 Luke Kenneth Casso... trap types memory exception (TT.MEMEXC) instead of...
2022-01-19 Luke Kenneth Casso... add spr-to-state conversion, and support for state1...
2022-01-18 Luke Kenneth Casso... see soc/fu/trap/main_stage.py trap() function, and:
2022-01-18 Jacob Lifshaygrev[w][i][.] pseudo-code works
2022-01-18 Jacob Lifshayadd log2 pseudo-code helper
2022-01-18 Jacob Lifshayformat code
2022-01-18 Jacob Lifshayadd test_caller_logical.py
2022-01-18 Jacob LifshayMerge branch 'master' of ssh://git.libre-soc.org:922...
2022-01-18 Jacob Lifshayspeed up pywriter
2022-01-17 Jacob LifshayWIP speed up pywriter by caching stuff more and not...
2022-01-15 Luke Kenneth Casso... correctly identify atomic reservation CSV file field and
2022-01-15 Luke Kenneth Casso... add atomic reservation field to Power Decoder data...
next