Searched refs:AM5Opc (Results 1 – 1 of 1) sorted by relevance
496 static inline unsigned char getAM5Offset(unsigned AM5Opc) { in getAM5Offset() argument497 return AM5Opc & 0xFF; in getAM5Offset()499 static inline AddrOpc getAM5Op(unsigned AM5Opc) { in getAM5Op() argument500 return ((AM5Opc >> 8) & 1) ? sub : add; in getAM5Op()