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

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h27 enum ShiftOpc { enum in namespace:llvm::ARM_AM
45 static inline const char *getShiftOpcStr(ShiftOpc Op) {
56 static inline unsigned getShiftOpcEncoding(ShiftOpc Op) {
112 static inline unsigned getSORegOpc(ShiftOpc ShOp, unsigned Imm) {
118 static inline ShiftOpc getSORegShOp(unsigned Op) {
119 return (ShiftOpc)(Op & 7);
407 static inline unsigned getAM2Opc(AddrOpc Opc, unsigned Imm12, ShiftOpc SO,
419 static inline ShiftOpc getAM2ShiftOpc(unsigned AM2Opc) {
420 return (ShiftOpc)((AM2Opc >> 13) & 7);

Completed in 187 milliseconds