]> git.proxmox.com Git - mirror_qemu.git/commit
target/xtensa: extract unconditional TB termination
authorMax Filippov <jcmvbkbc@gmail.com>
Sat, 1 Sep 2018 07:47:55 +0000 (00:47 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 1 Oct 2018 18:08:36 +0000 (11:08 -0700)
commit226444a8444b7b3269442505026c78766a6870db
tree352d44d2ad832f610da8e7bfd7c11f120a1f9196
parent4a038955dadd063b17c1d67bc2811707cfa56719
target/xtensa: extract unconditional TB termination

- mark all instructions that exit TB and require dynamic search for the
  next TB;
- put TB termination right after the instruction translation loop;

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