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