openpower-isa.git
2022-10-11 Luke Kenneth... add experimental post-increment fixedload pseudocode
2022-10-10 Luke Kenneth... add elwidth overrides on Indexed REMAP, 8-bit example...
2022-10-10 Luke Kenneth... add elwidth overrides to get_idx_out2
2022-10-08 Luke Kenneth... fix format in debug log
2022-10-08 Luke Kenneth... forgot to add offset on GPR() get
2022-10-08 Luke Kenneth... add elwidth overrides on destination (write) in ISACaller.
2022-10-08 Luke Kenneth... split out base,offset in register decoding for elwidth...
2022-10-08 Luke Kenneth... add 8-bit elwidth alu svp64 case
2022-10-08 Luke Kenneth... add rfscv to major_19.csv, add test_pysvp64dis.py unit...
2022-10-08 Luke Kenneth... drat
2022-10-08 Luke Kenneth... add sc and scv support after moving from major.csv...
2022-10-08 Luke Kenneth... vector name "RSp" not recognised in sv.stq, added as...
2022-10-08 Luke Kenneth... add stq to CSV files and unit test to test_pysvp64dis.py
2022-10-08 Luke Kenneth... separate out DQ and DS to separate custom_immediates
2022-10-08 Luke Kenneth... use new base-class EXTSOperand, derive from ImmediateOp...
2022-10-08 Luke Kenneth... convert TargetAddrOperand to base class EXTSOperand
2022-10-08 Luke Kenneth... add lq and CONST_DQ
2022-10-08 Luke Kenneth... restore tests, accidentally disabled
2022-10-08 Luke Kenneth... add CY operand to fields.txt, in Z23-Form
2022-10-08 Luke Kenneth... add XER bits to register enums
2022-10-08 Luke Kenneth... add addex to csv and sv_analysis db. also needs CryIn...
2022-10-08 Luke Kenneth... misnamed instruction, lfiwzx
2022-10-07 Luke Kenneth... more work on inssort. add useful reg-dump in ISACaller
2022-10-06 Luke Kenneth... nope. failfirst needs to always save the result, but...
2022-10-06 Luke Kenneth... fix fail-first to exclude failed element in VLi=0 mode
2022-10-06 Luke Kenneth... sort out CROPs fail-first in ISACaller. needed to...
2022-10-06 Luke Kenneth... make fail-first cope with sv.cmp which uses CR[BF]
2022-10-06 Luke Kenneth... add insert sort svp64 test
2022-10-06 Luke Kenneth... search for BF in registers to over-ride Vector lookup...
2022-10-06 Luke Kenneth... starting to add sv.cmp support and failfirst, had to add
2022-10-06 Luke Kenneth... add PredicateBaseRM decode to CR Ops Simple mode as...
2022-10-06 Luke Kenneth... add vli mode to ff=5 CR ops
2022-10-06 Luke Kenneth... whoops must only be PredicateBaseRM in CROpFF5RM
2022-10-06 Luke Kenneth... add sv.cmp (ffirst-5) decode/encode asm support
2022-10-06 Luke Kenneth... slightly different crops failfirst mode bits
2022-10-06 Luke Kenneth... add sv.cmp and try fail-first test_pysvp64dist.py
2022-10-02 Luke Kenneth... remove complaints about standard Cray-style Vectors...
2022-10-02 Luke Kenneth... comments for why preinc is called for svstep
2022-10-02 Luke Kenneth... comment out selectableint getitem logs
2022-10-01 Luke Kenneth... skip svstate_pre_inc on svremap
2022-10-01 Luke Kenneth... no svstate instruction
2022-10-01 Luke Kenneth... svstep calls SVSTATE_NEXT so needs svstate_pre_inc
2022-10-01 Luke Kenneth... remove special case from setvl calling SVSTATE_NEXT,
2022-10-01 Luke Kenneth... replacing setvl-svstep with just svstep
2022-10-01 Luke Kenneth... replacing setvl-svstep with just svstep
2022-10-01 Luke Kenneth... replacing setvl-svstep with just svstep
2022-10-01 Luke Kenneth... comments
2022-10-01 Luke Kenneth... comments
2022-10-01 Luke Kenneth... minor cleanup in ISACaller on result handling
2022-10-01 Luke Kenneth... simplify ISACaller execute_one
2022-10-01 Luke Kenneth... simplify setting default SVSHAPE SPRs to zero
2022-10-01 Jacob Lifshayincrease pcdec. output compression by skipping impossib...
2022-09-30 Jacob Lifshayprefix codes tests pass
2022-09-30 Luke Kenneth... no need for ctr mode on sv.bc
2022-09-30 Luke Kenneth... ctr mode not needed, just use unconditional CTR dec
2022-09-30 Luke Kenneth... set srcstep/dststep to zero in StepLoop (ISACaller...
2022-09-30 Luke Kenneth... add sv.bc vlset-inverted test
2022-09-30 Luke Kenneth... comments/variables-cleanup
2022-09-30 Luke Kenneth... add sv.bc vlset-inverted test
2022-09-30 Luke Kenneth... add sv.bc/vs - VLset - test. truncates VL at the vector...
2022-09-30 Luke Kenneth... add code-comments in variance_svp64_real.s on how to...
2022-09-30 Luke Kenneth... add new sv.bc CTR-loop test, subtracts VL from CTR
2022-09-30 Luke Kenneth... whitespace
2022-09-30 Luke Kenneth... use regs variables in get_predint
2022-09-30 Luke Kenneth... comments
2022-09-30 Jacob Lifshayfix pcdec. assembly -- merge into va_form() since it...
2022-09-30 Jacob Lifshayfix pcdec.'s form
2022-09-30 Jacob Lifshayrewrite pcdec. pseudocode to work better for JPEG
2022-09-30 Jacob Lifshayadd lookup table generation for JPEG decode
2022-09-30 Jacob Lifshayallow logging function to be overridden for Mem.log_fancy
2022-09-29 Jacob Lifshayconvert svp64 bigint unittests to use TestAccumulatorBase
2022-09-29 Jacob Lifshayfinish changing to use adde, not addeo for bigint add
2022-09-29 Luke Kenneth... sv.adde not sv.addeo
2022-09-29 Luke Kenneth... destination for maddedu and divmod2du for RS defaults...
2022-09-29 Luke Kenneth... wowser, complex. implementing maddedu implicit RC/RS...
2022-09-29 Luke Kenneth... add carry-roll-over-vector-mul-with-add (!) unit test
2022-09-29 Luke Kenneth... comments
2022-09-29 Luke Kenneth... add shift-left and shift-right scalar-to-vector tests
2022-09-29 Luke Kenneth... update iterators in ISACaller, not used yet
2022-09-29 Jacob Lifshayrename madded->maddedu for consistency with PowerISA...
2022-09-29 Jacob Lifshayrename divrem2du->divmod2du for consistency with PowerI...
2022-09-29 Jacob Lifshayadd bigint tests and fix madded pseudocode
2022-09-29 Jacob Lifshayadd bigint ops
2022-09-29 Jacob Lifshayfill out dsld/dsrd pseudocode
2022-09-29 Jacob Lifshayadd missing DRAFT comment
2022-09-29 Jacob Lifshayfix test_minor_30
2022-09-29 Jacob Lifshayformat code
2022-09-29 Jacob Lifshayclean up bigint instruction naming
2022-09-29 Jacob Lifshayremove unnecesary commented code
2022-09-29 Jacob Lifshayadd unofficial and comment2 fields to minor_31.csv
2022-09-28 Luke Kenneth... srcstep
2022-09-28 Luke Kenneth... rename iterators init function
2022-09-28 Luke Kenneth... redundant comment
2022-09-28 Luke Kenneth... split out svstate update in ISACaller
2022-09-28 Luke Kenneth... move failfirst check to separate function in ISACaller
2022-09-28 Luke Kenneth... new revision of dsld
2022-09-28 Luke Kenneth... add double-sld pseudocode, first draft
2022-09-28 Luke Kenneth... add limit argument to MASK() helper
2022-09-28 Luke Kenneth... add Z23 shift-mode fields.txt
2022-09-28 Luke Kenneth... bugfix reset remaps and get subvl early
next