openpower-isa.git
2022-09-24 Luke Kenneth... move sea check to after all qualifiers are checked
2022-09-24 Luke Kenneth... check variable rather than explicit == LDST_IDX
2022-09-24 Luke Kenneth... add elstrided/sea on ldst_idx mode
2022-09-24 Dmitry Selyutintest_pysvp64dis: test ld/st idx SEA (simple)
2022-09-24 Dmitry Selyutinpower_insn: support SEA specifier
2022-09-24 Dmitry Selyutinpysvp64asm: support /sea specifier
2022-09-24 Dmitry Selyutinconsts: introduce SEA field
2022-09-24 Dmitry Selyutinpysvp64asm: fix comment layout
2022-09-24 Luke Kenneth... set sv_mode to 0b01 in element-strided
2022-09-24 Luke Kenneth... frickin frick
2022-09-24 Luke Kenneth... add assert to stop failfirst+sea
2022-09-24 Luke Kenneth... add extra RC1 test, without VLI.
2022-09-24 Luke Kenneth... add RC1 support to ISACaller.
2022-09-24 Dmitry Selyutinpower_insn: slightly change table checking style
2022-09-24 Luke Kenneth... add extra test_pysvp64dis.py test for ff=~RC1/vli mode
2022-09-24 Luke Kenneth... whoops got mask/match test wrong in power_insn.py
2022-09-24 Luke Kenneth... 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... check svstate (vl) in failfirst test
2022-09-23 Luke Kenneth... grr annoying recurrence of svshape bug, mscale starts...
2022-09-23 Luke Kenneth... add data-dependent fail-first mode, Rc=1 variant not...
2022-09-23 Luke Kenneth... whoops consistent inversion of inv,CRbit was CRbit,inv
2022-09-23 Luke Kenneth... extra failfirst dis tests
2022-09-23 Luke Kenneth... remove barse-ackwardsness, use SelectableInt() in decode_bo
2022-09-23 Luke Kenneth... put back the barse-ackward decode_bo inversion of ...
2022-09-23 Luke Kenneth... remove need for explicit-hack for "pcdec." - rc column...
2022-09-23 Luke Kenneth... lots of really bad hacks, here
2022-09-23 Luke Kenneth... fix/hack some bugs in prefix_codes_cases
2022-09-23 Luke Kenneth... add (sigh) to the hack-job get_pdecode_idx_out2() in...
2022-09-23 Luke Kenneth... change variablename dec2.use_svp64_fft to implicit_rs
2022-09-23 Luke Kenneth... add match on implicit_rc for pcdec
2022-09-23 Luke Kenneth... rename all "fft" variables in PowerDecoder2 because...
2022-09-23 Luke Kenneth... add sv.maddld/mr unit test example with expected results
2022-09-23 Luke Kenneth... add expected results for sv.maddld in openpower/test...
2022-09-23 Luke Kenneth... reduce field name lengths (not in use)
2022-09-23 Luke Kenneth... whoops offset-tracking on 3-in 2-out supposed to be...
2022-09-23 Konstantinos... removed unneeded file
2022-09-23 Konstantinos... update Makefile
2022-09-23 Konstantinos... add new SVP64 function
2022-09-23 Konstantinos... reduce iterations, taking too long in the simulator
2022-09-23 Konstantinos... rename reference functions with _c suffix, add header
2022-09-23 Konstantinos... renamed variance_svp64.c to variancefuncs_svp64.c
2022-09-23 Jacob Lifshayadd pcdec -- doesn't yet work due to broken ISACaller...
2022-09-23 Jacob Lifshayfix maddld pseudo-code
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 Lifshaymaddhd[u]/maddld are official ops
2022-09-23 Jacob Lifshayformat code
2022-09-22 Luke Kenneth... add first (correctly-working) ctr-mode sv.bc test
2022-09-22 Luke Kenneth... comment need for waiting on binutils update
2022-09-22 Konstantinos... fix no of iterations in comment, harmless but wrong
2022-09-22 Konstantinos... dump memory
2022-09-22 Konstantinos... better handling of memory copies, fix vpx_get4x4sse_cs_...
2022-09-22 Konstantinos... remove extra setvl instruction
2022-09-21 Luke Kenneth... add series of double-stride options to test_caller_svp6...
2022-09-21 Luke Kenneth... do not set striding on costables, keep them contiguous.
2022-09-21 Konstantinos... getting better, get rid of the ctr, group src/ref loads
2022-09-21 Luke Kenneth... scale-up svshape pseudo-code for striding in DCT/FFT
2022-09-21 Luke Kenneth... fix dct/fft test-functions with new "scaling" parameter
2022-09-21 Luke Kenneth... missed setting zdim in svshape on DCT modes
2022-09-21 Konstantinos... use sv.subf
2022-09-21 Konstantinos... fix braces
2022-09-21 Luke Kenneth... whoops stride already has +1 from SVSTATE class
2022-09-21 Luke Kenneth... add SVzd to REMAP (svshape) "stride"
2022-09-21 Luke Kenneth... add stride-multiplier for 2D DCT/FFT "in-place" offsets
2022-09-21 Konstantinos... Initial SVP64 attempt to vpx_get4x4sse_cs_svp64_real()
2022-09-21 Konstantinos... use mr instead of li/addi pair
2022-09-21 Konstantinos... fix comments
2022-09-21 Konstantinos... add vpx_get4x4sse_cs_svp64_real() and wrapper
2022-09-21 Konstantinos... First form of fully working SVP64 version
2022-09-21 Konstantinos... reduce number of iterations in test, as it takes too...
2022-09-21 Konstantinos... necessary changes for run_a_simulation to work with...
2022-09-21 Konstantinos... Initial attempt for SVP64 asm version of vpx_get_mb_ss_...
2022-09-21 Luke Kenneth... add sv.madd* to sv_analysis
2022-09-21 Jacob Lifshayadd sv.maddld test case
2022-09-20 Luke Kenneth... minor codemorph, whitespace
2022-09-20 Luke Kenneth... sv.bc reclassified as RM-2P-1S by eliminating SPRs.
2022-09-20 Konstantinos... PoC simplified and isolated unit test for libvpx (VP8...
2022-09-20 Konstantinos... Initial PoC for calling pypowersim from within C code
2022-09-20 Luke Kenneth... remove messy string identification, use RM Mode from...
2022-09-20 Luke Kenneth... 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
next