Home
last modified time | relevance | path

Searched refs:InstOpt_M24 (Results 1 – 7 of 7) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_ISA_util.cpp903 return InstOpt_M24; in Get_Gen4_Emask()
911 return InstOpt_M24 | InstOpt_WriteEnable; in Get_Gen4_Emask()
935 return InstOpt_M24; in Get_Gen4_Emask()
951 return InstOpt_M24 | InstOpt_WriteEnable; in Get_Gen4_Emask()
H A DG4_Opcode.h300 InstOpt_M24 = 0x04000000, enumerator
322 …(InstOpt_M0 | InstOpt_M4 | InstOpt_M8 | InstOpt_M12 | InstOpt_M16 | InstOpt_M20 | InstOpt_M24 | In…
H A DBuildIRImpl.cpp849 InstOpt_M16 | InstOpt_M24; in getSplitEMask()
860 return (isLo ? InstOpt_M16 : InstOpt_M24) | other; in getSplitEMask()
3099 case InstOpt_M24: in createMovSendSrcInst()
H A DG4_IR.cpp41 {InstOpt_M24, "M24"},
550 case InstOpt_M24: in getMaskOffset()
7494 return InstOpt_M24; in offsetToMask()
7516 return InstOpt_M24; in offsetToMask()
H A DReduceExecSize.cpp1205 newInst->setMaskOption(i == 0 ? InstOpt_M16 : InstOpt_M24); in splitInstruction()
H A DHWConformity.cpp6811 expand_sec_half_op->setMaskOption(InstOpt_M24); in splitInstWithByteDst()
7247 options |= InstOpt_M24; in expandPlaneMacro()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateALU.cpp248 case InstOpt_M24: in needs32BitFlag()