diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-11-29 23:39:04 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-01-14 17:13:53 +0100 |
commit | 33942f94604153af66f50ad0bc41edc620e82d51 (patch) | |
tree | e5f52e1f4459846398092a23f76022d459125013 /target/ppc | |
parent | aa314198ca8d51e5c250e83a5cf160b38db6a7d9 (diff) |
target/mips: Simplify MSA TCG logic
Only decode MSA opcodes if MSA is present (implemented).
Now than check_msa_access() will only be called if MSA is
present, the only way to have MIPS_HFLAG_MSA unset is if
MSA is disabled (bit CP0C5_MSAEn cleared, see previous
commit). Therefore we can remove the 'reserved instruction'
exception.
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Message-Id: <20201208003702.4088927-5-f4bug@amsat.org>
Diffstat (limited to 'target/ppc')
0 files changed, 0 insertions, 0 deletions