Searched refs:getMsgIdMask (Results 1 – 1 of 1) sorted by relevance
1895 static uint64_t getMsgIdMask(const MCSubtargetInfo &STI) { in getMsgIdMask() function1905 return (MsgId & ~(getMsgIdMask(STI))) == 0; in isValidMsgId()1986 MsgId = Val & getMsgIdMask(STI); in decodeMsg()