diff options
author | Aleksandar Markovic <amarkovic@wavecomp.com> | 2018-10-23 16:47:58 +0200 |
---|---|---|
committer | Aleksandar Markovic <amarkovic@wavecomp.com> | 2018-10-29 14:13:47 +0100 |
commit | d67da3378624ee4b0215f5c9a16c19059f7f04da (patch) | |
tree | a00827d84af17f0ac8c181073fc9be5f95b458e5 /target | |
parent | 03f400883a1dd92fac5b0d9127b38e34c9a722d7 (diff) |
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>
Diffstat (limited to 'target')
-rw-r--r-- | target/mips/translate.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/mips/translate.c b/target/mips/translate.c index d2053d69d7..848b0ef9b5 100644 --- a/target/mips/translate.c +++ b/target/mips/translate.c @@ -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 |