OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Lgkmcnt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUInstPrinter.cpp
1395
unsigned Vmcnt, Expcnt,
Lgkmcnt
;
1396
decodeWaitcnt(ISA, SImm16, Vmcnt, Expcnt,
Lgkmcnt
);
1412
if (
Lgkmcnt
!= getLgkmcntBitMask(ISA)) {
1415
O << "
lgkmcnt
(" <<
Lgkmcnt
<< ')';
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp
71
/// \returns
Lgkmcnt
bit shift.
74
/// \returns
Lgkmcnt
bit width.
912
unsigned
Lgkmcnt
= getBitMask(getLgkmcntBitShift(),
914
unsigned Waitcnt = VmcntLo | Expcnt |
Lgkmcnt
;
944
unsigned &Vmcnt, unsigned &Expcnt, unsigned &
Lgkmcnt
) {
947
Lgkmcnt
= decodeLgkmcnt(Version, Waitcnt);
954
Decoded.
LgkmCnt
= decodeLgkmcnt(Version, Encoded);
975
unsigned
Lgkmcnt
) {
976
return packBits(
Lgkmcnt
, Waitcnt, getLgkmcntBitShift(),
981
unsigned Vmcnt, unsigned Expcnt, unsigned
Lgkmcnt
) {
[
all
...]
Completed in 18 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026