Home
last modified time | relevance | path

Searched refs:getDescBit (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Backend/Messages/
H A DMessageDecoderHDC.cpp1159 if (getDescBit(18) == 1) { in tryDecodeDC0()
1217 isHw = getDescBit(13); in tryDecodeDC0AlignedBlock()
1271 if (getDescBits(9, 4) && getDescBit(8)) { in tryDecodeDC0Memfence()
1287 if (getDescBit(12)) { in tryDecodeDC0Memfence()
1291 if (getDescBit(11)) { in tryDecodeDC0Memfence()
1297 if (getDescBit(10)) { in tryDecodeDC0Memfence()
1303 if (getDescBit(9)) { in tryDecodeDC0Memfence()
1336 bool isRead = getDescBit(17) == 0; in tryDecodeDC0ScratchBlock()
H A DMessageDecoder.hpp145 uint32_t getDescBit(int off) const { in getDescBit() function
391 if (getDescBit(19) != 0) in decodeMDC_HF()
H A DMessageDecoderOther.cpp889 auto chMaskPresent = getDescBit(15) != 0; // [15] in tryDecodeURB()
911 addField("ChannelMaskEnable", 15, 1, getDescBit(15), in tryDecodeURB()
H A DMessageDecoderLSC.cpp900 if (getDescBit(15)) { in tryDecodeLsc()