Searched refs:AsmStrBits (Results 1 – 2 of 2) sorted by relevance
313 unsigned AsmStrBits = Log2_32_Ceil(MaxStringIdx+2); in EmitPrintInstruction() local317 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()
312 unsigned AsmStrBits = Log2_32_Ceil(MaxStringIdx+2); in EmitPrintInstruction() local316 unsigned BitsLeft = OpcodeInfoBits-AsmStrBits; in EmitPrintInstruction()408 << " O << AsmStrs+(Bits & " << (1 << AsmStrBits)-1 << ")-1;\n\n"; in EmitPrintInstruction()411 BitsLeft = OpcodeInfoBits-AsmStrBits; in EmitPrintInstruction()