Home | History | Annotate | Download | only in X86

Lines Matching refs:Row

6836   for (const uint16_t (&Row)[3] : ReplaceableInstrs)
6837 if (Row[domain-1] == opcode)
6838 return Row;
6843 for (const uint16_t (&Row)[3] : ReplaceableInstrsAVX2)
6844 if (Row[domain-1] == opcode)
6845 return Row;