reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/CodeEmitterGen.cpp
  221     unsigned hiBit = loBit + N;
  226         extractStr = "op.extractBits(" + itostr(hiBit - loBit) + ", " +
  227                      itostr(loBit) + ")";
  231         extractStr = "op.extractBitsAsZExtValue(" + itostr(hiBit - loBit) +
  232                      ", " + itostr(loBit) + ")";
  234                 itostr(loInstBit) + ", " + itostr(hiBit - loBit) + ");\n";