Home
last modified time | relevance | path

Searched refs:SetCompactCtrl (Results 1 – 5 of 5) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_BinaryEncoding.h1442 virtual void SetCompactCtrl(BinInst *mybin, uint32_t value) = 0;
2332 SetCompactCtrl(mybin, 1); // 29 in BDWcompactOneInstruction3Src()
2401 SetCompactCtrl(mybin, 1); // 29 in CHVcompactOneInstruction3Src()
2598 SetCompactCtrl(mybin, 1); // 29 in BDWcompactOneInstruction()
2714 SetCompactCtrl(mybin, 0); // uncompaction in uncompactOneInstruction()
H A DBinaryEncoding.h725 virtual void SetCompactCtrl(BinInst *mybin, uint32_t value);
H A DBinaryEncodingCNL.h151 virtual void SetCompactCtrl (BinInst *mybin, uint32_t value);
H A DBinaryEncodingCNL.cpp1548 void BinaryEncodingCNL::SetCompactCtrl (BinInst *mybin, uint32_t value) in SetCompactCtrl() function in BinaryEncodingCNL
H A DBinaryEncoding.cpp2668 void BinaryEncoding::SetCompactCtrl (BinInst *mybin, uint32_t value) in SetCompactCtrl() function in BinaryEncoding