-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Description
There are a couple problematic cases for memory decoding. Namely prefetch instruction with register offset and atomic load stores (ldxr)
Expected Behavior
Prefetch instruction should be decoded as nop and ldxr register should be decoded with blackbox as it is not implemented.
Actual Behavior
They are decoded as normal load store instructions.
Metadata
Metadata
Assignees
Labels
No labels