Searched refs:BitOffsetCase (Results 1 – 1 of 1) sorted by relevance
63 std::string &BitOffsetCase);66 std::string &BitOffsetCase,99 std::string &BitOffsetCase, in addCodeToMergeInOperand() argument272 BitOffsetCase += " case " + utostr(OpIdx) + ":\n"; in addCodeToMergeInOperand()273 BitOffsetCase += " // op: " + VarName + "\n"; in addCodeToMergeInOperand()274 BitOffsetCase += " return " + utostr(BitOffset) + ";\n"; in addCodeToMergeInOperand()282 std::string Case, BitOffsetCase; in getInstructionCases() local286 BitOffsetCase += S; in getInstructionCases()332 BitOffsetCase); in getInstructionCases()337 return std::pair(std::move(Case), std::move(BitOffsetCase)); in getInstructionCases()[all …]