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