target/mips: Extract LSA/DLSA translation generators
commita685f7d075a7ec09575cbb836cf07b64ae313e30
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 8 Dec 2020 17:55:47 +0000 (8 18:55 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
tree13b583d6ef2a085cd1b610cc98beeb6b11234cad
parent96e5b4c7584d623f6cdcb0083829c19141b2b130
target/mips: Extract LSA/DLSA translation generators

Extract gen_lsa() from translate.c and explode it as
gen_LSA() and gen_DLSA().

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201215225757.764263-22-f4bug@amsat.org>
target/mips/meson.build
target/mips/translate.c
target/mips/translate.h
target/mips/translate_addr_const.c [new file with mode: 0644]