oppc/code: drop explicit ctx argument
[openpower-isa.git] / src / openpower / sv /
2023-07-25 Jacob Lifshayadd set[n]bc[r] -- tests broken
2023-07-22 Jacob Lifshayadd SVP64 tests for cfuged, cntlzdm, cnttzdm, pdepd...
2023-06-17 Jacob Lifshayremove Rc=1 from fmvfg[s]
2023-06-17 Jacob Lifshaysv_analysis: raise error instead of outputting TODO
2023-06-03 Luke Kenneth Casso... fix (most) unit tests in test_pysvp64dis.py
2023-06-03 Luke Kenneth Casso... must check *implicit* SelType which comes from the...
2023-06-03 Dmitry Selyutininsndb/dis: rename into disasm for no good reason
2023-06-03 Luke Kenneth Casso... correct RS/RA/CR0 for rlwinm which is 2P-1S1D
2023-06-03 Dmitry Selyutininsndb: rename types into core
2023-06-03 Dmitry Selyutininsndb: revert recent renaming
2023-06-03 Luke Kenneth Casso... using names of modules that are identical to commonly...
2023-06-03 Luke Kenneth Casso... import dis overloads naming of modules already in python3,
2023-06-02 Dmitry Selyutinpysvp64dis: integrate into insndb insndb
2023-06-02 Dmitry Selyutinpysvp64asm: integrate into insndb
2023-06-02 Dmitry Selyutinpower_insn: decouple into separate module
2023-06-01 Dmitry Selyutinpower_insn: completely refactor extras
2023-06-01 Jacob Lifshaymake maddsubrs show up in SVP64 generated CSVs
2023-06-01 Jacob Lifshayraise error on unhandled instruction kind
2023-05-31 Dmitry Selyutintest_pysvp64dis.py: add tests for broken extras
2023-05-27 Luke Kenneth Casso... https://bugs.libre-soc.org/show_bug.cgi?id=1091
2023-05-22 Luke Kenneth Casso... make style of pysvp64dis.py consistent with standard...
2023-05-21 Luke Kenneth Casso... add /pi to LD/ST, temporarily. lose dz/sz replace with...
2023-05-18 Jacob Lifshayadd fmv*/fcvt* to sv_analysis.py
2023-05-15 Luke Kenneth Casso... add "WRONG" sv.cmp in test_pysvp64dis.py
2023-05-15 Luke Kenneth Casso... fix sv_analysis ldux, missing s/d:RA
2023-05-15 Luke Kenneth Casso... sort out sv.cmp zz (and correct unit tests)
2023-05-15 Luke Kenneth Casso... CROpFF3RM and CROpFF5RM were swapped round.
2023-05-15 Luke Kenneth Casso... extraneous space
2023-05-15 Luke Kenneth Casso... remove extraneous space
2023-05-15 Luke Kenneth Casso... ld/st mismatch in power_insn.py and sv_analysis.py
2023-05-15 Luke Kenneth Casso... add sv.ffmadds test to test_pysvp64dis.py
2023-05-15 Luke Kenneth Casso... in DCT/FFT 3-in 2-out set had to make RT same source...
2023-05-14 Luke Kenneth Casso... attempting to get LD/ST-Update SVP64 EXTRA3 working...
2023-05-14 Luke Kenneth Casso... classify LD/ST-Immediate-Update as EXTRA3.
2023-05-14 Luke Kenneth Casso... whitespace cleanup and remove as many PHP-style-formatt...
2023-05-04 Luke Kenneth Casso... maddsubrs no longer has CR0
2023-04-28 Luke Kenneth Casso... reduce number of operands to ffmadds as well
2023-04-28 Luke Kenneth Casso... reduce fdmadds down to only 3 operands, RT-overwrite...
2023-04-26 Dmitry Selyutinpysvp64dis: deprecate pr tests
2023-04-26 Dmitry Selyutinpysvp64asm: deprecate pr tests
2023-04-25 Jacob Lifshayreplace min/max[su][.] with minmax[.]
2023-04-18 Jacob Lifshayadd shaddw
2023-04-10 Dmitry Selyutinsv_binutils: fix broken script
2023-04-04 Luke Kenneth Casso... add quick test_pysvp64dis.py of LD/ST data-dependent...
2023-01-20 Dmitry Selyutinpower_insn: refactor operands; simplify lookups
2023-01-19 Dmitry Selyutinpysvp64asm: drop obsolete code
2023-01-18 Dmitry Selyutinpower_insn: support legacy style
2023-01-18 Dmitry Selyutinpower_insn: major refactoring and cleanup
2023-01-18 Dmitry Selyutinpysvp64dis: do not create temporary bytes upon load
2023-01-15 Dmitry Selyutinpysvp64asm: avoid empty fields
2023-01-15 Dmitry Selyutinpower_enums: clean code
2023-01-15 Dmitry Selyutinpysvp64asm: allow insndb-based assembly
2023-01-15 Dmitry Selyutinpysvp64asm: deprecate custom_insn helper
2023-01-15 Dmitry Selyutinpower_insn: sort opcodes by sections
2023-01-15 Dmitry Selyutinpower_insn: convert spans into properties
2023-01-15 Dmitry Selyutinpower_insn: bind records to operands
2023-01-15 Dmitry Selyutinpower_insn: postpone operands initialization
2023-01-15 Dmitry Selyutinpower_insn: provide basics for insndb assembly
2022-11-11 Jacob Lifshayadd maddedus
2022-10-28 Luke Kenneth Casso... restore Z23 shadd/shadduw
2022-10-28 Luke Kenneth Casso... redo the 3-in 1-out move of dsld/dsrd to EXT04 VA2...
2022-10-25 Dmitry Selyutinpysvp64asm: support shadd/shadduw instructions
2022-10-25 Dmitry Selyutinpysvp64asm: introduce more flexible Z23 wrapper
2022-10-25 Dmitry Selyutintest_pysvp64dis: test shadd/shadduw instructions
2022-10-22 Luke Kenneth Casso... add extra pysvp64dis tests for divmod2du and maddedu
2022-10-22 Luke Kenneth Casso... argh, extremely annoying: 4-operand dsld/dsrd is not...
2022-10-22 Luke Kenneth Casso... bigint shuffle
2022-10-19 Dmitry Selyutinsv_binutils_fptrans: fix registers generation
2022-10-14 Dmitry Selyutinsv_binutils_fptrans: fix opcodes mode
2022-10-14 Dmitry Selyutinsv_binutils_fptrans: generate all permutations
2022-10-14 Dmitry Selyutinpysvp64asm: fix coding style
2022-10-14 Luke Kenneth Casso... add sv.stwu/pi example in test_sv_load_store_postinc
2022-10-14 Luke Kenneth Casso... add ld/st-immediate "post-inc" mode support. unit test...
2022-10-14 Luke Kenneth Casso... add /pi to sv/trans/svp64.py and power_insns.py
2022-10-08 Luke Kenneth Casso... add rfscv to major_19.csv, add test_pysvp64dis.py unit...
2022-10-08 Luke Kenneth Casso... drat
2022-10-08 Luke Kenneth Casso... add sc and scv support after moving from major.csv...
2022-10-08 Luke Kenneth Casso... vector name "RSp" not recognised in sv.stq, added as...
2022-10-08 Luke Kenneth Casso... add stq to CSV files and unit test to test_pysvp64dis.py
2022-10-08 Luke Kenneth Casso... convert TargetAddrOperand to base class EXTSOperand
2022-10-08 Luke Kenneth Casso... add lq and CONST_DQ
2022-10-08 Luke Kenneth Casso... restore tests, accidentally disabled
2022-10-08 Luke Kenneth Casso... add addex to csv and sv_analysis db. also needs CryIn...
2022-10-06 Luke Kenneth Casso... add PredicateBaseRM decode to CR Ops Simple mode as...
2022-10-06 Luke Kenneth Casso... add vli mode to ff=5 CR ops
2022-10-06 Luke Kenneth Casso... add sv.cmp (ffirst-5) decode/encode asm support
2022-10-06 Luke Kenneth Casso... slightly different crops failfirst mode bits
2022-10-06 Luke Kenneth Casso... add sv.cmp and try fail-first test_pysvp64dist.py
2022-09-30 Jacob Lifshayfix pcdec. assembly -- merge into va_form() since it...
2022-09-30 Jacob Lifshayrewrite pcdec. pseudocode to work better for JPEG
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 ops
2022-09-29 Jacob Lifshayadd missing DRAFT comment
2022-09-25 Dmitry Selyutintest_pysvp64dis: sort ld/st idx stride specs
2022-09-25 Dmitry Selyutinpysvp64asm: fix VLi attribute access
2022-09-25 Luke Kenneth Casso... have to sanity-check dz/zz after full qualifier-process...
2022-09-25 Luke Kenneth Casso... add dz/sz assertion in is_bc mode
2022-09-25 Luke Kenneth Casso... whitespace
2022-09-24 Luke Kenneth Casso... move sea check to after all qualifiers are checked
next