Home | History | Annotate | Download | only in X86

Lines Matching refs:Row

7034   for (const uint16_t (&Row)[3] : ReplaceableInstrs)
7035 if (Row[domain-1] == opcode)
7036 return Row;
7041 for (const uint16_t (&Row)[3] : ReplaceableInstrsAVX2)
7042 if (Row[domain-1] == opcode)
7043 return Row;