The pair-wise loads and support generally support a scaled post-indexed addressing form with writeback. #105181 did not add support for these variants. We should look into adding this support.
One complication is that ldp x0, x1, [x2], #16 is an instruction that writes to 3 registers, which I do not think we support in instrDesc today -- at least we do not support describing the capability of updating GC-ness of 3 different registers.
The pair-wise loads and support generally support a scaled post-indexed addressing form with writeback. #105181 did not add support for these variants. We should look into adding this support.
One complication is that
ldp x0, x1, [x2], #16
is an instruction that writes to 3 registers, which I do not think we support ininstrDesc
today -- at least we do not support describing the capability of updating GC-ness of 3 different registers.