Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_Opcode.h355 #define INST_WIDE_DST(inst) (G4_Inst_Table[inst].attributes & ATTR_WIDE_DST) macro
H A DG4_IR.cpp4971 if (INST_WIDE_DST(inst->opcode())) in computeRightBound()