Home | History | Annotate | Download | only in TableGen

Lines Matching refs:OpIndex

719         int OpIndex, PrintIndex;
720 std::tie(OpIndex, PrintIndex) = getOpData(Name);
723 OS << format("\\x%02X", (unsigned char)OpIndex + 1);
727 OS << format("\\xFF\\x%02X\\x%02X", OpIndex + 1, PrintIndex + 1);