Searched refs:WidthStr (Results 1 – 1 of 1) sorted by relevance
1400 std::string WidthStr = "uint" + utostr(BitWidth) + "_t"; in emitHelper() local1404 o.indent(Indentation) << "static " << WidthStr << in emitHelper()1406 "(" << WidthStr <<" insn, unsigned startBit, unsigned numBits)\n"; in emitHelper()1414 o.indent(Indentation) << WidthStr << " fieldMask;\n"; in emitHelper()1419 o.indent(Indentation) << "fieldMask = (" << WidthStr << ")-1;\n"; in emitHelper()