openpower-isa.git
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...
2022-07-26 Luke Kenneth... add example fmvis instruction to trans/svp64.py
2022-07-26 Luke Kenneth... dang.
2022-07-26 Luke Kenneth... Revert "set IN1 to NONE for fmvis", in1 is FRS.
2022-07-26 Luke Kenneth... use DOUBLE helper function in fmvis
2022-07-26 Luke Kenneth... annoying. DX-Form is one exception to the rule of havin...
2022-07-26 Konstantinos... set IN1 to NONE for fmvis
2022-07-26 Konstantinos... fix form and pseudo-code for fmvis, tests in 64-bit...
2022-07-26 Luke Kenneth... whitespace cleanup
2022-07-26 Konstantinos... fix fmvis decoder, it's now a 2-operand instruction
2022-07-26 Konstantinos... Add fmvis instruction + tests, bug #887
2022-07-25 Dmitry Selyutinsvp64.py: fix alignment
2022-07-25 Dmitry Selyutinsvp64.py: update svindex operands
2022-07-23 Luke Kenneth... dump output from pypowersim_fp
2022-07-21 Luke Kenneth... whoops missing variables in new subfunction after
2022-07-21 Luke Kenneth... add dsubstep to ISACaller
2022-07-21 Luke Kenneth... sort out subvl unit test with expected results
2022-07-21 Luke Kenneth... fix loopend conditions for subvectors in ISACaller
2022-07-20 Luke Kenneth... rename substep to ssubstep, add dsubstep to SVP64State
2022-07-20 Luke Kenneth... add first subvl unit test, subvl comes from
2022-07-18 Luke Kenneth... move D-Immediate rewriting in ISACaller into separate...
2022-07-18 Luke Kenneth... move inputs in ISACaller into get_input()
2022-07-18 Luke Kenneth... move debug remap to ISACaller.remap_debug()
2022-07-18 Luke Kenneth... whitespace and function-return code-morphing in ISACaller
2022-07-18 Luke Kenneth... move another function in ISACaller (check_write)
2022-07-18 Luke Kenneth... begin function split in ISACaller
2022-07-18 Luke Kenneth... remove duplicate code create ISACaller.advance_svstate_...
2022-07-18 Luke Kenneth... add SUBVL (substep) support to PowerDecoder2 and to...
next