target/mips: Add bit encoding for MXU operand getting pattern 'optn3'

Backports commit 53f1131fde02ae49e1f794f811a60fda32c72dca from qemu
This commit is contained in:
Craig Janeczek 2018-11-11 06:04:46 -05:00 committed by Lioncash
parent bc98daa7c5
commit 839f5babde
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -24143,6 +24143,16 @@ static void decode_opc_special(CPUMIPSState *env, DisasContext *ctx)
#define MXU_OPTN2_HW 2
#define MXU_OPTN2_XW 3
/* MXU operand getting pattern 'optn3' */
#define MXU_OPTN3_PTN0 0
#define MXU_OPTN3_PTN1 1
#define MXU_OPTN3_PTN2 2
#define MXU_OPTN3_PTN3 3
#define MXU_OPTN3_PTN4 4
#define MXU_OPTN3_PTN5 5
#define MXU_OPTN3_PTN6 6
#define MXU_OPTN3_PTN7 7
/*
*