OSDN Git Service

target/xtensa: use tcg_constant_* for FPU conversion opcodes
authorMax Filippov <jcmvbkbc@gmail.com>
Thu, 21 Apr 2022 20:38:58 +0000 (13:38 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Fri, 6 May 2022 22:27:40 +0000 (15:27 -0700)
commit867e354cbda0cac2d20a478ef39d01aa3bf67118
tree43554061098df6955b9dbc9a29f2f58cc646d346
parentdad266a1e35f0b24f07e6e18c67a02edf347c0b3
target/xtensa: use tcg_constant_* for FPU conversion opcodes

FPU conversion opcodes pass scale (range 0..15) and rounding mode to
their helpers. Use tcg_constant_* for them.

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