Searched refs:BitOffsetCase (Results 1 – 1 of 1) sorted by relevance
66 std::string &BitOffsetCase,268 BitOffsetCase += " // op: " + VarName + "\n"; in addCodeToMergeInOperand()277 std::string Case, BitOffsetCase; in getInstructionCases() local281 BitOffsetCase += S; in getInstructionCases()293 BitOffsetCase); in getInstructionCases()307 std::string &BitOffsetCase) { in addInstructionCasesForEncoding() argument313 size_t OrigBitOffsetCaseSize = BitOffsetCase.size(); in addInstructionCasesForEncoding()314 BitOffsetCase += " switch (OpNum) {\n"; in addInstructionCasesForEncoding()327 BitOffsetCase.resize(OrigBitOffsetCaseSize); in addInstructionCasesForEncoding()329 BitOffsetCase += " }\n"; in addInstructionCasesForEncoding()[all …]