On 10/27/21 11:07 AM, Philippe Mathieu-Daudé wrote:
Convert instructions with an 8-bit immediate value and either
implicit data format or data format df to decodetree.
Reviewed-by: Jiaxun Yang<[email protected]>
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
v2: TCG timm is constant
---
target/mips/tcg/msa.decode | 8 ++++
target/mips/tcg/msa_translate.c | 73 ++++++++-------------------------
2 files changed, 24 insertions(+), 57 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
Though of course it would be affected by any adjustment to TRANS_MSA.
r~