Lines Matching defs:Decoded
1480 Waitcnt Decoded;
1481 Decoded.LoadCnt = decodeVmcnt(Version, Encoded);
1482 Decoded.ExpCnt = decodeExpcnt(Version, Encoded);
1483 Decoded.DsCnt = decodeLgkmcnt(Version, Encoded);
1484 return Decoded;
1517 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded) {
1518 return encodeWaitcnt(Version, Decoded.LoadCnt, Decoded.ExpCnt, Decoded.DsCnt);
1536 Waitcnt Decoded;
1537 Decoded.LoadCnt =
1540 Decoded.DsCnt = unpackBits(LoadcntDscnt, getDscntBitShift(Version.Major),
1542 return Decoded;
1546 Waitcnt Decoded;
1547 Decoded.StoreCnt =
1550 Decoded.DsCnt = unpackBits(StorecntDscnt, getDscntBitShift(Version.Major),
1552 return Decoded;
1581 unsigned encodeLoadcntDscnt(const IsaVersion &Version, const Waitcnt &Decoded) {
1582 return encodeLoadcntDscnt(Version, Decoded.LoadCnt, Decoded.DsCnt);
1594 const Waitcnt &Decoded) {
1595 return encodeStorecntDscnt(Version, Decoded.StoreCnt, Decoded.DsCnt);