reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
352 o << " static const uint64_t InstBits[] = {\n"; 354 o << " static const uint64_t InstBits_" << HWM.getMode(HwMode).Name 362 o << " "; emitInstBits(o, APInt(BitWidth, 0)); o << ",\n"; 362 o << " "; emitInstBits(o, APInt(BitWidth, 0)); o << ",\n"; 362 o << " "; emitInstBits(o, APInt(BitWidth, 0)); o << ",\n"; 382 o << " "; 383 emitInstBits(o, Value); 384 o << "," << '\t' << "// " << R->getName() << "\n"; 386 o << " UINT64_C(0)\n };\n";