move ffadds to not conflict with fptrans -- makes space for min/max/fmod/remainder ops
[openpower-isa.git] / src / openpower / decoder / isa /
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-23 Andrey MiroshnikovAdded bmask, pywriter failing
2022-06-22 Andrey MiroshnikovAdded cprop to caller, enums, svp64
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-05-03 Jacob Lifshayadd Rc to ternlogi
2022-05-03 Jacob Lifshayformat code
2022-05-03 Jacob Lifshayadd svfixedarith.py to .gitignore
2022-04-20 Dmitry Selyutinselectable_int: derive SelectableIntMapping on per...
2022-04-20 Dmitry Selyutinisa.caller: support default SVP64PrefixFields initializ...
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-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-18 Jacob Lifshaygrev[w][i][.] pseudo-code works
2022-01-18 Jacob Lifshayformat code
2022-01-18 Jacob Lifshayadd test_caller_logical.py
2022-01-06 Jacob Lifshayadd stand-alone simulator bitmanip test
2021-12-21 Luke Kenneth Casso... ISACaller (actually RADIXMMU) only do virtual memory...
2021-12-20 Luke Kenneth Casso... whoops forgot to trap if non-execute (instruction)...
2021-12-19 Luke Kenneth Casso... TODO notes for executing ISACaller Invalid Instruction...
2021-12-19 Luke Kenneth Casso... pass the mode (LOAD,EXECUTE,STORE) through ISACaller...
2021-12-10 Jacob Lifshaychange ternlogi to not have Rc field
2021-12-09 Jacob Lifshaymake ternlogi tests run
2021-12-09 Jacob Lifshayadd initial ternlogi pseudo-code
2021-12-04 Luke Kenneth Casso... raise a MemException in ISACaller RADIXMMU
2021-11-30 Luke Kenneth Casso... attempting to use PowerDecode2 in non-svp64 mode
2021-11-10 Luke Kenneth Casso... add creation of 8 and 16 DCT butterfly diagrams
2021-11-04 klehmancaller.py: Fix ISACaller modifying test state
2021-10-23 R Veera KumarAdd a new test caller for ALU based on shift_rot test...
2021-10-10 Dmitry Selyutintest_caller_exts: extsb/extsh/extsw test
2021-09-29 Dmitry Selyutinisa/caller: initialize helper and redirect XLEN
2021-09-28 Luke Kenneth Casso... remove unneeded module import
2021-09-28 Luke Kenneth Casso... convert svp64 fft test just like the dct one
2021-09-28 Luke Kenneth Casso... convert test_caller_svp64_dct.py unit test to use new...
2021-09-28 Luke Kenneth Casso... move FPDIV, FPMUL (etc) to ISAFPHelpers class
2021-09-25 Luke Kenneth Casso... inherit ISACallerHelper in ISACaller
2021-09-24 Luke Kenneth Casso... rename shift tests, move to test cases directory
2021-09-24 Luke Kenneth Casso... rename files, test_issuer.py is for the TestIssuer,
2021-09-24 klehmanshift_rot expected cases
2021-09-24 klehmandecoder test_issuer
2021-09-23 Luke Kenneth Casso... add stfs unit test
2021-09-23 Luke Kenneth Casso... add stfx unit test
2021-09-23 Luke Kenneth Casso... add stfsux and unit test, code was there, needed adding...
2021-09-23 Luke Kenneth Casso... add load-immediate unit test
2021-09-23 Luke Kenneth Casso... add fsubs unit test
2021-09-22 Luke Kenneth Casso... take a copy of SPRs so they are not modified by ISACaller
2021-09-22 Luke Kenneth Casso... split out function which processes initial test memory...
2021-09-17 Jacob Lifshayadd mock power-instruction-analyzer implementation...
2021-09-17 Jacob Lifshayfix test_caller_bcd_full.py not actually running correc...
2021-09-17 Jacob Lifshayadd test_caller_bcd_full.py to fully test all edge...
2021-09-16 Luke Kenneth Casso... bit of a mess, got a working check against static Expec...
2021-09-16 klehmananother yield excursion
2021-09-16 klehmanshift__rot_caller change to use expected state
2021-09-15 klehmanyield from in unit test
2021-09-07 klehmanadded assertion to regression_rlwnm
2021-09-07 Jacob Lifshayclean up test_caller_bcd.py
2021-09-07 Jacob Lifshayadd missing items to .gitignore
2021-09-07 Luke Kenneth Casso... removed duplicate function and unneeded modules
2021-09-07 klehmanFixed typo for sraw test
2021-09-07 klehmanInitial commit for shift/rotate caller
2021-09-03 Dmitry Selyutintest_caller_bcd: switch to test_runner module
2021-09-03 Dmitry Selyutintest_runner: support custom pdecode2 instances
2021-09-04 Luke Kenneth Casso... split out ISATestRunner to separate module
2021-08-21 Luke Kenneth Casso... set XLEN=64 in ISACaller
2021-08-19 Dmitry Selyutintest_caller_bcd: make bit changes more VHDL-like
2021-08-19 Dmitry Selyutintest_caller_bcd: fix and refactor addg6s test loop
2021-08-19 Dmitry Selyutintest_caller_bcd: drop dead code
2021-08-19 Dmitry Selyutintest_caller_bcd: mention reference implementation
2021-08-19 Dmitry Selyutintest_caller_bcd: refactor addg6s test
2021-08-19 Luke Kenneth Casso... whitespace, below 80 char limit
2021-08-18 Dmitry Selyutintest_caller_bcd: mark addg6s test as slowpoke
2021-08-18 Dmitry Selyutintest_caller_bcd: addg6s sketch
2021-08-17 Dmitry Selyutintest_caller_bcd: align tables with spec and cases
next