Home | History | Annotate | Download | only in TableGen

Lines Matching full:bits2

454       << "  uint64_t Bits2 = OpInfo2[MI->getOpcode()];\n"
455 << " uint64_t Bits = (Bits2 << 32) | Bits1;\n";