add tests for carry/overflow calculation of addmeo/subfmeo
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 28 Oct 2022 22:06:25 +0000 (15:06 -0700)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 2 Jun 2023 18:51:16 +0000 (19:51 +0100)
commitc0b00c59174ef14157c887ad49a6c7223ae20a09
treeb1c4921274922ec1362e48b109560c2fc30fcdb8
parenta2f7a72f4420e0274eb18a54fcd1e3856de561f1
add tests for carry/overflow calculation of addmeo/subfmeo

the logic for computing carry/overflow in the simulator is likely broken...

the pseudocode may also need to be changed to add [1] * XLEN like in the
description of addme/subfme
src/openpower/test/alu/alu_cases.py