]> git.proxmox.com Git - mirror_qemu.git/commit
target/xtensa: implement wide branches and loops
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 3 Oct 2018 01:50:13 +0000 (18:50 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 19 Feb 2019 05:29:09 +0000 (21:29 -0800)
commitfa6bc73c8b46782bf07dadcac908405cf19b8ab8
tree0d268b8048fe8f0bcb310cc08635b32697973f0f
parentd863fcf7f5b4f363e7ba2f95ce622f93dd4e866d
target/xtensa: implement wide branches and loops

FLIX adds branch and loop instruction variants with 15- and 18-bit wide
target offset. Implement them as additional names for the ordinary
branch/loop opcodes.

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