Home | History | Annotate | Download | only in TableGen

Lines Matching full:opindex

707         int OpIndex, PrintIndex;
708 std::tie(OpIndex, PrintIndex) = getOpData(Name);
711 OS << format("\\x%02X", (unsigned char)OpIndex + 1);
715 OS << format("\\xFF\\x%02X\\x%02X", OpIndex + 1, PrintIndex + 1);