Searched defs:ShiftExtendType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h32 enum ShiftExtendType { enum in namespace:llvm::AArch64_AM
52 static inline const char *getShiftExtendName(AArch64_AM::ShiftExtendType ST) {
73 static inline AArch64_AM::ShiftExtendType getShiftType(unsigned Imm) {
98 static inline unsigned getShifterImm(AArch64_AM::ShiftExtendType ST,
123 static inline AArch64_AM::ShiftExtendType getExtendType(unsigned Imm) {
138 static inline AArch64_AM::ShiftExtendType getArithExtendType(unsigned Imm) {
151 inline unsigned getExtendEncoding(AArch64_AM::ShiftExtendType ET) {
170 static inline unsigned getArithExtendImm(AArch64_AM::ShiftExtendType ET,
184 static inline AArch64_AM::ShiftExtendType getMemExtendType(unsigned Imm) {
200 static inline unsigned getMemExtendImm(AArch64_AM::ShiftExtendType E
[all...]

Completed in 95 milliseconds