target-xtensa: implement CACHE group
commit8ffc2d0d97a59b25b48d023838906d5850e73184
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 5 Sep 2011 23:55:39 +0000 (6 03:55 +0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 10 Sep 2011 16:57:38 +0000 (10 16:57 +0000)
tree8ee8749695c8a94917e3c376a06ccf7d7db2638e
parent28067b2288c70d7ce9a3735a777b73a627c71a1f
target-xtensa: implement CACHE group

All operations in this group are no-ops, because cache ought to be
transparent to applications. However cache may be abused, then we'll
need to actually implement these opcodes.

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