AArch64 behaves like x86 with respect to writing to a 32-bit register: the top 32 bits are zeroed. Thus, drreg can consider such a write to make the whole register dead.
Tested on a large proprietary application where drreg liveness errors recently caused various problems (#4898).
Fixes #4896 (closed)