Commit 1273d9ca authored by Peter Maydell's avatar Peter Maydell
Browse files

target-arm: Drop unused DECODE_CPREG_CRN macro



This macro snuck through code review despite being unused; drop it.

Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent d593c48e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -423,8 +423,6 @@ void armv7m_nvic_complete_irq(void *opaque, int irq);
    (((cp) << 16) | ((is64) << 15) | ((crn) << 11) |    \
     ((crm) << 7) | ((opc1) << 3) | (opc2))

#define DECODE_CPREG_CRN(enc) (((enc) >> 7) & 0xf)

/* ARMCPRegInfo type field bits. If the SPECIAL bit is set this is a
 * special-behaviour cp reg and bits [15..8] indicate what behaviour
 * it has. Otherwise it is a simple cp reg, where CONST indicates that