diff options
author | Anatoly Trosinenko <atrosinenko@accesssoftek.com> | 2024-09-27 12:54:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-27 12:54:28 +0300 |
commit | 3f8380f3ea4921bce6b388f76d686e3b064182a2 (patch) | |
tree | 6cca694808776e24044c8d24d05ee002fa967105 /clang/unittests/Tooling/Syntax/TreeTest.cpp | |
parent | 5e9813667958688f5ab0e0b776b509b2b909d1e4 (diff) | |
download | llvm-3f8380f3ea4921bce6b388f76d686e3b064182a2.zip llvm-3f8380f3ea4921bce6b388f76d686e3b064182a2.tar.gz llvm-3f8380f3ea4921bce6b388f76d686e3b064182a2.tar.bz2 |
[AArch64] Factor out the emission of MOV and MOVZ/MOVK instructions (#110017)
Throughout the AArch64AsmPrinter implementation, there are a few common
instructions emitted at many places: ORRXrs as an alias of "mov Xd, Xm"
and movz/movk for materialization of constants. This commit introduces
utility functions for emission of these three instructions.
Diffstat (limited to 'clang/unittests/Tooling/Syntax/TreeTest.cpp')
0 files changed, 0 insertions, 0 deletions