diff options
author | shadchin <shadchin@yandex-team.ru> | 2022-02-10 16:44:30 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:30 +0300 |
commit | 2598ef1d0aee359b4b6d5fdd1758916d5907d04f (patch) | |
tree | 012bb94d777798f1f56ac1cec429509766d05181 /contrib/libs/llvm12/lib/Target/AArch64/Utils/AArch64BaseInfo.h | |
parent | 6751af0b0c1b952fede40b19b71da8025b5d8bcf (diff) | |
download | ydb-2598ef1d0aee359b4b6d5fdd1758916d5907d04f.tar.gz |
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/llvm12/lib/Target/AArch64/Utils/AArch64BaseInfo.h')
-rw-r--r-- | contrib/libs/llvm12/lib/Target/AArch64/Utils/AArch64BaseInfo.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/contrib/libs/llvm12/lib/Target/AArch64/Utils/AArch64BaseInfo.h b/contrib/libs/llvm12/lib/Target/AArch64/Utils/AArch64BaseInfo.h index 1b13c94389..6d737ac8e1 100644 --- a/contrib/libs/llvm12/lib/Target/AArch64/Utils/AArch64BaseInfo.h +++ b/contrib/libs/llvm12/lib/Target/AArch64/Utils/AArch64BaseInfo.h @@ -338,14 +338,14 @@ struct SysAliasReg : SysAlias { : SysAlias(N, E, F), NeedsReg(R) {} }; -struct SysAliasImm : SysAlias { - uint16_t ImmValue; - constexpr SysAliasImm(const char *N, uint16_t E, uint16_t I) - : SysAlias(N, E), ImmValue(I) {} - constexpr SysAliasImm(const char *N, uint16_t E, uint16_t I, FeatureBitset F) - : SysAlias(N, E, F), ImmValue(I) {} -}; - +struct SysAliasImm : SysAlias { + uint16_t ImmValue; + constexpr SysAliasImm(const char *N, uint16_t E, uint16_t I) + : SysAlias(N, E), ImmValue(I) {} + constexpr SysAliasImm(const char *N, uint16_t E, uint16_t I, FeatureBitset F) + : SysAlias(N, E, F), ImmValue(I) {} +}; + namespace AArch64AT{ struct AT : SysAlias { using SysAlias::SysAlias; @@ -362,14 +362,14 @@ namespace AArch64DB { #include "AArch64GenSystemOperands.inc" } -namespace AArch64DBnXS { - struct DBnXS : SysAliasImm { - using SysAliasImm::SysAliasImm; - }; - #define GET_DBNXS_DECL - #include "AArch64GenSystemOperands.inc" -} - +namespace AArch64DBnXS { + struct DBnXS : SysAliasImm { + using SysAliasImm::SysAliasImm; + }; + #define GET_DBNXS_DECL + #include "AArch64GenSystemOperands.inc" +} + namespace AArch64DC { struct DC : SysAlias { using SysAlias::SysAlias; @@ -568,7 +568,7 @@ namespace AArch64TLBI { struct TLBI : SysAliasReg { using SysAliasReg::SysAliasReg; }; - #define GET_TLBITable_DECL + #define GET_TLBITable_DECL #include "AArch64GenSystemOperands.inc" } @@ -622,7 +622,7 @@ namespace AArch64II { MO_HI12 = 7, /// MO_COFFSTUB - On a symbol operand "FOO", this indicates that the - /// reference is actually to the ".refptr.FOO" symbol. This is used for + /// reference is actually to the ".refptr.FOO" symbol. This is used for /// stub symbols on windows. MO_COFFSTUB = 0x8, |