• P
    arm: Don't decode MRS(banked) or MSR(banked) for M profile · 43ac6574
    Peter Maydell 提交于
    M profile doesn't have the MSR(banked) and MRS(banked) instructions
    and uses the encodings for different kinds of M-profile MRS/MSR.
    Guard the relevant bits of the decode logic to make sure we don't
    accidentally fall into them by accident on M-profile.
    
    (The bit being checked for this (bit 5) is part of the SYSm field on
    M-profile, but since no currently allocated system registers have
    encodings with bit 5 of SYSm set, this hasn't been a problem in
    practice.)
    Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
    Reviewed-by: NAlex Bennée <alex.bennee@linaro.org>
    Message-id: 1487616072-9226-3-git-send-email-peter.maydell@linaro.org
    43ac6574
translate.c 424.7 KB