Bug 498632 - s390x: fix LNGFR insn
Summary: s390x: fix LNGFR insn
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: vex (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Florian Krohm
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-13 22:37 UTC by Florian Krohm
Modified: 2025-03-22 18:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Fix IR generation for LNGFR (711 bytes, patch)
2025-03-03 13:54 UTC, Florian Krohm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Krohm 2025-01-13 22:37:31 UTC
POP:
The two’s complement of the absolute value of the second operand is placed at the first-operand location.

guest_s390_toIR.c:
static const HChar *s390_irgen_LNGFR(UChar r1, UChar r2 __attribute__((unused)))
Comment 1 Florian Krohm 2025-03-03 13:54:42 UTC
Created attachment 179069 [details]
Fix IR generation for LNGFR

as obvious
Comment 2 Florian Krohm 2025-03-22 18:51:50 UTC
Fixed in fc40fe4f6472fef88ef78515782deb24e585aea3