mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 11:21:09 +00:00
target/mips: Add bit encoding for MXU execute add/sub pattern 'eptn2'
Backports commit 5bb29992397217ae7d09d2192c5b56aefaf6cd11 from qemu
This commit is contained in:
parent
bbb2a1e62b
commit
9cf4a32b0d
|
@ -24131,6 +24131,12 @@ static void decode_opc_special(CPUMIPSState *env, DisasContext *ctx)
|
|||
#define MXU_APTN1_A 0
|
||||
#define MXU_APTN1_S 1
|
||||
|
||||
/* MXU execute add/subtract 2-bit pattern 'eptn2' */
|
||||
#define MXU_EPTN2_AA 0
|
||||
#define MXU_EPTN2_AS 1
|
||||
#define MXU_EPTN2_SA 2
|
||||
#define MXU_EPTN2_SS 3
|
||||
|
||||
/*
|
||||
*
|
||||
* Decode MXU pool00
|
||||
|
|
Loading…
Reference in a new issue