target-mips/dsp_helper.c: Add ifdef guards around various functions
commit31efecccce53ead3197ce42c408033c5689499bb
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 14 Sep 2014 19:45:36 +0000 (14 20:45 +0100)
committerLeon Alrae <leon.alrae@imgtec.com>
Tue, 14 Oct 2014 12:29:14 +0000 (14 13:29 +0100)
treeed1e5fd9066ca02292acb8063037b69fb47ceaba
parentc7986fd6cd766d95496805a75397c855cb7845af
target-mips/dsp_helper.c: Add ifdef guards around various functions

Add ifdef TARGET_MIPS64 guards around various functions that are only
called from helpers for TARGET_MIPS64 CPUs; this avoids compiler
warnings when building other configs.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/dsp_helper.c