openpower-isa.git
2022-06-24 Luke Kenneth... add bmask to instruction list
2022-06-24 Luke Kenneth... add to fields.txt for the svstep instruction
2022-06-24 Luke Kenneth... add svindex SVI-Form to fields.txt
2022-06-24 Jacob Lifshayadd missed generated csv changes
2022-06-23 Luke Kenneth... add BM2-Form to power_enums.py
2022-06-23 Luke Kenneth... else must be on separate line in pseudocode av.mdwn
2022-06-23 Luke Kenneth... missing "Special Registers Altered" on av.mdwn
2022-06-23 Andrey MiroshnikovAdded bmask, pywriter failing
2022-06-23 Luke Kenneth... add SPDX-License-Headers to CSV files
2022-06-23 Luke Kenneth... add explanatory comments on minor_22.csv
2022-06-23 Luke Kenneth... add comment-stripping to get_csv()
2022-06-22 Luke Kenneth... add BM2 Form for (DRAFT) bmask instruction
2022-06-22 Andrey MiroshnikovAdded pc based on len(lst)
2022-06-22 Luke Kenneth... add another cprop test, experimenting
2022-06-22 Luke Kenneth... add 2nd cprop test to see what happens
2022-06-22 Luke Kenneth... expected number of instructions is 1 (therefore PC...
2022-06-22 Andrey MiroshnikovAdded cprop test case, fails atm (not enabled by default)
2022-06-22 Andrey MiroshnikovModified cprop pseudo-code due to parser bug
2022-06-22 Luke Kenneth... argh horrible hack that does not work yet for fixing...
2022-06-22 Luke Kenneth... add X-Form to svp64.py av opcode set
2022-06-22 Andrey MiroshnikovAdded cprop to caller, enums, svp64
2022-06-22 Andrey MiroshnikovAdded CPROP to powerenums
2022-06-22 Andrey MiroshnikovAdded entries for cprop, not sure if correct
2022-06-20 Luke Kenneth... add absolute-signed-diff next to absolute-unsigned...
2022-06-20 Luke Kenneth... rename absadd[us] to absdac[ud]
2022-06-19 Jacob Lifshayfix minu[.] to be unsigned
2022-06-19 Jacob Lifshayupdate after adding av instructions
2022-06-19 Luke Kenneth... add absadds - signed accumulating add. DRAFT
2022-06-19 Luke Kenneth... add absadd (unsigned) DRAFT
2022-06-19 Luke Kenneth... add absolute-difference DRAFT
2022-06-19 Luke Kenneth... add average-add DRAFT pseudocode and CSV
2022-06-19 Luke Kenneth... add the rest of min/max DRAFT av opcodes
2022-06-19 Luke Kenneth... add maxs DRAFT instruction
2022-06-19 Luke Kenneth... extend minor_22.csv bitsel pattern to cover bits 21..31
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-17 Luke Kenneth... whoops on an OR rather than an AND
2022-06-17 Luke Kenneth... add "redirection" of MTSPR/MFSPR into TRAP pipeline...
2022-06-17 Luke Kenneth... add KAIVB SPR 850
2022-06-14 Luke Kenneth... update version to 0.0 to stop unnecessary pip3 installs
2022-06-14 Luke Kenneth... add version constraints on setup install_requires
2022-06-08 Dmitry Selyutinmedia/Makefile: switch to explicit LE toolchain
2022-06-08 Dmitry Selyutinsvp64.py: simplify core script translation
2022-06-08 Dmitry Selyutinmp3_0: update assembly listing
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... add preamble on reg field encoding
2022-05-26 Luke Kenneth... split out CR field encoding into function
2022-05-26 Luke Kenneth... add some code-comments to explain CR field svp64 EXTRA...
2022-05-26 Luke Kenneth... 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... bit of a mess being sorted out
2022-05-19 Dmitry Selyutintemporarily revert opcode changes
2022-05-19 Dmitry Selyutinisatables/minor_22.csv: reflect a new XO bit
2022-05-19 Dmitry Selyutinpower_decoder: reflect a new XO bit
2022-05-18 Dmitry Selyutinsvp64.py: sync remap opcode
2022-05-18 Dmitry Selyutinsvp64.py: sync svshape opcode
2022-05-18 Luke Kenneth... add BM-Form and CRB-Form for bitmanip
2022-05-16 Luke Kenneth... add to VA-Form, alter XO on SVM and SVRM Form
2022-05-16 Luke Kenneth... add VA2-Form for Bitmanip ops [DRAFT]
2022-05-15 Luke Kenneth... add L field to TLI-Form for grwvlut
2022-05-14 Luke Kenneth... cut/paste error resulted in Rc=0 twice, should be Rc=1
2022-05-14 Luke Kenneth... cut/paste error resulted in Rc=0 twice, should be Rc=1
2022-05-12 Luke Kenneth... add "DRAFT" in front of svfparith instruction descriptions
2022-05-12 Jacob Lifshayadd ci
2022-05-10 Luke Kenneth... add SimpleV-Form SVL/SVM/SVRM to svp64.py
2022-05-10 Luke Kenneth... rename comments persistent bit on svremap
2022-05-09 Luke Kenneth... comments for setvl were the wrong bit-position
2022-05-09 Luke Kenneth... update comments on sv.svstep
2022-05-09 Luke Kenneth... remove sv.setvl but *not* sv.svstep
2022-05-09 Luke Kenneth... whitespace
2022-05-09 Luke Kenneth... Revert "remove appearance of supporting sv.setvl and...
2022-05-08 Luke Kenneth... remove appearance of supporting sv.setvl and sv.svstep
2022-05-08 Luke Kenneth... 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... space at end of lines
2022-05-03 Luke Kenneth... code-comments on madded and divmod2du should say RS...
2022-05-03 Luke Kenneth... properly fix pagereader.py to parse markdown with inden...
2022-05-03 Luke Kenneth... allow HTML comments to start with whitespace
2022-05-03 Jacob Lifshayadd Rc to ternlogi
2022-05-03 Jacob Lifshayformat code
2022-05-03 Jacob Lifshayadd make generate
next