AArchXX clean calls handle far too few use cases, blocking tool development
The AArchXX implementation of insert_parameter_preparation() is missing some key functionality:
/* FIXME i#1551, i#1569: we only implement naive parameter preparation,
* where args are all regs or immeds and do not conflict with param regs.
*/
This is a big enough missing port feature to call for a separate issue. This is blocking tool development on AArchXX, even simple samples: https://github.com/DynamoRIO/dynamorio/pull/2174
Xref original issues #1551 (closed), #1569