Lines Matching defs:Decoded
1432 Waitcnt Decoded;
1433 Decoded.LoadCnt = decodeVmcnt(Version, Encoded);
1434 Decoded.ExpCnt = decodeExpcnt(Version, Encoded);
1435 Decoded.DsCnt = decodeLgkmcnt(Version, Encoded);
1436 return Decoded;
1469 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded) {
1470 return encodeWaitcnt(Version, Decoded.LoadCnt, Decoded.ExpCnt, Decoded.DsCnt);
1488 Waitcnt Decoded;
1489 Decoded.LoadCnt =
1492 Decoded.DsCnt = unpackBits(LoadcntDscnt, getDscntBitShift(Version.Major),
1494 return Decoded;
1498 Waitcnt Decoded;
1499 Decoded.StoreCnt =
1502 Decoded.DsCnt = unpackBits(StorecntDscnt, getDscntBitShift(Version.Major),
1504 return Decoded;
1533 unsigned encodeLoadcntDscnt(const IsaVersion &Version, const Waitcnt &Decoded) {
1534 return encodeLoadcntDscnt(Version, Decoded.LoadCnt, Decoded.DsCnt);
1546 const Waitcnt &Decoded) {
1547 return encodeStorecntDscnt(Version, Decoded.StoreCnt, Decoded.DsCnt);