commit | 45b71a795e5add347f0ba7aba526896132e9b986 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Wed Jan 30 14:48:22 2019 -0800 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Thu Feb 28 04:43:22 2019 -0800 |
tree | b27da096ac034904dd1f0c7de0f06701e2102295 | |
parent | 20e9fd0fc0634de24ee2763d769e3780e369afdd [diff] |
target/xtensa: add generic instruction post-processing Some opcodes may need additional actions at every exit from the translated instruction or may need to amend TB exit slots available to jumps generated for the instruction. Add gen_postprocess function and call it from the gen_jump_slot and from the disas_xtensa_insn. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>