dynamorio
dynamorio copied to clipboard
Mark x86 SIMD operations with masks as predicated
Xref #6499 where a64 scatter/gather are going to marked as predicated. This issue covers doing the same thing for x86. This should include all SIMD operations with masks. We may need a new predicate type?
Xref AArch64 adding predicates PR #6535