commit | 6b814719b4ef3d69c61ec0c1d580006110b04b04 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Tue Oct 25 18:24:09 2011 +0400 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Wed Nov 02 05:05:52 2011 +0400 |
tree | d1af8ed95427686fa25d4939323adc734269c641 | |
parent | 0c852e171b3b6073f5b05b66d8df94eda23f6dee [diff] |
target-xtensa: raise an exception for invalid and reserved opcodes This includes opcodes from disabled features and those marked reserved in the ISA. Also end TB on opcodes that definitely generate an exception: illegal instructions, syscall and privileged instructions. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>