target/mips: Move common helpers from helper.c to cpu.c
commite9927723ba928230222d68ece45d232ed602e78a
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 6 Dec 2020 22:12:23 +0000 (6 23:12 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
tree81fcc17494e666a301db7bc51db05320ad4a23db
parent2be565f9c2f8c2a1eb40efb86175e9f0c76761a4
target/mips: Move common helpers from helper.c to cpu.c

The rest of helper.c is TLB related. Extract the non TLB
specific functions to cpu.c, so we can rename helper.c as
tlb_helper.c in the next commit.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201214183739.500368-6-f4bug@amsat.org>
target/mips/cpu.c
target/mips/helper.c
target/mips/internal.h