openpower-isa.git
2023-06-02 Luke Kenneth... correct name for Mem test function
2023-06-02 Luke Kenneth... gaah a mess (but working)
2023-06-02 Luke Kenneth... use qemu user-mode to run cross-compiled xchacha20
2023-06-02 Luke Kenneth... ascii dump on xchacha20 to compare against x86 version
2023-06-02 Luke Kenneth... add -mno-altivec option to xchacha20 test
2023-06-02 Luke Kenneth... enable misaligned Mem in ISACaller by default
2023-06-02 Cesar StraussHandle newer nMigen adding a "bench" top-level root...
2023-06-02 Luke Kenneth... corrections to boundary-wrapped store, and add misalign...
2023-06-02 Luke Kenneth... add rollover mem test, store "rolls over" a 64-bit...
2023-06-02 Luke Kenneth... add misaligned mem test
2023-06-02 Luke Kenneth... add misaligned mem test
2023-06-02 Luke Kenneth... relocate main() to a single section
2023-06-02 Luke Kenneth... add unit test for Mem class, need to add misaligned...
2023-06-02 Luke Kenneth... print out memory exception details, on unaligned
2023-06-02 Luke Kenneth... add .gitignore
2023-06-02 Luke Kenneth... add cross-compiled test of xchacha20 suitable for runni...
2023-06-02 Luke Kenneth... simplify by running smallest test
2023-06-02 Luke Kenneth... get video pypowersim_wrapper running
2023-06-02 Luke Kenneth... add bryan hawkins chacha20 source from
2023-06-02 Jacob Lifshayadd maddedus
2023-06-02 Jacob Lifshayfix case_sv_bigint_shift_left_then_back
2023-06-02 Jacob LifshayXLEN-ify maddedu
2023-06-02 Jacob Lifshayfix maddedu title line
2023-06-02 Jacob Lifshayfix bug in parser when concatenating stuff that isn...
2023-06-02 Dmitry Selyutintests/bigint: provide shadd/shadduw tests
2023-06-02 Dmitry Selyutinselectable_int: support variable concatenation
2023-06-02 Dmitry Selyutinbitmanip.mdwn: avoid overflow for m variable
2023-06-02 Dmitry SelyutinRevert "Revert "https://bugs.libre-soc.org/show_bug...
2023-06-02 Dmitry SelyutinRevert "corrections to shadd/uw after reverting to...
2023-06-02 Luke Kenneth... corrections to shadd/uw after reverting to switch
2023-06-02 Luke Kenneth... Revert "https://bugs.libre-soc.org/show_bug.cgi?id...
2023-06-02 Luke Kenneth... add dsld. (Rc=1) test, make overflow acceptable to...
2023-06-02 Jacob Lifshayadd tests for carry/overflow calculation of addmeo...
2023-06-02 Jacob Lifshayformat code
2023-06-02 Luke Kenneth... dsld: MASK(0, 63-n) works just as well as MASK(64,...
2023-06-02 Luke Kenneth... overflow condition in dsld and dsrd if RS is non-zero
2023-06-02 Luke Kenneth... fix dsrd pseudocode to use ROTL64 not ROTL128
2023-06-02 Luke Kenneth... fix dsld pseudocode to use ROTL64 instead of ROTL128
2023-06-02 Luke Kenneth... add test showing that dsld and dsrd are not quite inverses
2023-06-02 Jacob Lifshayupdate csvs to match make output
2023-06-02 Jacob Lifshayfix bigint shift tests
2023-06-02 Luke Kenneth... fix dsrd, ROTL128 use 128-n not 64-n,
2023-06-02 Luke Kenneth... redo sv_analysis for dsld/dsrd
2023-06-02 Luke Kenneth... fix dsrd pseudocode for new 3-in 2-out
2023-06-02 Luke Kenneth... sort out dsld pseudocode, creating mask is tricky
2023-06-02 Luke Kenneth... endeavouring to implement shift-carry-dsld
2023-06-02 Luke Kenneth... restore Z23 shadd/shadduw
2023-06-02 Luke Kenneth... redo the 3-in 1-out move of dsld/dsrd to EXT04 VA2...
2023-06-02 Luke Kenneth... first cut pseudocode for dsld/dsrd to be 3-in 1-out,
2023-06-02 Luke Kenneth... add test for identifying [expr] * name in parser
2023-06-02 Dmitry Selyutinpower_enums: support shadd/shadduw instructions
2023-06-02 Dmitry Selyutinisa/caller.py: support shadd/shadduw instructions
2023-06-02 Luke Kenneth... https://bugs.libre-soc.org/show_bug.cgi?id=966#c4
2023-06-02 Luke Kenneth... code-comments on divmod2du and maddedu are wrong
2023-06-02 Luke Kenneth... comments
2023-06-02 Luke Kenneth... shadd pseudocode cleanup
2023-06-02 Dmitry Selyutinpysvp64asm: support shadd/shadduw instructions
2023-06-02 Dmitry Selyutinpysvp64asm: introduce more flexible Z23 wrapper
2023-06-02 Dmitry Selyutintest_pysvp64dis: test shadd/shadduw instructions
2023-06-02 Dmitry Selyutinbitmanip.mdwn: support shadd/shadduw instructions
2023-06-02 Dmitry Selyutinminor_4.csv: support shadd/shadduw instructions
2023-06-02 Luke Kenneth... add maxs. combined with cmp capability
2023-06-02 Luke Kenneth... use svshape2 instead of svindex for the 4th shape
2023-06-02 Luke Kenneth... add extra pysvp64dis tests for divmod2du and maddedu
2023-06-02 Luke Kenneth... argh, extremely annoying: 4-operand dsld/dsrd is not...
2023-06-02 Luke Kenneth... remove redundant case_dsrd3
2023-06-02 Luke Kenneth... bigint shuffle
2023-06-02 Jacob Lifshayfix get_masked_reg and add test
2023-06-02 Jacob Lifshayformat code removing unused imports
2023-06-02 Luke Kenneth... code-comments
2023-06-02 Luke Kenneth... add 2nd outer loop, CTR 2 rounds, in chacha20 test
2023-06-02 Luke Kenneth... move chacha20 to separate test, set/get masked regs...
2023-06-02 Luke Kenneth... move HASK, ROTL32, ROTL64, MASK32, into helper class
2023-06-02 Luke Kenneth... use XLEN/2 for ROTL32 in fixedshift.mdwn
2023-06-02 Luke Kenneth... comments
2023-06-02 Luke Kenneth... add first chacha20 round test
2023-06-02 Dmitry Selyutinsv_binutils_fptrans: fix registers generation
2023-06-02 Dmitry Selyutinav.mdwn: fix missing bmask operand
2023-06-02 Luke Kenneth... TODO, sort out remap indices order
2023-06-02 Jacob Lifshayadd test for scalar sv.maddedu
2023-06-02 Jacob Lifshayadd missing files to .gitignore
2023-06-02 Dmitry Selyutinav.mdwn: fix Rc-augmented cprop instruction
2023-06-02 Luke Kenneth... debug print correction
2023-06-02 Luke Kenneth... sigh, have to use yield from on get_out_map()
2023-06-02 Luke Kenneth... rewrite get_idx_out2 in ISACaller to split out
2023-06-02 Luke Kenneth... rewrite get_idx_out in ISACaller to split out
2023-06-02 Luke Kenneth... add unit test showing two svindex calls, found bugs,
2023-06-02 Luke Kenneth... code-shuffle, rework get_idx_in() to separate out the...
2023-06-02 Luke Kenneth... whoops missed an update MEM(EA...) in pifixedstore
2023-06-02 Dmitry Selyutinsv_binutils_fptrans: fix opcodes mode
2023-06-02 Dmitry Selyutinpower_insn: really skip sv. entries for PPC database
2023-06-02 Dmitry Selyutinsv_binutils_fptrans: generate all permutations
2023-06-02 Dmitry Selyutinpysvp64asm: fix coding style
2023-06-02 Dmitry Selyutinpower_insn: skip sv. instructions in PPC database
2023-06-02 Dmitry Selyutinpower_insn: fix AA match
2023-06-02 Dmitry Selyutinpower_insn: do not allow default records
2023-06-02 Luke Kenneth... add max-with-getting-index-of vertical-first loop example
2023-06-02 Konstantinos... small update in the max detection code
2023-06-02 Luke Kenneth... SVP64RMModeDecode detects Post-Inc LDST-imm mode
2023-06-02 Konstantinos... first working version
next