mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-23 02:55:06 +00:00
target/mips: Add bit encoding for MXU operand getting pattern 'optn3'
Backports commit 53f1131fde02ae49e1f794f811a60fda32c72dca from qemu
This commit is contained in:
parent
bc98daa7c5
commit
839f5babde
|
@ -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
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue