Queued, thanks.
Paolo
On 15/1/23 02:21, Richard Henderson wrote:
Failure to truncate the inputs results in garbage for the carry-out.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1373
Signed-off-by: Richard Henderson
---
tests/tcg/x86_64/adox.c | 69
target/i38
Ping.
Paolo, I see you've queued a fix for a different ADCOX bug in your latest pull. You could
probably adjust your new test for this case, but this problem is exclusively x86_64.
r~
On 1/14/23 15:21, Richard Henderson wrote:
Failure to truncate the inputs results in garbage for the carry
Failure to truncate the inputs results in garbage for the carry-out.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1373
Signed-off-by: Richard Henderson
---
tests/tcg/x86_64/adox.c | 69
target/i386/tcg/emit.c.inc | 2 +
tests/tcg/x86_64