]> git.proxmox.com Git - qemu.git/commit - target-xtensa/translate.c
target-xtensa: implement narrow instructions
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 5 Sep 2011 23:55:28 +0000 (03:55 +0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 10 Sep 2011 16:57:36 +0000 (16:57 +0000)
commit67882fd177389527510eb36b3f7712011a835545
treeccb0d63c91500dff050c1e505ee4e8336407a3e1
parentdedc5eae2324b3c4a6d25af2138396aa5dc3d9e0
target-xtensa: implement narrow instructions

Instructions with op0 >= 8 are 2 bytes long, others are 3 bytes long.

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