Searched refs:AM3Opc (Results 1 – 1 of 1) sorted by relevance
447 static inline unsigned char getAM3Offset(unsigned AM3Opc) { in getAM3Offset() argument448 return AM3Opc & 0xFF; in getAM3Offset()450 static inline AddrOpc getAM3Op(unsigned AM3Opc) { in getAM3Op() argument451 return ((AM3Opc >> 8) & 1) ? sub : add; in getAM3Op()453 static inline unsigned getAM3IdxMode(unsigned AM3Opc) { in getAM3IdxMode() argument454 return (AM3Opc >> 9); in getAM3IdxMode()