consts: introduce SEA field
[openpower-isa.git] / src /
2022-09-24 Dmitry Selyutinconsts: introduce SEA field
2022-09-24 Dmitry Selyutinpysvp64asm: fix comment layout
2022-09-24 Luke Kenneth Casso... set sv_mode to 0b01 in element-strided
2022-09-24 Luke Kenneth Casso... frickin frick
2022-09-24 Luke Kenneth Casso... add assert to stop failfirst+sea
2022-09-24 Luke Kenneth Casso... add extra RC1 test, without VLI.
2022-09-24 Luke Kenneth Casso... add RC1 support to ISACaller.
2022-09-24 Dmitry Selyutinpower_insn: slightly change table checking style
2022-09-24 Luke Kenneth Casso... add extra test_pysvp64dis.py test for ff=~RC1/vli mode
2022-09-24 Luke Kenneth Casso... whoops got mask/match test wrong in power_insn.py
2022-09-24 Luke Kenneth Casso... comment inv,CRbit swap in decode_bo
2022-09-24 Dmitry Selyutinsv_binutils: support RS opindex
2022-09-24 Dmitry Selyutinpower_insn: reorder mode tables to match the spec
2022-09-24 Dmitry Selyutinpower_insn: rename smr to mr
2022-09-24 Dmitry Selyutinsv_binutils: provide Boolean class and Rc field
2022-09-24 Dmitry Selyutinpower_insn: provide Record.Rc field
2022-09-24 Dmitry Selyutinpower_insn: simplify rsvd naming; drop unused rsvd
2022-09-24 Dmitry Selyutinpower_insn: replace Record.function with Record.mode
2022-09-24 Dmitry Selyutinpysvp64asm: expand vector register macros
2022-09-24 Dmitry Selyutinsv_binutils: support opcodes offset representation
2022-09-24 Dmitry Selyutinsv_binutils: fix fields traversal
2022-09-24 Dmitry Selyutinpower_insn: sort database finally
2022-09-24 Dmitry Selyutinpower_insn: provide missing cr_in2 properties
2022-09-24 Dmitry Selyutinsv_binutils: generate svp64_cr_in2 opindices
2022-09-24 Dmitry Selyutinsv_binutils: generate BA opindex
2022-09-24 Dmitry Selyutinpower_fields: restore class-oriented traversal
2022-09-24 Jacob Lifshaypcdec. works!
2022-09-23 Luke Kenneth Casso... check svstate (vl) in failfirst test
2022-09-23 Luke Kenneth Casso... add data-dependent fail-first mode, Rc=1 variant not...
2022-09-23 Luke Kenneth Casso... whoops consistent inversion of inv,CRbit was CRbit,inv
2022-09-23 Luke Kenneth Casso... extra failfirst dis tests
2022-09-23 Luke Kenneth Casso... remove barse-ackwardsness, use SelectableInt() in decode_bo
2022-09-23 Luke Kenneth Casso... put back the barse-ackward decode_bo inversion of ...
2022-09-23 Luke Kenneth Casso... remove need for explicit-hack for "pcdec." - rc column...
2022-09-23 Luke Kenneth Casso... lots of really bad hacks, here
2022-09-23 Luke Kenneth Casso... fix/hack some bugs in prefix_codes_cases
2022-09-23 Luke Kenneth Casso... add (sigh) to the hack-job get_pdecode_idx_out2() in...
2022-09-23 Luke Kenneth Casso... change variablename dec2.use_svp64_fft to implicit_rs
2022-09-23 Luke Kenneth Casso... add match on implicit_rc for pcdec
2022-09-23 Luke Kenneth Casso... rename all "fft" variables in PowerDecoder2 because...
2022-09-23 Luke Kenneth Casso... add sv.maddld/mr unit test example with expected results
2022-09-23 Luke Kenneth Casso... add expected results for sv.maddld in openpower/test...
2022-09-23 Luke Kenneth Casso... whoops offset-tracking on 3-in 2-out supposed to be...
2022-09-23 Jacob Lifshayadd pcdec -- doesn't yet work due to broken ISACaller...
2022-09-23 Jacob Lifshayadd missing minor_4 decoder
2022-09-23 Jacob Lifshayfix 'write reg ' log call
2022-09-23 Jacob Lifshayadd RC input to isa/caller.py
2022-09-23 Jacob Lifshayformat code
2022-09-23 Jacob Lifshayformat code
2022-09-22 Luke Kenneth Casso... add first (correctly-working) ctr-mode sv.bc test
2022-09-22 Konstantinos Marga... dump memory
2022-09-21 Luke Kenneth Casso... add series of double-stride options to test_caller_svp6...
2022-09-21 Luke Kenneth Casso... do not set striding on costables, keep them contiguous.
2022-09-21 Luke Kenneth Casso... scale-up svshape pseudo-code for striding in DCT/FFT
2022-09-21 Luke Kenneth Casso... fix dct/fft test-functions with new "scaling" parameter
2022-09-21 Luke Kenneth Casso... whoops stride already has +1 from SVSTATE class
2022-09-21 Luke Kenneth Casso... add stride-multiplier for 2D DCT/FFT "in-place" offsets
2022-09-21 Konstantinos Marga... necessary changes for run_a_simulation to work with...
2022-09-21 Luke Kenneth Casso... add sv.madd* to sv_analysis
2022-09-21 Jacob Lifshayadd sv.maddld test case
2022-09-20 Luke Kenneth Casso... minor codemorph, whitespace
2022-09-20 Luke Kenneth Casso... sv.bc reclassified as RM-2P-1S by eliminating SPRs.
2022-09-20 Luke Kenneth Casso... remove messy string identification, use RM Mode from...
2022-09-20 Luke Kenneth Casso... add quick test and loooong test of pysvp64dis - branche...
2022-09-20 Dmitry Selyutinpysvp64asm: fix sz handling
2022-09-20 Dmitry Selyutinpower_insn: unify predicates
2022-09-20 Dmitry Selyutintest_pysvp64dis: test vli specifier
2022-09-20 Dmitry Selyutinpysvp64asm: support vli specifier
2022-09-20 Dmitry Selyutinpower_insn: support vli specifier
2022-09-20 Dmitry Selyutinpower_insn: simplify specifiers sorting
2022-09-20 Luke Kenneth Casso... missed one sorting order in test_pysvp64dis.py
2022-09-20 Luke Kenneth Casso... sort specifiers in pysvp64dis in lexicographical order
2022-09-20 Luke Kenneth Casso... add two extra tests, sv.bc/m=r3/sz
2022-09-20 Dmitry Selyutinpower_insn: custom sz handling for branches
2022-09-20 Dmitry Selyutinpysvp64asm: update sz upon snz specifier
2022-09-20 Luke Kenneth Casso... add sv.bc/ctr/vsb unit test to test_pysvp64dis.py to...
2022-09-20 Dmitry Selyutinpower_insn: support vs/vsi/vsb/vsbi/ctr/cti specifiers
2022-09-20 Dmitry Selyutinpysvp64asm: support branch modes
2022-09-20 Dmitry Selyutinpower_svp64_rm: sync it with tables
2022-09-20 Dmitry Selyutinpower_insn: support common branch disassembly
2022-09-19 Dmitry Selyutinpower_insn: simplify branch table
2022-09-19 Dmitry Selyutinpower_insn: provide SVL/CTR branch fields
2022-09-19 Luke Kenneth Casso... add bc_ctr and bc_cti but not used yet
2022-09-19 Luke Kenneth Casso... print out reg num in _check_regs, useful debug
2022-09-19 Dmitry Selyutintest_pysvp64dis: test els specifier
2022-09-19 Dmitry Selyutinpower_insn: support els specifier
2022-09-19 Luke Kenneth Casso... cut cruft in caller.py
2022-09-19 Luke Kenneth Casso... codemorph on rc handling
2022-09-19 Luke Kenneth Casso... codemorph
2022-09-19 Luke Kenneth Casso... first interation (ha ha) src/dst iterators for ISACaller
2022-09-19 Luke Kenneth Casso... codemorph reduce indentation
2022-09-19 Luke Kenneth Casso... code cleanup on ISACaller write_output
2022-09-19 Luke Kenneth Casso... rename to avoid conflict pred_dz from pred_dst_zero
2022-09-19 Luke Kenneth Casso... another code-morph splitting out the src/dst mask prepa...
2022-09-19 Luke Kenneth Casso... add function for calling a simulation
2022-09-19 Luke Kenneth Casso... another code-morph working towards getting the predicat...
2022-09-19 Luke Kenneth Casso... whitespace
2022-09-19 Luke Kenneth Casso... code-morph in StepLoop work towards splitting into...
2022-09-19 Luke Kenneth Casso... add svstate param to constructor of StepLoop, ISACaller
2022-09-19 Luke Kenneth Casso... move two big step/loop functions into separate class...
next