Searched refs:BitOffsetCase (Results 1 – 1 of 1) sorted by relevance
65 std::string &BitOffsetCase);68 std::string &BitOffsetCase,102 std::string &BitOffsetCase, in addCodeToMergeInOperand() argument275 BitOffsetCase += " case " + utostr(OpIdx) + ":\n"; in addCodeToMergeInOperand()276 BitOffsetCase += " // op: " + VarName + "\n"; in addCodeToMergeInOperand()277 BitOffsetCase += " return " + utostr(BitOffset) + ";\n"; in addCodeToMergeInOperand()286 std::string Case, BitOffsetCase; in getInstructionCases() local290 BitOffsetCase += S; in getInstructionCases()335 BitOffsetCase); in getInstructionCases()340 return {std::move(Case), std::move(BitOffsetCase)}; in getInstructionCases()[all …]