comments
[openpower-isa.git] / src / openpower / decoder / isa / test_caller_fp.py
2022-08-25 Jacob Lifshayfix deprecated imports
2021-09-23 Luke Kenneth Casso... add stfs unit test
2021-09-23 Luke Kenneth Casso... add stfx unit test
2021-09-23 Luke Kenneth Casso... add stfsux and unit test, code was there, needed adding...
2021-09-23 Luke Kenneth Casso... add load-immediate unit test
2021-09-23 Luke Kenneth Casso... add fsubs unit test
2021-06-23 Luke Kenneth Casso... better ways to do sign-inversion (without multiply...
2021-06-15 Luke Kenneth Casso... add fmadds and fmsubs to Power ISA pseudo-code, add...
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-02 Luke Kenneth Casso... fmuls test showing rounding error against qemu
2021-06-02 Luke Kenneth Casso... found FP single-conversion error, from the pseudocode...
2021-05-24 Luke Kenneth Casso... add extra (dummy) mul operation, 0*0
2021-05-24 Luke Kenneth Casso... fmuls is fine
2021-05-16 Luke Kenneth Casso... add fpcvt.mdwn pseudocode which calls new auto-generate...
2021-05-15 Luke Kenneth Casso... FP mul test, correct pseudocode to use FRC
2021-05-15 Luke Kenneth Casso... issue with sub-decoders
2021-05-15 Luke Kenneth Casso... comments
2021-05-15 Luke Kenneth Casso... add fcpsgn unit test
2021-05-15 Luke Kenneth Casso... add fnabs unit test
2021-05-15 Luke Kenneth Casso... add fabs unit test
2021-05-15 Luke Kenneth Casso... add fp mv test, correct pseudocode
2021-05-15 Luke Kenneth Casso... add fmr test and associated decoder (optional with...
2021-05-15 Luke Kenneth Casso... add new fp load / store with update unit test
2021-05-14 Luke Kenneth Casso... add FP load test lfsx
2021-05-14 Luke Kenneth Casso... add FRA ISACaller name decoding
2021-05-14 Luke Kenneth Casso... add first FP load test, still a lot TODO