missing brackets in lhbrx
[openpower-isa.git] / openpower / isafunctions /
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...
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
2022-07-28 Jacob Lifshayre-convert frsp pseudocode
2021-10-10 Luke Kenneth Casso... corrections to EXTSXL 0x000000090000093 table for extsb...
2021-10-10 Dmitry Selyutinisafunctions/extsxl: fix one of markdown tables
2021-10-04 Luke Kenneth Casso... corrections to csv files
2021-10-04 Luke Kenneth Casso... add another extsxl csv file
2021-10-04 Luke Kenneth Casso... replace f with F in csv files
2021-10-04 Luke Kenneth Casso... add extsxl csv files
2021-10-04 Luke Kenneth Casso... test adding extsxl data
2021-10-04 Luke Kenneth Casso... add blank example file
2021-07-31 Dmitry Selyutinisa/bcd: DPD_TO_BCD helper
2021-07-31 Dmitry Selyutinisa/bcd: BCD_TO_DPD helper
2021-07-31 Luke Kenneth Casso... replace DOUBLE function from helpers.py with pseudocode...
2021-07-31 Luke Kenneth Casso... add SINGLE function to double2single, to replace manual...
2021-06-08 Luke Kenneth Casso... whoops, carry-over during rounding picks MSB not LSB
2021-06-08 Luke Kenneth Casso... whoops copy sign over on zero
2021-06-08 Luke Kenneth Casso... exponent bitwidth in DOUBLE2SINGLE needs to be 11 bits...
2021-06-08 Luke Kenneth Casso... use new auto-generated DOUBLE2SINGLE from isafunctions...
2021-06-07 Luke Kenneth Casso... whoops fraction in fpfromint off-by-one
2021-05-17 Luke Kenneth Casso... grr syntax incorrect, use <- operator not =
2021-05-17 Luke Kenneth Casso... mark RN as TODO
2021-05-16 Luke Kenneth Casso... add fpcvt.mdwn pseudocode which calls new auto-generate...
2021-05-16 Luke Kenneth Casso... create compiler for general pseudo-code functions in...
2021-05-16 Luke Kenneth Casso... comments in fp convert, fix carry out, comment out...
2021-05-15 Luke Kenneth Casso... spelling
2021-05-15 Luke Kenneth Casso... move round_float to separate file
2021-05-15 Luke Kenneth Casso... add fpfromint.mdwn new file, to be used for FP conversion