Home
last modified time | relevance | path

Searched defs:SysAlias (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h317 struct SysAlias { struct
322 constexpr SysAlias(const char *N, uint16_t E) : Name(N), Encoding(E) {} in SysAlias() argument
323 constexpr SysAlias(const char *N, uint16_t E, FeatureBitset F) in SysAlias() argument
333 struct SysAliasReg : SysAlias { argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h371 struct SysAlias { struct
376 constexpr SysAlias(const char *N, uint16_t E) : Name(N), Encoding(E) {} in SysAlias() argument
377 constexpr SysAlias(const char *N, uint16_t E, FeatureBitset F) in SysAlias() function
388 struct SysAliasReg : SysAlias { argument