target/xtensa: get rid of gen_callw[i]
commit9791e7e91819468fa4009809fd340575f3fd3d12
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 11 Feb 2019 10:00:06 +0000 (11 02:00 -0800)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 11 Feb 2019 10:08:14 +0000 (11 02:08 -0800)
tree0305487821209902a2f84101695eaba564502acf
parentfe7869d69caeb0d77b75d14051a6e72a6a10aa76
target/xtensa: get rid of gen_callw[i]

Merge gen_callwi and gen_callw into their only users, translate_callw
and translate_callxw. Extract jump slot adjustment logic into a separate
function and use it in gen_jumpi and translate_callw.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/translate.c