Home
last modified time | relevance | path

Searched refs:lgkmcnt (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
DREADME-ISA.md206 does not mitigate the issue, so an `s_waitcnt lgkmcnt(0)` must be inserted.
225 Any non-SOPP SALU instruction (except `s_setvskip`, `s_version`, and any non-lgkmcnt `s_waitcnt`).
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c2466 unsigned lgkmcnt = 63; in ac_build_waitcnt() local
2471 lgkmcnt = 0; in ac_build_waitcnt()
2489 unsigned simm16 = (lgkmcnt << 8) | (7 << 4) | /* expcnt */ in ac_build_waitcnt()