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)
commit6afcc1e42ac574cd7c0dd790b6a6327cde6714d3
treeccb0d63c91500dff050c1e505ee4e8336407a3e1
parent484a7682ec00aacc80731b23119cdda7cde177f6
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