On 6/17/21 10:49 AM, Philippe Mathieu-Daudé wrote:
To be able to extract the DSP ASE translation routines to different source file, declare few TCG helpers, MASK_SPECIAL3 and a DSP register in "translate.h".Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org> --- target/mips/tcg/translate.h | 7 +++++++ target/mips/tcg/translate.c | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~