binaryninja-api
binaryninja-api copied to clipboard
Lift Aarch64 load/store acquire/release/etc. operations as intrinsics
Currently LDAR/STLR and friends are lifted as simple loads and stores. These should be lifted to intrinsics that represent their specific acquire/release semantics.
TODO: add a list of all the relevant instructions to this issue description.