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

Carl Love <c...@us.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|REPORTED                    |RESOLVED

--- Comment #2 from Carl Love <c...@us.ibm.com> ---
Patch committed to fix the issue

commit 193ced6bb34a49b5b41756b2c8616e392295328c
Author: Carl Love <ca...@us.ibm.com>
Date:   Tue Feb 8 17:52:33 2022 -0600

    Powerpc: Update ACC support to reflect being mapped over vsr registers

    The ISA 3.1 implemention provides the effect of ACC and VSRs
    logically containing the same data.    Future versions of the
    hardware may define new state or redefine the backing state
    of the registers.

    This reworks the code to support the ACC as implemented as a logical
    mapping over the VSR registers, and lays groundwork for a future
    implementation utilizing a separate register file.  There
    is a single boolean variable, ACC_mapped_on_VSR, that can be set in
    disInstr_PPC_WRK(), based on the ISA being used, to select which
    implementation model to use.

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

Reply via email to