When using the N64 ABI, element-indices use the i64 type instead of i32.
In many cases, we can use iPTR to account for this but additional patterns
and pseudo's are required.
This fixes most (but not quite all) failures in the test-suite when using
N64 and MSA together.
Depends on D9341