[libunwind] Use .irp directives. NFC
authorFangrui Song <i@maskray.me>
Tue, 6 Dec 2022 19:05:04 +0000 (19:05 +0000)
committerFangrui Song <i@maskray.me>
Tue, 6 Dec 2022 19:05:04 +0000 (19:05 +0000)
commit8482e95f75d02227fbf51527680c0b5424bacb69
treea8211bea3dd24fad6b4d278e467af814fd2931d6
parent97eed4cf69b2fd1ff39ef55ad2e2db8e3641f95d
[libunwind] Use .irp directives. NFC

The repeated instructions make the file long and difficult to read.
Simplify them with .irp directives.

Reviewed By: #libunwind, compnerd

Differential Revision: https://reviews.llvm.org/D139368
libunwind/src/UnwindRegistersRestore.S
libunwind/src/UnwindRegistersSave.S