change ternlogi to not have Rc field
[openpower-isa.git] / openpower / isafunctions /
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