pysvp64db: fix traversal
[openpower-isa.git] / openpower / isa / fpcvt.mdwn
2023-06-23 Jacob Lifshayrename fmv[ft]g*/fcvt[ft]g* to m[tf]fpr*/c[tf]fpr*
2023-06-13 Jacob Lifshayremove fcvttgs since it's redundant
2023-05-24 Jacob Lifshayfcvttg[s][o][.] needs EXTRA_UNINIT_REGS: RT
2023-05-19 Jacob Lifshayfix: bfp_ROUND_TO_BFP64 takes 3 arguments
2023-05-19 Jacob Lifshayfix fcvttg FPSCR.FR computation
2023-05-17 Jacob Lifshayfix bug in fcvttg OpenPower and saturating conversion
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-13 Jacob Lifshayfix bugs in fcvt* pseudocode
2023-05-12 Jacob Lifshayundefined is a function that needs to be called
2023-05-10 Jacob LifshayMerge branch 'support-fields'
2023-05-09 Jacob Lifshayswitch fpcvt over to using FPSCR attributes
2023-05-04 Jacob Lifshayadd fcvt/fmv -- no tests yet
2021-05-16 Luke Kenneth Casso... add fpcvt.mdwn pseudocode which calls new auto-generate...