Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_BinaryEncoding.cpp143 inst->setOptionOn(InstOpt_Align16); in FixAlign16Inst()
H A DG4_Opcode.h293 InstOpt_Align16 = 0x00000002, enumerator
H A DG4_IR.hpp761 bool isAligned16Inst() const { return (option & InstOpt_Align16) ? true : false; } in isAligned16Inst()
H A DG4_IR.cpp34 {InstOpt_Align16, "Align16"},