Home
last modified time | relevance | path

Searched refs:AM5Opc (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h496 static inline unsigned char getAM5Offset(unsigned AM5Opc) { in getAM5Offset() argument
497 return AM5Opc & 0xFF; in getAM5Offset()
499 static inline AddrOpc getAM5Op(unsigned AM5Opc) { in getAM5Op() argument
500 return ((AM5Opc >> 8) & 1) ? sub : add; in getAM5Op()