target/xtensa: implement cache test option opcodes
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 2 May 2022 05:57:49 +0000 (22:57 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Fri, 6 May 2022 22:37:10 +0000 (15:37 -0700)
commit59491e97f89eaeee275f57fb6bb40f0152429fb3
tree5661c3a6ffd7147f72c799ee64409ac14f0c291f
parent4be4c5b826989bed67a16f6e5b931d8374589c08
target/xtensa: implement cache test option opcodes

We don't model caches, so for l*ct opcodes return tags with all bits
(including Valid) set to 0. For all other opcodes don't do anything.

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