pysvp64db: fix traversal
[openpower-isa.git] / openpower / isafunctions / bfp.mdwn
2023-07-25 Jacob Lifshayrestore use of ? : operator in bfp_ROUND_TO_BFP32/64...
2023-06-23 Jacob Lifshayrename fmv[ft]g*/fcvt[ft]g* to m[tf]fpr*/c[tf]fpr*
2023-05-31 Jacob Lifshayadd rest of bfp* functions needed for fcvtfg
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 Lifshayadd more bfp_* functions
2023-05-19 Jacob Lifshayfix bfp_COMPARE_* when given denormal inputs
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-16 Jacob Lifshayfix mis-computed exponent in bfp_CONVERT_FROM_BFP64
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-12 Jacob Lifshayadd some bfp_* functions -- this isn't yet enough to...