Home
last modified time | relevance | path

Searched refs:WidthStr (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DFixedLenDecoderEmitter.cpp1400 std::string WidthStr = "uint" + utostr(BitWidth) + "_t"; in emitHelper() local
1404 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()