handle negatives correctly by adding sign bit to final result
[openpower-isa.git] / openpower / isa / butterfly.mdwn
2023-05-04 Konstantinos Marga... handle negatives correctly by adding sign bit to final...
2023-05-04 Konstantinos Marga... almost there, positive values work, negative values...
2023-05-04 Konstantinos Marga... use proper register sizes
2023-05-04 Konstantinos Marga... MULS instead of MUL, RA instead of RT in in1
2023-05-04 Konstantinos Marga... Turns out DCTI-Form is another variant of A-Form
2023-05-04 Konstantinos Marga... minor fixes in pseudocode, CONST_UI->CONST_SH in minor_...
2023-05-04 Konstantinos Marga... WIP: maddsubrs initial approach