openpower-isa.git
2022-08-24 Jacob Lifshayworking on svp64 utf-8 validation -- still broken
2022-08-24 Jacob Lifshayfix translation of instructions that require Rc=True...
2022-08-24 Jacob Lifshayadd self.subTest and src_loc_at support to TestAccumula...
2022-08-24 Jacob Lifshaymisc cleanup
2022-08-24 Jacob Lifshayfinished writing svp64 utf-8 validation algorithm ...
2022-08-23 Jacob Lifshayadd WIP svp64 utf-8 validation algorithm
2022-08-18 Luke Kenneth... use bitpattern in minor_30.csv to give a single match for
2022-08-17 Dmitry Selyutinsv_binutils: support functions
2022-08-17 Dmitry Selyutinpower_insn: support function property
2022-08-17 Dmitry Selyutinpower_insn: fix sv_extra algorithm
2022-08-17 Dmitry Selyutinpower_enums: fix conversion from selector to reg
2022-08-17 Luke Kenneth... again part of the removal of LD/ST-with-shift, take out
2022-08-16 Dmitry Selyutinpysvp64dis: rename the script due to name conflicts
2022-08-15 Dmitry Selyutinpysvp64dis: switch to SelectableInt class
2022-08-15 Dmitry Selyutinpysvp64dis: introduce disassembler script
2022-08-15 Luke Kenneth... codeshuffle
2022-08-15 Luke Kenneth... swap complicated bits, simplify ISACaller, reduce inden...
2022-08-15 Luke Kenneth... debug print for ISACaller pack/unpack
2022-08-15 Luke Kenneth... extract pack/unpack as separate bits, and also do elwid...
2022-08-14 Jacob Lifshayadd rest of missing stuff for cached-property git depen...
2022-08-14 Luke Kenneth... dang missed *another* argument in ISACaller on the...
2022-08-14 Dmitry Selyutinsv_binutils: consider only SVP64 instructions
2022-08-14 Dmitry Selyutinsv_binutils: do not generate svp64_opindex_rm_field
2022-08-14 Dmitry Selyutinsv_binutils: support opcodes
2022-08-14 Dmitry Selyutinsv_binutils: migrate to instructions db
2022-08-14 Dmitry Selyutinpower_insn.py: introduce instruction database
2022-08-14 Dmitry Selyutinisatables: introduce instruction database CSV
2022-08-14 Dmitry Selyutinpower_enums: map in/out to extra
2022-08-14 Dmitry Selyutinpower_enums: introduce SVMode enum
2022-08-14 Dmitry Selyutinpower_enums: introduce SVExtraReg enum
2022-08-14 Dmitry Selyutinpower_enums: introduce SVExtraRegType enum
2022-08-14 Dmitry Selyutinpower_enums: introduce SVExtra alias
2022-08-14 Dmitry Selyutinpower_enums: introduce RegType enum
2022-08-14 Dmitry Selyutinpower_enums: allow SVPtype aliases
2022-08-14 Dmitry Selyutinpower_enums: better repr for Function enum
2022-08-14 Dmitry Selyutinpower_enums: introduce LDSTLen alias class
2022-08-14 Dmitry Selyutinpower_enums: introduce base enum class
2022-08-14 Dmitry Selyutinsetup.py: add cached-property dependency
2022-08-14 Dmitry Selyutinsv_analysis: decouple CSVs glob code
2022-08-14 Luke Kenneth... go with separate bit for Pack/Unpack mode in SVP64RMMod...
2022-08-14 Luke Kenneth... remove LD/ST-shift mode from ISACaller
2022-08-14 Luke Kenneth... add PACK/UNPACK Mode descriptions to power_svp64_rm.py
2022-08-13 Luke Kenneth... whoops re-added accidentally-deleted CSV file
2022-08-13 Luke Kenneth... remove Pack-Unpack csv files
2022-08-13 Luke Kenneth... remove Pack/Unpack flag entirely from sv_analysis
2022-08-13 Luke Kenneth... disable pack/unpack in sv_analysis.py - going to use...
2022-08-13 Luke Kenneth... invalidate grev cases, replaced by grevlut
2022-08-12 Luke Kenneth... remove LDSTBREV condition, used for ld-st-with-shift
2022-08-12 Luke Kenneth... remive svfixedload.mdwn. requires scalar fixed load...
2022-08-12 Luke Kenneth... remove use of sv ld shifted, replace with els, deprecat...
2022-08-12 Luke Kenneth... remove use of sv.lfssh, deprecate the unit test
2022-08-12 Luke Kenneth... remove use of sv.lfssh, replace with sv.lfs/els element...
2022-08-12 Luke Kenneth... remove use of sv.lfssh, replace with sv.lfs/els element...
2022-08-09 Dmitry Selyutinpower_enums: add missing forms
2022-08-08 Luke Kenneth... restore scalar version of mp31_imdct36_float.s to keep...
2022-08-08 Konstantinos... WIP: SVP64 version
2022-08-07 Luke Kenneth... move reg ptogiling out to separate function in sv_analysis
2022-08-07 Luke Kenneth... move extra classification to separate function in sv_an...
2022-08-06 Luke Kenneth... split cav reading into separate function
2022-08-06 Luke Kenneth... add svanalysis docstrings
2022-08-05 Luke Kenneth... re-run svanalysis fix fishmv no TODO
2022-08-05 Luke Kenneth... Revert "comment out mfcr in sv_analysis.py for now"
2022-08-05 Luke Kenneth... add fishmv unusual overwrite to svanalysis
2022-08-05 Luke Kenneth... comment out mfcr in sv_analysis.py for now
2022-08-04 Dmitry Selyutinsv_binutils: drop dead code
2022-08-03 Luke Kenneth... completely bungled multi-EXTRA specs
2022-08-03 Luke Kenneth... WHOOPS. set the pack column in CSV files unconditionall...
2022-07-31 Luke Kenneth... whoops should be True
2022-07-31 Luke Kenneth... whoops initialise nia_update to False
2022-07-30 Dmitry Selyutinsv_binutils: refactor naming conventions
2022-07-30 Dmitry Selyutinsv_binutils: introduce svp64_opindex_rm_field routine
2022-07-30 Luke Kenneth... add README in ISA sim directory
2022-07-30 Luke Kenneth... fix LDST immed using EXTRA2 not EXTRA3 in tests to...
2022-07-30 Luke Kenneth... sigh begin process of fixing unit tests which are no...
2022-07-30 Luke Kenneth... add LDST-2P-*PU.csv, tracked down weirdness, it was the
2022-07-30 Luke Kenneth... addPack/Unpack to sv_analysis, extra CSV column.
2022-07-30 Luke Kenneth... add PACK/UNPACK constants for RM-2P-1S1D-PU
2022-07-28 Luke Kenneth... much dumbness. fmvis is RM-1P-1D
2022-07-28 Luke Kenneth... Revert "add fmvis as a new RM-1P-1S SVP64 RM type"
2022-07-28 Luke Kenneth... add fmvis as a new RM-1P-1S SVP64 RM type
2022-07-28 Dmitry Selyutinsv_binutils: include SVP64 context header
2022-07-28 Dmitry Selyutinsv_binutils: remove separate CRs table
2022-07-28 Jacob LifshayDOUBLE2SINGLE: convert doc comments to docstring
2022-07-28 Jacob Lifshayre-convert frsp pseudocode
2022-07-28 Jacob Lifshaytry to add some line numbers to ast -- helps with debugging
2022-07-28 Jacob Lifshayswitch ast for assignment to tuple to use the python...
2022-07-28 Jacob Lifshayfix line number tracking
2022-07-28 Jacob Lifshayadd handy re-indenting script
2022-07-27 Jacob Lifshaygitlab-ci.yml: stop testing after 5 failures
2022-07-27 Jacob Lifshayshrink build log
2022-07-27 Jacob Lifshayadd another test and fix broken fishmv pseudocode
2022-07-27 Luke Kenneth... add extra fmvis to see what is going on
2022-07-27 Konstantinos... Fix fmvis & fishmv bit handling for d0, add tests for...
2022-07-27 Konstantinos... Add fishmv instruction (bug #887)
2022-07-27 Konstantinos... fix wrong shift in fmvis, use correct immediates in...
2022-07-26 Luke Kenneth... update comments in fmvis case
2022-07-26 Luke Kenneth... add first FP "expected state" use it in fmvis
2022-07-26 Luke Kenneth... bit more docs on fmvis
2022-07-26 Luke Kenneth... off-by-one in declaration of pattern-match XO for fmvis
2022-07-26 Luke Kenneth... add some more example fmvis to work out which is LSB...
next