opnd_compute_address() is not fully implemented on ARM or AArch64
Created by: egrimley
On ARM opnd_compute_address_priv()
does not take account of DR_OPND_NEGATED
, and on AArch64 the extension and shift are ignored. The API function opnd_compute_address()
is not tested.