add .gitignore files
[openpower-isa.git] / openpower /
2023-09-12 Jacob Lifshayremove grev, leaving unit tests for later use by grevlut
2023-08-01 Jacob Lifshaydemo moving pseudocode to separate file
2023-07-25 Jacob Lifshayfix set[n]bc[r]
2023-07-25 Jacob Lifshayadd set[n]bc[r] -- tests broken
2023-07-25 Jacob Lifshayrestore use of ? : operator in bfp_ROUND_TO_BFP32/64...
2023-07-22 Jacob Lifshayadd SVP64 tests for cfuged, cntlzdm, cnttzdm, pdepd...
2023-07-22 Jacob Lifshayadd pdepd/pextd
2023-07-22 Jacob Lifshayadd cfuged
2023-07-22 Jacob Lifshayadd cntlzdm/cnttzdm
2023-07-21 Konstantinos Marga... Moved maddsubrs/maddrs/msubrs instructions to separate...
2023-07-20 Konstantinos Marga... Fix failing cases, all tests pass now
2023-07-20 Jacob Lifshayadd byte reverse instructions from PowerISA v3.1B
2023-07-19 Konstantinos Marga... Unify XLEN =64 special case in the new code
2023-07-19 Konstantinos Marga... Fix XLEN != 64 cases where maddsubrs fails
2023-07-19 Jacob Lifshayadd fminmax tests with corresponding pseudocode fixes
2023-07-17 Jacob Lifshayupdate to use new fminmax instruction
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-06-01 Jacob Lifshaymake maddsubrs show up in SVP64 generated CSVs
2023-05-31 Jacob Lifshayadd rest of bfp* functions needed for fcvtfg
2023-05-27 Luke Kenneth Casso... https://bugs.libre-soc.org/show_bug.cgi?id=1091
2023-05-27 Luke Kenneth Casso... rename sm to SH for shift-and-add instructions
2023-05-24 Jacob Lifshayfcvttg[s][o][.] needs EXTRA_UNINIT_REGS: RT
2023-05-20 Jacob Lifshayadd more bfp_* functions
2023-05-20 Jacob Lifshayfix bfp compare
2023-05-20 Jacob Lifshayfix typo
2023-05-20 Jacob Lifshayfix using python int instead of SelectableInt
2023-05-19 Jacob Lifshayadd WIP bfp_* function
2023-05-19 Jacob Lifshayfix: bfp_ROUND_TO_BFP64 takes 3 arguments
2023-05-19 Jacob Lifshayadd more bfp_* functions
2023-05-19 Jacob Lifshayfix bfp_COMPARE_* when given denormal inputs
2023-05-19 Jacob Lifshayfix fcvttg FPSCR.FR computation
2023-05-18 Jacob Lifshayadd fmv*/fcvt* to sv_analysis.py
2023-05-17 Jacob Lifshayfix bug in fcvttg OpenPower and saturating conversion
2023-05-17 Jacob Lifshayadd more fp -> int bfp* functions
2023-05-17 Jacob Lifshayfix fp comparison
2023-05-17 Jacob Lifshayfix round nearest-even
2023-05-17 Jacob Lifshayadd bfp_CONVERT_FROM_UI32/64
2023-05-17 Jacob Lifshayrephrase to avoid personal pronouns
2023-05-17 Jacob Lifshayduplicate overflow comment as requested by luke
2023-05-16 Jacob Lifshayfix fcvttg* overflow/FPSCR computation
2023-05-16 Jacob Lifshayfix mis-computed exponent in bfp_CONVERT_FROM_BFP64
2023-05-15 Luke Kenneth Casso... fix sv_analysis ldux, missing s/d:RA
2023-05-15 Luke Kenneth Casso... some empty slots now in RM and also source=dest in...
2023-05-15 Luke Kenneth Casso... ld/st mismatch in power_insn.py and sv_analysis.py
2023-05-15 Luke Kenneth Casso... in DCT/FFT 3-in 2-out set had to make RT same source...
2023-05-14 Luke Kenneth Casso... classify LD/ST-Immediate-Update as EXTRA3.
2023-05-13 Jacob Lifshayadd rest of bfp_* helpers needed to run fcvt js test
2023-05-13 Jacob Lifshayfix `even` polarity in bfp_ROUND_TO_INTEGER
2023-05-13 Jacob Lifshayfix bugs in fcvt* pseudocode
2023-05-12 Jacob Lifshayadd some bfp_* functions -- this isn't yet enough to...
2023-05-12 Jacob Lifshayundefined is a function that needs to be called
2023-05-10 Jacob LifshayMerge branch 'support-fields'
2023-05-10 Jacob Lifshayswitch to using self.FPSCR
2023-05-10 Jacob Lifshayswitch to using FPSCRState for double2single.mdwn
2023-05-09 Jacob Lifshayswitch fpcvt over to using FPSCR attributes
2023-05-07 Dmitry Selyutinminor_19.csv: convert RA to RA0 for minmax
2023-05-05 Jacob Lifshayadd initial fmv/fcvt tests, though they're broken due...
2023-05-05 Jacob Lifshayverify fields.txt forms' field separators ('|') line...
2023-05-04 Konstantinos Marga... merge maddrs/msubrs, unit tests changed accordingly
2023-05-04 Konstantinos Marga... Add 2 more instructions to help with 2-coeff butterfly
2023-05-04 Konstantinos Marga... use a simpler way to do the same thing
2023-05-04 Konstantinos Marga... Handle large 64-bit values, but only the low 64-bit...
2023-05-04 Konstantinos Marga... do proper rounding, no rounding for SH=0 (for now)...
2023-05-04 Konstantinos Marga... Result needs rounding so add +1 to prod*
2023-05-04 Konstantinos Marga... handle negatives correctly by adding sign bit to final...
2023-05-04 Konstantinos Marga... almost there, positive values work, negative values...
2023-05-04 Konstantinos Marga... use proper register sizes
2023-05-04 Konstantinos Marga... MULS instead of MUL, RA instead of RT in in1
2023-05-04 Konstantinos Marga... Turns out DCTI-Form is another variant of A-Form
2023-05-04 Konstantinos Marga... minor fixes in pseudocode, CONST_UI->CONST_SH in minor_...
2023-05-04 Konstantinos Marga... WIP: maddsubrs initial approach
2023-05-04 Jacob Lifshayfix forgotten stuff from last commit
2023-05-04 Jacob Lifshayadd fcvt/fmv -- no tests yet
2023-05-04 Jacob Lifshayadd all fmv*/fcvt* fields
2023-05-04 Jacob Lifshaysplit XO-Form's RA field in prep for adding fcvttg...
2023-05-04 Jacob Lifshaycomment fmin*/fmax* since they're being replaced with...
2023-05-04 Jacob Lifshayupdate SV csvs
2023-04-30 Luke Kenneth Casso... ffnmadds converted to 3-operand
2023-04-30 Luke Kenneth Casso... converted ffnmadds to 3-operand
2023-04-30 Luke Kenneth Casso... ffmsubs number of operands reduced to match ffmadds
2023-04-28 Luke Kenneth Casso... reduce number of operands to ffmadds as well
2023-04-28 Jacob Lifshayprefix-sum remap works!
2023-04-28 Luke Kenneth Casso... reduce fdmadds down to only 3 operands, RT-overwrite...
2023-04-27 Luke Kenneth Casso... add SVSHAPE setup for parallel/prefix but it refuses...
2023-04-25 Luke Kenneth Casso... add CW and CW2 Form
2023-04-25 Jacob Lifshayreplace min/max[su][.] with minmax[.]
2023-04-25 Jacob Lifshayadd unofficial and comment2 columns to minor_19.csv
2023-04-25 Jacob Lifshayadd MM-form
2023-04-21 Jacob Lifshayrewrite all uses of XLCASTU/XLCASTS
2023-04-20 Jacob Lifshayuse proper cast function
2023-04-20 Jacob Lifshaychange XLEN-ification
2023-04-20 Jacob Lifshaychange extsb/h/w to scale based on XLEN rather than...
2023-04-18 Jacob Lifshayadd shaddw
2023-04-18 Jacob Lifshayspelling fix
2023-03-30 Jacob Lifshayfix `neg[o].` causing the simulator to raise TypeError
2023-03-29 Luke Kenneth Casso... remove DCT/iDCT redundant modes which require less...
2023-03-25 Luke Kenneth Casso... update comments on svstep returning pack/unpack state
2023-03-25 Luke Kenneth Casso... updated simplev setvl specification pseudocode: MAJOR...
next