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)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 28 Oct 2022 22:13:03 +0000 (15:13 -0700)
commita5e874ed4f20a8febed2f7cf51715e2a930f1f01
treeb1c4921274922ec1362e48b109560c2fc30fcdb8
parent777487209c467f0eecc998157c56fbcb6e015b14
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