| Summary: | s390x: fix S[L]HHHR and S[L]HHLR insns | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Florian Krohm <flo2030> |
| Component: | vex | Assignee: | Florian Krohm <flo2030> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Fix IR generation for S[L]HHHR and S[L]HHLR insns | ||
|
Description
Florian Krohm
2025-01-13 22:19:20 UTC
and likewise: static const HChar *s390_irgen_SLHHHR(UChar r3 __attribute__((unused)), UChar r1, UChar r2) static const HChar *s390_irgen_SLHHLR(UChar r3 __attribute__((unused)), UChar r1, UChar r2) Created attachment 179070 [details]
Fix IR generation for S[L]HHHR and S[L]HHLR insns
Operands were mixed up. Obvious fix.
Fixed in 165681b33af3a97338781f57da531c2d22885c02 |