openpower-isa.git
2021-08-30 Dmitry Selyutinfixedlogical: switch andis. to XLEN
2021-08-30 Dmitry Selyutinfixedlogical: switch ori to XLEN
2021-08-30 Luke Kenneth... also add pattern-recognition for just
2021-08-30 Luke Kenneth... fix pattern-match for an expression such as "XLEN-16...
2021-08-30 Luke Kenneth... missed data_o/i to i/o_data conversion
2021-08-30 Dmitry Selyutinfixedlogical: switch andi. to XLEN
2021-08-29 Dmitry Selyutinpywriter: support RANGE helper
2021-08-22 Dmitry Selyutinparser: support unary minus properly
2021-08-22 Dmitry Selyutinlexer: t_NUMBER should not grab minus sign
2021-08-22 Luke Kenneth... add another quick test to pseudo parser
2021-08-21 Luke Kenneth... 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... 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
2021-08-17 Dmitry Selyutintest_caller_bcd: drop temporary code
2021-08-16 Luke Kenneth... bring qemu sim size down to 1GB
2021-08-15 Luke Kenneth... add subTest back in to bcd tst
2021-08-15 Luke Kenneth... whitespace (keep below 80 chars)
2021-08-15 Luke Kenneth... whitespace (below 80 chars)
2021-08-15 Luke Kenneth... take copy of GPR/FPR inputs into ISACaller
2021-08-15 Luke Kenneth... allow constructor of SelectableInt to pass in (and...
2021-08-15 Dmitry Selyutintest_caller_bcd: basic batch mode support
2021-08-15 Luke Kenneth... no python files to be committed in isafunctions
2021-08-15 Luke Kenneth... add a quick logic test of astor tree-dump
2021-08-15 Luke Kenneth... sv.bc test jumping to wrong location (offset 0xc not...
2021-08-14 Luke Kenneth... create an end loop condition which tells the sv.bc...
2021-08-14 Luke Kenneth... end loop condition in svp64 bc pseudo-code
2021-08-14 Luke Kenneth... fix test_caller_svp64.py, particularly indexed LD/ST,
2021-08-14 Luke Kenneth... messy resolution of sv.bc testing, early-out detection.
2021-08-12 Luke Kenneth... add TODO comments for BCD test speedup
2021-08-12 Luke Kenneth... add ctr_ok and cond_ok to namespace to be able
2021-08-11 Luke Kenneth... use subTest in BCD test
2021-08-11 Luke Kenneth... get new ISATestCaller set up with correct function...
2021-08-11 Luke Kenneth... make only one PowerDecoder2, share it with
2021-08-11 Luke Kenneth... whoops test for sv.bc* matched accidentally, use explic...
2021-08-11 Luke Kenneth... redirect sv.bc to new svbranch in ISACaller
2021-08-11 Luke Kenneth... corrections to SVP64 Branch Conditional
2021-08-11 Luke Kenneth... rename TestRunner class to ISATestRunner
2021-08-11 Luke Kenneth... add (untested) TestRunner based on soc test_runner.py
2021-08-11 Dmitry Selyutintest_caller_bcd: cdtbcd
2021-08-10 Dmitry Selyutintest_caller_bcd: cbcdtd test
2021-08-10 Dmitry Selyutinpywriter: move BCD/DPD routines to header
2021-08-10 Luke Kenneth... add dct butterfly SVG autogenerator
2021-08-10 Luke Kenneth... corrections to SVP64 Branch RM Mode decoding
2021-08-08 Luke Kenneth... whoops, test of SV.bc in wrong place
2021-08-08 Luke Kenneth... add start of SVP64ASM encoder for sv.bc and sv.bclr
2021-08-08 Luke Kenneth... add bc and bclr to sv_analysis
2021-08-08 Luke Kenneth... add SVP64 Branch-Conditional decoding
2021-08-08 Luke Kenneth... adding some testing of fragment-printing into PowerDecoder
2021-08-07 Luke Kenneth... remove SVP64 Branch format modifications (achieve a...
2021-08-05 Luke Kenneth... start adding Branch-Conditional decoding to SVP64RMMode...
2021-08-05 Luke Kenneth... add SVP64 Branch-Conditional equivalent of Rc fields
2021-08-02 Luke Kenneth... add inverse DCT in-place unit test with bit-reversed...
2021-08-01 Luke Kenneth... bit of a big update, remove all bit-reversed LD operati...
2021-08-01 Luke Kenneth... add BCD operations to SVP64
2021-08-01 Luke Kenneth... rename lw*br to lw*sh
2021-08-01 Luke Kenneth... add LD-half-swap for i-DCT which does not work. redesig...
2021-07-31 Dmitry Selyutinpywriter: BCD helpers
2021-07-31 Dmitry Selyutinisa/bcd: DPD_TO_BCD helper
2021-07-31 Dmitry Selyutinisa/bcd: BCD_TO_DPD helper
2021-07-31 Luke Kenneth... remove hand-created DOUBLE function, now it is replaced...
2021-07-31 Luke Kenneth... replace DOUBLE function from helpers.py with pseudocode...
2021-07-31 Luke Kenneth... add SINGLE function to double2single, to replace manual...
2021-07-31 Luke Kenneth... whoops, no ability to add comments in between functions...
2021-07-31 Luke Kenneth... add outer-inner RADIX2 iDCT unit test.
2021-07-31 Dmitry Selyutinisa/bcd.mdwn: fix incorrect declaration
2021-07-31 Luke Kenneth... add SVP64 i-DCT unit test for inner butterfly, coeffici...
2021-07-31 Luke Kenneth... add i-DCT SVP64 unit test for outer butterfly
2021-07-31 Luke Kenneth... add iDCT modes to interim svshape instruction pseudo...
2021-07-31 Luke Kenneth... corrections to iDCT demo printout
2021-07-30 Dmitry Selyutinisa/bcd.mdwn: fix assignment operator
2021-07-30 Dmitry Selyutinisa/bcd.mdwn: update addg6s pseudocode
2021-07-30 Dmitry Selyutinisatables: cbcdtd instruction
2021-07-30 Dmitry Selyutinisatables: cdtbcd instruction
2021-07-30 Luke Kenneth... got i-DCT yield schedule operational in fastdctlee...
2021-07-30 Luke Kenneth... start adding i-dct schedule with debug-print, hard...
2021-07-29 Luke Kenneth... random experimentation landed eventually on a "pass...
2021-07-29 Luke Kenneth... use coefficient table in iDCT
2021-07-29 Luke Kenneth... move half-reverse to before outer butterfly in I-DCT
2021-07-29 Luke Kenneth... get byte-swapping functional in inverse-dct proof-of...
2021-07-29 Luke Kenneth... sigh, I-DCT had to reverse the order of middle loop...
2021-07-29 Luke Kenneth... start on inverse dct, turning recursive to iterative
2021-07-28 Luke Kenneth... start on inverse DCT, transforming to iterative
2021-07-28 Luke Kenneth... got DCT LD-bit-rev demo operational in unit test
2021-07-28 Luke Kenneth... fix LD/ST bitreverse with Matrix REMAP to instead be...
2021-07-28 Luke Kenneth... argh, have LD-bitreverse select the offset from RA...
2021-07-28 Luke Kenneth... add mode for half-swap, to be combined with LD-bit...
2021-07-28 Luke Kenneth... code comments
2021-07-27 Luke Kenneth... fix test_power_decoder.py
2021-07-27 Luke Kenneth... get DCT shortened table operational
2021-07-27 Dmitry Selyutinisatables: addg6s instruction
2021-07-27 Dmitry Selyutinpower_enums: cbcdtd instruction
2021-07-27 Dmitry Selyutinpower_enums: cdtbcd instruction
2021-07-27 Dmitry Selyutinpower_enums: addg6s instruction
next