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