Home
last modified time | relevance | path

Searched refs:Decoded (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.cpp62 uintptr_t Decoded = Value >> 1; in zigzagDecode() local
64 return Decoded; in zigzagDecode()
65 return ~Decoded; in zigzagDecode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1432 Waitcnt Decoded; in decodeWaitcnt() local
1433 Decoded.LoadCnt = decodeVmcnt(Version, Encoded); in decodeWaitcnt()
1434 Decoded.ExpCnt = decodeExpcnt(Version, Encoded); in decodeWaitcnt()
1435 Decoded.DsCnt = decodeLgkmcnt(Version, Encoded); in decodeWaitcnt()
1436 return Decoded; in decodeWaitcnt()
1469 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded) { in encodeWaitcnt() argument
1470 return encodeWaitcnt(Version, Decoded.LoadCnt, Decoded.ExpCnt, Decoded.DsCnt); in encodeWaitcnt()
1488 Waitcnt Decoded; in decodeLoadcntDscnt() local
1489 Decoded.LoadCnt = in decodeLoadcntDscnt()
1492 Decoded.DsCnt = unpackBits(LoadcntDscnt, getDscntBitShift(Version.Major), in decodeLoadcntDscnt()
[all …]
H A DAMDGPUBaseInfo.h1041 unsigned encodeWaitcnt(const IsaVersion &Version, const Waitcnt &Decoded);
1086 unsigned encodeLoadcntDscnt(const IsaVersion &Version, const Waitcnt &Decoded);
1091 unsigned encodeStorecntDscnt(const IsaVersion &Version, const Waitcnt &Decoded);
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h309 bool Decoded = false; in Decode() local
313 Decoded = true; in Decode()
317 if (!Decoded) in Decode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp1250 AMDGPU::Waitcnt Decoded = AMDGPU::decodeWaitcnt(IV, Imm); in fixSMEMtoVectorWriteHazards() local
1252 return (Decoded.DsCnt == 0); in fixSMEMtoVectorWriteHazards()
/freebsd/share/misc/
H A Dusb_hid_usages1637 0xFE Decoded Data
/freebsd/crypto/openssl/
H A DCHANGES.md1229 OSSL_STORE_INFO_CRL. Decoded public keys would previously have been reported