target/xtensa: rename FPU2000 translators and helpers
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 13 Jul 2015 01:30:41 +0000 (04:30 +0300)
committerMax Filippov <jcmvbkbc@gmail.com>
Fri, 21 Aug 2020 19:48:15 +0000 (12:48 -0700)
commit5680f20756fa21ca7bd72b6d9bbc8598f5b7a240
tree0a3d2cbbcec5433e73545cec480d1ffcf07ac827
parented07f685adcd2c3496dbbaefc07f7e1a996fce58
target/xtensa: rename FPU2000 translators and helpers

Add _s suffix to all FPU2000 opcode translators and helpers that also
have double-precision variant to unify naming and allow adding DFPU
implementations. Add _fpu2k_ to the names of helpers that will have
different implementation for the DFPU .

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/fpu_helper.c
target/xtensa/helper.h
target/xtensa/translate.c