https://bugs.kde.org/show_bug.cgi?id=476465

--- Comment #7 from Arne Juul <ar...@vespa.ai> ---
>From the ARM docs all the still-missing instructions are only available with
extra feature flags FEAT_LRCPC2 or FEAT_LRCPC3, so they are probably not as
important.  Someone familiar with how the "normal" load/store family of
instructions are implemented in valgrind could probably add support for the
unscaled immediate / post-index / pre-index variants, but that's out of my
reach.

FEAT_LRCPC2: LDAPR (unscaled immediate) and STLR (unscaled immediate)
FEAT_LRCPC3 additions: post-index LDAPR, LDIAPP, STILP, and pre-index STLR
instructions, and
    if advanced SIMD and floating-point is implemented, also the
    LDAPUR (SIMD&FP), LDAP1 (SIMD&FP), STLUR (SIMD&FP), and STL1 (SIMD&FP)
instructions

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to