Fix fmvis & fishmv bit handling for d0, add tests for negative fp numbers
[openpower-isa.git] / src / openpower / test / alu / fmvis_cases.py
2022-07-27 Konstantinos Marga... Fix fmvis & fishmv bit handling for d0, add tests for...
2022-07-27 Konstantinos Marga... Add fishmv instruction (bug #887)
2022-07-27 Konstantinos Marga... fix wrong shift in fmvis, use correct immediates in...
2022-07-26 Luke Kenneth Casso... update comments in fmvis case
2022-07-26 Luke Kenneth Casso... add first FP "expected state" use it in fmvis
2022-07-26 Luke Kenneth Casso... bit more docs on fmvis
2022-07-26 Konstantinos Marga... fix form and pseudo-code for fmvis, tests in 64-bit...
2022-07-26 Konstantinos Marga... fix fmvis decoder, it's now a 2-operand instruction
2022-07-26 Konstantinos Marga... Add fmvis instruction + tests, bug #887