]> xenbits.xensource.com Git - qemu-xen.git/commit
target/mips: Declare generic FPU / Coprocessor functions in translate.h
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 29 Nov 2020 16:38:13 +0000 (17:38 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (17:13 +0100)
commit8758d1b8aa3ee91b294ea862f89092c20428928e
tree2fd8ac9c4826797d2a5b5f690708aa53a9512262
parent3a4ef3b7ee35613f5318f27321c8255606e4623f
target/mips: Declare generic FPU / Coprocessor functions in translate.h

Some FPU / Coprocessor translation functions / registers can be
used by ISA / ASE / extensions out of the big translate.c file.

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