mirror of https://gitee.com/openkylin/qemu.git
target/mips: Add bit encoding for MXU accumulate add/sub 1-bit pattern 'aptn1'
Add bit encoding for MXU accumulate add/subtract 1-bit pattern 'aptn1'. Reviewed-by: Stefan Markovic <smarkovic@wavecomp.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
This commit is contained in:
parent
03f400883a
commit
d67da33786
|
@ -23978,6 +23978,12 @@ static void decode_opc_special(CPUMIPSState *env, DisasContext *ctx)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* MXU accumulate add/subtract 1-bit pattern 'aptn1' */
|
||||||
|
#define MXU_APTN1_A 0
|
||||||
|
#define MXU_APTN1_S 1
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* Decode MXU pool00
|
* Decode MXU pool00
|
||||||
|
|
Loading…
Reference in New Issue