Home | History | Annotate | Download | only in TableGen

Lines Matching full:bits1

433     O << "  uint64_t Bits1 = OpInfo[MI->getOpcode()];\n"
435 << " uint64_t Bits = (Bits2 << 32) | Bits1;\n";