Searched refs:SysAlias (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h317 struct SysAlias { struct in namespace:llvm
322 constexpr SysAlias(const char *N, uint16_t E) : Name(N), Encoding(E) {} function in struct:llvm::SysAlias
323 constexpr SysAlias(const char *N, uint16_t E, FeatureBitset F) function in struct:llvm::SysAlias
333 struct SysAliasReg : SysAlias {
336 : SysAlias(N, E), NeedsReg(R) {}
338 : SysAlias(N, E, F), NeedsReg(R) {}
342 struct AT : SysAlias {
343 using SysAlias::SysAlias;
350 struct DB : SysAlias {
[all...]

Completed in 157 milliseconds