On 10/28/21 2:08 PM, Philippe Mathieu-Daudé wrote:
Convert instructions with an immediate bit index and
data format df/m to decodetree.
Since the 'data format' field is a constant value, use
tcg_constant_i32() instead of a TCG temporary.
Reviewed-by: Jiaxun Yang<jiaxun.y...@flygoat.com>
Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
v3:
- Renamed &msa_i5 -> &msa_i
- Remove TRANS_MSA(), call check_msa_enabled in trans_X()
---
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~