summary refs log tree commit diff stats
path: root/scripts/qapi/doc.py
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2019-02-13 17:36:30 -0800
committerMax Filippov <jcmvbkbc@gmail.com>2019-02-28 04:43:22 -0800
commit068e538a54552289a58689f21c99ed3696e59961 (patch)
tree0a8c9a81e678a2f7d026dc635755e0e0a560880b /scripts/qapi/doc.py
parent89bec9e9117d454d2101f7848475b11677ca99ff (diff)
downloadfocaccia-qemu-068e538a54552289a58689f21c99ed3696e59961.tar.gz
focaccia-qemu-068e538a54552289a58689f21c99ed3696e59961.zip
target/xtensa: prioritize load/store in FLIX bundles
Load/store opcodes may raise MMU exceptions. Normally exceptions should
be checked in priority order before any actual operations, but since MMU
exceptions are tightly coupled with actual memory access, there's
currently no way to do it.

Approximate this behavior by executing all load, then all store, and
then all other opcodes in the FLIX bundles. Use opcode dependency
mechanism to express ordering. Mark load/store opcodes with
XTENSA_OP_{LOAD,STORE} flags. Newer libisa has classifier functions that
can tell whether opcode is a load or store, but this information is not
available in the existing overlays.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'scripts/qapi/doc.py')
0 files changed, 0 insertions, 0 deletions