target/xtensa: extract gen_check_interrupts call
commitd74624e59a6087ccf233843b936aedc9f8a8050a
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 2 Sep 2018 09:07:30 +0000 (2 02:07 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 1 Oct 2018 18:08:36 +0000 (1 11:08 -0700)
treed200bd4f0a586a55fb32124a9a298d510a9cbbfa
parentc7159acbbeff32501cb54e52478f2621cfa008db
target/xtensa: extract gen_check_interrupts call

- mark instructions that affect active IRQ level;
- put call for gen_check_interrupts right after the instruction
  translation; when FLIX is enabled it will need to appear before
  other exits from the TB as well;

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