commit | e848dd4248230c0463841a16d1fa9eb054a2d211 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Fri Feb 07 15:57:22 2014 +0400 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Mon Feb 24 04:47:01 2014 +0400 |
tree | 73d214173bd6e72b4e9c9e9237a18e0c19f91d28 | |
parent | 7c84259019a945e4ff275994b96c0de4496d2a5e [diff] |
target-xtensa: add basic checks to icache opcodes Check privilege level for privileged instructions (IHU, III, IIU and IPFL are privileged), memory accessibility for instructions that reference memory (IH* and IPFL) and windowed register validity for all instruction cache instructions. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>