commit | 59491e97f89eaeee275f57fb6bb40f0152429fb3 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Sun May 01 22:57:49 2022 -0700 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Fri May 06 15:37:10 2022 -0700 |
tree | 5661c3a6ffd7147f72c799ee64409ac14f0c291f | |
parent | 4be4c5b826989bed67a16f6e5b931d8374589c08 [diff] |
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>