Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmWriterEmitter.cpp313 unsigned AsmStrBits = Log2_32_Ceil(MaxStringIdx+2); in EmitPrintInstruction() local
317 unsigned BitsLeft = 32-AsmStrBits; in EmitPrintInstruction()
346 OpcodeInfo[i] |= InstIdxs[i] << (BitsLeft+AsmStrBits); in EmitPrintInstruction()
385 << " O << AsmStrs+(Bits & " << (1 << AsmStrBits)-1 << ")-1;\n\n"; in EmitPrintInstruction()
388 BitsLeft = 32-AsmStrBits; in EmitPrintInstruction()
405 O << " if ((Bits >> " << (BitsLeft+AsmStrBits) << ") & " in EmitPrintInstruction()
415 O << " switch ((Bits >> " << (BitsLeft+AsmStrBits) << ") & " in EmitPrintInstruction()
/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp312 unsigned AsmStrBits = Log2_32_Ceil(MaxStringIdx+2); in EmitPrintInstruction() local
316 unsigned BitsLeft = OpcodeInfoBits-AsmStrBits; in EmitPrintInstruction()
408 << " O << AsmStrs+(Bits & " << (1 << AsmStrBits)-1 << ")-1;\n\n"; in EmitPrintInstruction()
411 BitsLeft = OpcodeInfoBits-AsmStrBits; in EmitPrintInstruction()