bug 1236: add extra argument to svstep: RA.
[openpower-isa.git] / openpower / isatables / RM-2P-1S1D.csv
2024-01-30 Luke Kenneth Casso... bug 1236: add extra argument to svstep: RA.
2023-12-07 Jacob Lifshayisatables: update generated csvs
2023-09-12 Jacob Lifshayremove grev, leaving unit tests for later use by grevlut
2023-07-25 Jacob Lifshayadd set[n]bc[r] -- tests broken
2023-07-20 Jacob Lifshayadd byte reverse instructions from PowerISA v3.1B
2023-06-23 Jacob Lifshayrename fmv[ft]g*/fcvt[ft]g* to m[tf]fpr*/c[tf]fpr*
2023-06-17 Jacob Lifshayremove Rc=1 from fmvfg[s]
2023-06-13 Jacob Lifshayremove fcvttgs since it's redundant
2023-05-18 Jacob Lifshayadd fmv*/fcvt* to sv_analysis.py
2023-05-04 Jacob Lifshayfix forgotten stuff from last commit
2023-05-04 Jacob Lifshayadd fcvt/fmv -- no tests yet
2023-03-30 Jacob Lifshayfix `neg[o].` causing the simulator to raise TypeError
2022-10-06 Luke Kenneth Casso... add sv.cmp and try fail-first test_pysvp64dist.py
2022-09-20 Luke Kenneth Casso... sv.bc reclassified as RM-2P-1S by eliminating SPRs.
2022-09-17 Luke Kenneth Casso... add SVmask_src enum, rename fields to EN and NO to...
2022-09-17 Luke Kenneth Casso... as a double-check sv_analysis new CSV column "SM" was...
2022-09-17 Luke Kenneth Casso... add a "SM" column into RM*.csv (and LDSTRM*.csv) identi...
2022-09-12 Luke Kenneth Casso... add sv.setvl to instructions as a major hack
2022-09-12 Luke Kenneth Casso... some weird moving of opcodes around, probably because...
2022-09-06 Jacob Lifshayadd all fptrans ops to CSVs
2022-08-24 Luke Kenneth Casso... duplicate RM CSV entries gone after re-run of sv_analys...
2022-08-13 Luke Kenneth Casso... remove Pack/Unpack flag entirely from sv_analysis
2022-08-05 Luke Kenneth Casso... re-run svanalysis fix fishmv no TODO
2022-08-03 Luke Kenneth Casso... WHOOPS. set the pack column in CSV files unconditionall...
2022-07-30 Luke Kenneth Casso... addPack/Unpack to sv_analysis, extra CSV column.
2022-07-27 Jacob Lifshayadd another test and fix broken fishmv pseudocode
2022-07-26 Luke Kenneth Casso... add example fmvis instruction to trans/svp64.py
2022-07-26 Konstantinos Marga... Add fmvis instruction + tests, bug #887
2022-05-02 Luke Kenneth Casso... re-run sv_analysis to add mode field to csvs
2022-01-06 Jacob Lifshayadd grev[w][i] instructions
2021-08-08 Luke Kenneth Casso... add bc and bclr to sv_analysis
2021-08-01 Luke Kenneth Casso... add BCD operations to SVP64
2021-07-16 Luke Kenneth Casso... add fsins and fcoss to simulator
2021-06-25 Luke Kenneth Casso... update sv_analysis.py to match new CONDITIONs field...
2021-05-18 Luke Kenneth Casso... add beginning support for SVP64 IEEE754 FP
2021-04-23 Luke Kenneth Casso... add isatables extracted from microwatt and v3.0B spec