stop printing log silence state
[openpower-isa.git] / openpower /
2022-08-26 Luke Kenneth Casso... initialise overflow to zero in setvl, unconditionally.
2022-08-26 Luke Kenneth Casso... sigh, update setvl tests, to spec, and ISACaller
2022-08-26 Luke Kenneth Casso... add setvl unit tests for overflow condition.
2022-08-26 Luke Kenneth Casso... put back overflow in setvl, TODO actually set an overfl...
2022-08-26 Luke Kenneth Casso... okaaaay, long story. using GPR(_RT) <- something will...
2022-08-26 Luke Kenneth Casso... Revert "fix setvl. not setting CR0 properly"
2022-08-26 Jacob Lifshayfix setvl. not setting CR0 properly
2022-08-24 Luke Kenneth Casso... duplicate RM CSV entries gone after re-run of sv_analys...
2022-08-24 Luke Kenneth Casso... hmm tdi/twi are kinda valid as svp64 prefixable
2022-08-18 Luke Kenneth Casso... use bitpattern in minor_30.csv to give a single match for
2022-08-14 Dmitry Selyutinisatables: introduce instruction database CSV
2022-08-13 Luke Kenneth Casso... whoops re-added accidentally-deleted CSV file
2022-08-13 Luke Kenneth Casso... remove Pack-Unpack csv files
2022-08-13 Luke Kenneth Casso... remove Pack/Unpack flag entirely from sv_analysis
2022-08-12 Luke Kenneth Casso... remove LDSTBREV condition, used for ld-st-with-shift
2022-08-12 Luke Kenneth Casso... remive svfixedload.mdwn. requires scalar fixed load...
2022-08-12 Luke Kenneth Casso... remove use of sv ld shifted, replace with els, deprecat...
2022-08-05 Luke Kenneth Casso... re-run svanalysis fix fishmv no TODO
2022-08-03 Luke Kenneth Casso... completely bungled multi-EXTRA specs
2022-08-03 Luke Kenneth Casso... WHOOPS. set the pack column in CSV files unconditionall...
2022-07-30 Luke Kenneth Casso... add LDST-2P-*PU.csv, tracked down weirdness, it was the
2022-07-30 Luke Kenneth Casso... addPack/Unpack to sv_analysis, extra CSV column.
2022-07-28 Luke Kenneth Casso... much dumbness. fmvis is RM-1P-1D
2022-07-28 Luke Kenneth Casso... Revert "add fmvis as a new RM-1P-1S SVP64 RM type"
2022-07-28 Luke Kenneth Casso... add fmvis as a new RM-1P-1S SVP64 RM type
2022-07-28 Jacob Lifshayre-convert frsp pseudocode
2022-07-27 Jacob Lifshayadd another test and fix broken fishmv pseudocode
2022-07-27 Konstantinos Marga... Add fishmv instruction (bug #887)
2022-07-26 Luke Kenneth Casso... off-by-one in declaration of pattern-match XO for fmvis
2022-07-26 Luke Kenneth Casso... add example fmvis instruction to trans/svp64.py
2022-07-26 Luke Kenneth Casso... dang.
2022-07-26 Luke Kenneth Casso... Revert "set IN1 to NONE for fmvis", in1 is FRS.
2022-07-26 Luke Kenneth Casso... use DOUBLE helper function in fmvis
2022-07-26 Konstantinos Marga... set IN1 to NONE for fmvis
2022-07-26 Konstantinos Marga... fix form and pseudo-code for fmvis, tests in 64-bit...
2022-07-26 Luke Kenneth Casso... whitespace cleanup
2022-07-26 Konstantinos Marga... fix fmvis decoder, it's now a 2-operand instruction
2022-07-26 Konstantinos Marga... Add fmvis instruction + tests, bug #887
2022-07-12 Luke Kenneth Casso... add DX-Form FRS for fmvis
2022-07-11 Luke Kenneth Casso... add mm=1 svindex test, setting single targetted SVSHAPE
2022-07-11 Andrey MiroshnikovMissed another two form sub-headings
2022-07-11 Andrey MiroshnikovMissed another two form sub-headings
2022-07-11 Andrey MiroshnikovFixed missing space for form headings
2022-07-11 Luke Kenneth Casso... compute 2nd svindex dimension using unsignee compare
2022-07-10 Luke Kenneth Casso... add yx svindex test, needed to compute size of 2nd dim
2022-07-10 Luke Kenneth Casso... fix svindex pseudocode, set large 2nd dim on nonskip
2022-07-10 Luke Kenneth Casso... fix svindex unit test, experiment setting dimensions
2022-07-10 Luke Kenneth Casso... fix svindex pseudocode
2022-07-09 Luke Kenneth Casso... add storing of shape in requested SVSHAPE in svindex...
2022-07-06 Luke Kenneth Casso... move DX Form
2022-07-06 Luke Kenneth Casso... add first stub of svindex pseudocode
2022-07-06 Luke Kenneth Casso... add svindex to power_enums.py, minor_22.csv
2022-07-06 Luke Kenneth Casso... indentation on fields.txt to make it more markdown...
2022-07-02 Luke Kenneth Casso... add setvl CTR tests, fix CTR mode
2022-07-02 Luke Kenneth Casso... fix setvl CTR mode
2022-07-02 Luke Kenneth Casso... setvl has new CTR mode, making room in encoding needed
2022-06-26 Luke Kenneth Casso... rename SVRM *field* to SVrm to avoid a name-clash with
2022-06-25 Luke Kenneth Casso... correct undefined in av.mdwn bmask
2022-06-24 Luke Kenneth Casso... rename mask field to rmm to avoid using "mask" in binutils
2022-06-24 Luke Kenneth Casso... add SVd to fields.txt (SVI-Form)
2022-06-24 Luke Kenneth Casso... invert mode-bits in bmask bm field
2022-06-24 Luke Kenneth Casso... bmask does not have Rc=1 variant
2022-06-24 Luke Kenneth Casso... sigh, bm not mode argument to bmask
2022-06-24 Luke Kenneth Casso... add to fields.txt for the svstep instruction
2022-06-24 Luke Kenneth Casso... add svindex SVI-Form to fields.txt
2022-06-24 Jacob Lifshayadd missed generated csv changes
2022-06-23 Luke Kenneth Casso... add BM2-Form to power_enums.py
2022-06-23 Luke Kenneth Casso... else must be on separate line in pseudocode av.mdwn
2022-06-23 Luke Kenneth Casso... missing "Special Registers Altered" on av.mdwn
2022-06-23 Andrey MiroshnikovAdded bmask, pywriter failing
2022-06-23 Luke Kenneth Casso... add SPDX-License-Headers to CSV files
2022-06-23 Luke Kenneth Casso... add explanatory comments on minor_22.csv
2022-06-23 Luke Kenneth Casso... add comment-stripping to get_csv()
2022-06-22 Luke Kenneth Casso... add BM2 Form for (DRAFT) bmask instruction
2022-06-22 Andrey MiroshnikovModified cprop pseudo-code due to parser bug
2022-06-22 Andrey MiroshnikovAdded entries for cprop, not sure if correct
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 Jacob Lifshayfix minu[.] to be unsigned
2022-06-19 Luke Kenneth Casso... add absadds - signed accumulating add. DRAFT
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-19 Luke Kenneth Casso... extend minor_22.csv bitsel pattern to cover bits 21..31
2022-06-17 Luke Kenneth Casso... add KAIVB SPR 850
2022-05-20 Luke Kenneth Casso... 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-18 Luke Kenneth Casso... add BM-Form and CRB-Form for bitmanip
2022-05-16 Luke Kenneth Casso... add to VA-Form, alter XO on SVM and SVRM Form
2022-05-16 Luke Kenneth Casso... add VA2-Form for Bitmanip ops [DRAFT]
2022-05-15 Luke Kenneth Casso... add L field to TLI-Form for grwvlut
2022-05-14 Luke Kenneth Casso... cut/paste error resulted in Rc=0 twice, should be Rc=1
2022-05-14 Luke Kenneth Casso... cut/paste error resulted in Rc=0 twice, should be Rc=1
2022-05-12 Luke Kenneth Casso... add "DRAFT" in front of svfparith instruction descriptions
2022-05-03 Luke Kenneth Casso... code-comments on madded and divmod2du should say RS...
2022-05-03 Luke Kenneth Casso... properly fix pagereader.py to parse markdown with inden...
2022-05-03 Jacob Lifshayadd Rc to ternlogi
next