move D-Immediate rewriting in ISACaller into separate function
[openpower-isa.git] / src / openpower / sv /
2022-07-18 Luke Kenneth Casso... rename SVSTATE.svstep to SVSTATE.substep to avoid
2022-07-12 Luke Kenneth Casso... add recognition of 0xNNN and 0bMMMM to sv/trans/svp64.py
2022-07-11 Andrey MiroshnikovAdded insn initialisation for grev() func
2022-07-06 Dmitry Selyutinsvp64.py: allow macros as register names
2022-07-06 Dmitry Selyutinsvp64.py: generate registers
2022-07-05 Luke Kenneth Casso... convert test_caller_setvl.py to new vector numbering...
2022-07-05 Luke Kenneth Casso... add "*%" and "*" vector-numbering convention
2022-07-05 Luke Kenneth Casso... add note about bug #884 new reg vector naming convention
2022-06-30 Luke Kenneth Casso... do CSV isatables explicitly in sv_analysis.py
2022-06-30 Luke Kenneth Casso... explicit output of opcode_regs_deduped in mdwn table...
2022-06-28 Luke Kenneth Casso... add recognition of "sv." to pysvp64asm
2022-06-26 Luke Kenneth Casso... whoops svp64.py testing wrong variable on sv.svstep
2022-06-26 Luke Kenneth Casso... rename SVRM *field* to SVrm to avoid a name-clash with
2022-06-26 Dmitry Selyutinsvp64.py: decrement SVd operand
2022-06-26 Dmitry Selyutinsvp64.py: fix ignored field range
2022-06-26 Dmitry Selyutinsvp64.py: drop commented code
2022-06-26 Dmitry Selyutinsvp64.py: fix fsins/fcoss X-FORM
2022-06-26 Luke Kenneth Casso... whitespace
2022-06-26 Luke Kenneth Casso... svp64.py: sync SVRM-Form used for svshape
2022-06-26 Luke Kenneth Casso... svp64.py: fix svshape and setvl plus couple of oddities
2022-06-26 Luke Kenneth Casso... svp64.py: add -FORM headers to more functions
2022-06-26 Luke Kenneth Casso... svp64.py: fix bmask entry
2022-06-26 Dmitry Selyutinsvp64.py: group 32-bit instructions into the table
2022-06-26 Dmitry Selyutinsvp64.py: align indentation
2022-06-24 Luke Kenneth Casso... add svindex XO field 101001
2022-06-24 Luke Kenneth Casso... rename mask to rmm in svindex
2022-06-24 Dmitry Selyutinsvp64.py: support svindex instruction
2022-06-24 Luke Kenneth Casso... correct bmask conversion to binary (wrong instruction...
2022-06-23 Andrey MiroshnikovAdded bmask, pywriter failing
2022-06-22 Luke Kenneth Casso... add X-Form to svp64.py av opcode set
2022-06-22 Andrey MiroshnikovAdded cprop to caller, enums, svp64
2022-06-20 Luke Kenneth Casso... add absolute-signed-diff next to absolute-unsigned...
2022-06-20 Luke Kenneth Casso... rename absadd[us] to absdac[ud]
2022-06-19 Luke Kenneth Casso... add absadd (unsigned) DRAFT
2022-06-19 Luke Kenneth Casso... add absolute-difference DRAFT
2022-06-19 Luke Kenneth Casso... add average-add DRAFT pseudocode and CSV
2022-06-19 Luke Kenneth Casso... add the rest of min/max DRAFT av opcodes
2022-06-19 Luke Kenneth Casso... add maxs DRAFT instruction
2022-06-17 Dmitry Selyutinsv_binutils: drop SVP64_NAME_MAX
2022-06-17 Dmitry Selyutinsv_binutils: minor naming conventions fixup
2022-06-17 Dmitry Selyutinsv_binutils: rename Entry to Record
2022-06-17 Dmitry Selyutinsv_binutils: rename Record to Desc
2022-06-08 Dmitry Selyutinsvp64.py: simplify core script translation
2022-06-06 Dmitry Selyutinsvp64.py: fix stdin/stdout modus operandi
2022-06-06 Dmitry Selyutinsvp64.py: switch print statements to logger
2022-06-01 Dmitry Selyutinsv_binutils: consider RA0 operand
2022-06-01 Dmitry Selyutinsv_binutils: drop redundant prefix in C tags
2022-06-01 Dmitry Selyutinsv_binutils: exclude useless records
2022-06-01 Dmitry Selyutinsv_binutils: refactor CSV iteration
2022-06-01 Dmitry Selyutinsv_binutils: allow excluding enum values
2022-06-01 Dmitry Selyutinsv_binutils: update sv_extra naming
2022-06-01 Dmitry Selyutinsv_binutils: fix selector names
2022-06-01 Dmitry Selyutinsv_binutils: use ppc_opindex_t instead of unsigned...
2022-05-31 Dmitry Selyutinsv_binutils: use BC instead of CRB
2022-05-31 Dmitry Selyutinsv_binutils: fix enum name in C code
2022-05-27 Dmitry Selyutinsv_binutils: follow binutils PPC indentation
2022-05-27 Dmitry Selyutinsv_binutils: make C enums more readable
2022-05-27 Dmitry Selyutinsv_binutils: rename opsel to opindex as in binutils
2022-05-26 Luke Kenneth Casso... add preamble on reg field encoding
2022-05-26 Luke Kenneth Casso... split out CR field encoding into function
2022-05-26 Luke Kenneth Casso... add some code-comments to explain CR field svp64 EXTRA...
2022-05-26 Luke Kenneth Casso... Revert "svp64.py: simplify CR sv_extra and field proces...
2022-05-26 Dmitry Selyutinsvp64.py: always put leading zeroes for prefix
2022-05-26 Dmitry Selyutinsvp64.py: simplify CR sv_extra and field processing
2022-05-20 Luke Kenneth Casso... bit of a mess being sorted out
2022-05-19 Dmitry Selyutintemporarily revert opcode changes
2022-05-18 Dmitry Selyutinsvp64.py: sync remap opcode
2022-05-18 Dmitry Selyutinsvp64.py: sync svshape opcode
2022-05-10 Luke Kenneth Casso... add SimpleV-Form SVL/SVM/SVRM to svp64.py
2022-05-10 Luke Kenneth Casso... rename comments persistent bit on svremap
2022-05-09 Luke Kenneth Casso... comments for setvl were the wrong bit-position
2022-05-09 Luke Kenneth Casso... update comments on sv.svstep
2022-05-09 Luke Kenneth Casso... remove sv.setvl but *not* sv.svstep
2022-05-09 Luke Kenneth Casso... whitespace
2022-05-09 Luke Kenneth Casso... Revert "remove appearance of supporting sv.setvl and...
2022-05-08 Luke Kenneth Casso... remove appearance of supporting sv.setvl and sv.svstep
2022-05-08 Luke Kenneth Casso... add code-comments explaining that setvl, svstep svremap...
2022-05-04 Dmitry Selyutinsv_binutils: do not index array entries
2022-05-04 Dmitry Selyutinsv_binutils: update disclaimer
2022-05-03 Dmitry Selyutinsv_binutils: whitespaces cleanup, another take
2022-05-03 Luke Kenneth Casso... space at end of lines
2022-05-03 Jacob Lifshayadd Rc to ternlogi
2022-05-02 Luke Kenneth Casso... whitespace cleanup
2022-05-02 Luke Kenneth Casso... add missing SVP64 RM "Mode" field which qualifies instr...
2022-04-25 Dmitry Selyutinsv_binutils: fix fields enum c_decl method
2022-04-25 Dmitry Selyutinsv_binutils: fix fields enum naming
2022-04-25 Dmitry Selyutinsv_binutils: comment about enum aliases
2022-04-25 Dmitry Selyutinsv_binutils: fix missing fields aliases
2022-04-25 Dmitry Selyutinsv_binutils: wrap SVP64_FIELD_SET macro
2022-04-25 Dmitry Selyutinsv_binutils: undefine temporary macros
2022-04-25 Dmitry Selyutinsv_binutils: refactor fields generation
2022-04-25 Dmitry Selyutinsv_binutils: support any arguments in c_value method
2022-04-25 Dmitry Selyutinsv_binutils: convert c_var methods to simple functions
2022-04-25 Dmitry Selyutinsv_binutils: introduce Bitmap class
2022-04-25 Dmitry Selyutinsv_binutils: fix metaclass arguments
2022-04-20 Dmitry Selyutinselectable_int: derive SelectableIntMapping on per...
2022-04-20 Dmitry Selyutinsv_binutils: generate fields tables
2022-04-20 Dmitry Selyutinsv_binutils: introduce Enum c_name property
2022-04-20 Dmitry Selyutinsv_binutils: generate entries and num_entries via classes
2022-04-20 Dmitry Selyutinsv_binutils: allow to instantiate integers from symbols
next