add elwidth overrides to get_idx_out2
[openpower-isa.git] / src / openpower / sv /
2022-09-13 Dmitry Selyutinsv_binutils: support multiple opcodes; minor fixes
2022-09-13 Luke Kenneth Casso... correct assrmbler in test_pysvpy4dis.py
2022-09-13 Luke Kenneth Casso... add batch of instructions from
2022-09-12 Luke Kenneth Casso... add hack overloaded meaning of destwid to be pack/unpack.
2022-09-12 Dmitry Selyutinsv_binutils: support multiple opcodes; minor fixes
2022-09-12 Dmitry Selyutinpower_insn: introduce pseudo cr_in2
2022-09-12 Luke Kenneth Casso... add hphint and pack/unpack into SVSTATE SPR layout
2022-09-12 Jacob Lifshayadd fptrans ops to src/openpower/sv/trans/svp64.py
2022-09-12 Luke Kenneth Casso... remove pack/unpack - now part of sv.setvl
2022-09-12 Luke Kenneth Casso... add sv.setvl to instructions as a major hack
2022-09-12 Luke Kenneth Casso... split out setvl from sv.setvl test in test_pysvp64dis.py
2022-09-12 Luke Kenneth Casso... add extra tests "add." "addo" etc. to test_pysvp64dis.py
2022-09-12 Luke Kenneth Casso... demo that "setvl." is not reconstructed with Rc=1 mode
2022-09-12 Luke Kenneth Casso... skip addpcis for now, needs properly qualifying
2022-09-11 Luke Kenneth Casso... add sv.isel 12,2,3,*99 test to test_pysvp64dis.py
2022-09-11 Luke Kenneth Casso... add some CR3 pysvp64dis.py tests, sv.crand
2022-09-11 Luke Kenneth Casso... add sv.isel asm-disasm tests to test_pysvp64dis.py
2022-09-10 Luke Kenneth Casso... huhn? addpcis converts to .long? huhn?
2022-09-10 Luke Kenneth Casso... fix issue with pysvp64dis.py load() reading from stdin
2022-09-10 Jacob Lifshaymove ffadds to not conflict with fptrans -- makes space...
2022-09-09 Luke Kenneth Casso... add fishmv fmvis addpcis instructions to test_pysvp64dis.py
2022-09-09 Luke Kenneth Casso... add subtests
2022-09-09 Luke Kenneth Casso... hooray got test_pysvp64dis.py working with new Verbosit...
2022-09-09 Dmitry Selyutinpower_insn: support verbosity levels
2022-09-09 Luke Kenneth Casso... add seek/tell on load in pysvp64dis so that generator...
2022-09-09 Luke Kenneth Casso... add "short" argument (TODO pick better name) to pysvp64dis
2022-09-09 Luke Kenneth Casso... add pysvp64dis tester
2022-09-09 Luke Kenneth Casso... add default arg byteorder=LITTLE to pysvp64dis
2022-09-08 Luke Kenneth Casso... whitespace
2022-09-08 Dmitry Selyutinpysvp64asm: fix missing arguments
2022-09-08 Dmitry Selyutinsvshape2: rename fields
2022-09-06 Dmitry Selyutinpysvp64asm: create database once
2022-09-06 Luke Kenneth Casso... REMAP parallel-reduce:
2022-09-06 Jacob Lifshayadd all fptrans ops to CSVs
2022-09-06 Dmitry Selyutinpower_insn: move extras to SVP64Record
2022-09-05 Luke Kenneth Casso... add a new log option to pysvp64dis and make it a comman...
2022-09-05 Luke Kenneth Casso... remove parallel-reduction mode from decoder and sv...
2022-09-05 Luke Kenneth Casso... rename "PARALLEL" enums to "PTREDUCE" - parallel tree...
2022-09-04 Luke Kenneth Casso... add parallel-reduction (subvl=0) in sv/trans/svp64.py
2022-09-04 Jacob Lifshayreallocate opcodes for ffadds (converted to X-FORM...
2022-09-03 Dmitry Selyutinpysvp64dis: support verbose mode
2022-09-03 Dmitry Selyutinsv_binutils: shorten and simplify the output
2022-09-03 Luke Kenneth Casso... Revert "add inv option to svshape2 (only 1 bit)"
2022-09-03 Luke Kenneth Casso... add inv option to svshape2 (only 1 bit)
2022-09-03 Luke Kenneth Casso... update sv_analysis to create separate SVMode.LDST_IDX...
2022-09-02 Luke Kenneth Casso... add test_caller_svshape2.py and make corrections to...
2022-09-02 Luke Kenneth Casso... add svshape2 to sv/trans/svp64.py
2022-09-02 Luke Kenneth Casso... disallow reserved SVrm values in svshape, svp64.py
2022-09-02 Dmitry Selyutinpysvp64dis: refactor instruction loading
2022-09-01 Jacob Lifshayremove support for unnamed arguments for @_custom_insns...
2022-09-01 Jacob Lifshayremove dead code, sv.svstep and sv.fcoss are now handle...
2022-09-01 Jacob Lifshaymake sv.instr use CUSTOM_INSNS by default for assemblin...
2022-09-01 Jacob Lifshayuse a decorator for constructing CUSTOM_INSNS
2022-09-01 Jacob Lifshayfix comment location
2022-09-01 Jacob Lifshayformat code
2022-08-30 Luke Kenneth Casso... Revert "format code"
2022-08-30 Luke Kenneth Casso... Revert "fix comment location"
2022-08-30 Luke Kenneth Casso... Revert "use a decorator for constructing CUSTOM_INSNS"
2022-08-30 Luke Kenneth Casso... Revert "make sv.instr use CUSTOM_INSNS by default for...
2022-08-30 Luke Kenneth Casso... Revert "remove dead code, sv.svstep and sv.fcoss are...
2022-08-30 Luke Kenneth Casso... Revert "remove fuck-up by programmerjake not reading...
2022-08-30 Luke Kenneth Casso... remove fuck-up by programmerjake not reading the specif...
2022-08-30 Dmitry Selyutinpysvp64dis: stop interation upon empty suffix
2022-08-30 Jacob Lifshayremove dead code, sv.svstep and sv.fcoss are now handle...
2022-08-30 Jacob Lifshaymake sv.instr use CUSTOM_INSNS by default for assemblin...
2022-08-30 Jacob Lifshayuse a decorator for constructing CUSTOM_INSNS
2022-08-30 Jacob Lifshayfix comment location
2022-08-30 Jacob Lifshayformat code
2022-08-30 Dmitry Selyutinpysvp64dis: remove obsolete imports
2022-08-30 Dmitry Selyutinpower_insn: convert PO field name to lower case
2022-08-29 Luke Kenneth Casso... remove insertion of instruction as a comment
2022-08-29 Luke Kenneth Casso... gaah what a frickin mess
2022-08-29 Dmitry Selyutinsv_binutils: hack
2022-08-29 Dmitry Selyutinsv_binutils: remove unused imports
2022-08-29 Dmitry Selyutinsv_binutils: generate instruction getters/setters
2022-08-29 Dmitry Selyutinsv_binutils: perform massive refactoring
2022-08-29 Dmitry Selyutinsv_binutils: deprecate obsolete fields
2022-08-29 Dmitry Selyutinpysvp64asm: switch to new fields
2022-08-29 Dmitry Selyutinpower_insn: switch to new fields
2022-08-29 Dmitry Selyutinselectable_int: refactor fields mappings
2022-08-29 Dmitry Selyutinpower_insn: decouple instruction classes
2022-08-29 Dmitry Selyutinpysvp64dis: provide BC mode sketch
2022-08-29 Dmitry Selyutinpysvp64asm: clean import directives
2022-08-29 Dmitry Selyutinpysvp64dis: refactor inheritance model
2022-08-29 Dmitry Selyutinpysvp64dis: introduce disassemble routine
2022-08-29 Dmitry Selyutinpysvp64dis: consider instruction name
2022-08-29 Dmitry Selyutinpysvp64dis: consult the instruction database
2022-08-29 Dmitry Selyutinpysvp64dis: accept SelectableInt as an Instruction
2022-08-29 Dmitry Selyutinpysvp64dis: introduce Suffix helper class
2022-08-29 Dmitry Selyutinpysvp64dis: introduce global cached insn database
2022-08-29 Dmitry Selyutinpysvp64dis: refactor prefix handling
2022-08-29 Dmitry Selyutinpysvp64dis: introduce Prefix and RM classes
2022-08-29 Dmitry Selyutinpysvp64dis: dump to output file; use explicit arguments
2022-08-29 Dmitry Selyutinpysvp64dis: refactor classes; use fields helpers
2022-08-29 Dmitry Selyutinpysvp64dis: fix prefix/suffix properties
2022-08-29 Dmitry Selyutinpysvp64asm: uncomment the remapped instructions
2022-08-29 Luke Kenneth Casso... Revert "support assembling svp64 instructions with...
2022-08-29 Luke Kenneth Casso... add two instructions demoing broken commit 0e80cab3b809d43
2022-08-29 Jacob Lifshaysupport assembling svp64 instructions with custom suffi...
2022-08-26 Luke Kenneth Casso... code-shuffle on if/elif/nots in sv/trans/svp64.py
next