Lines Matching refs:replace
103 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c)); in RepeatTemplatedRRIIC()
114 base.replace(imm1_index, ConstexprStrLen(IMM1_TOKEN), imm_string); in RepeatTemplatedRRIIC()
125 base2.replace(imm2_index, ConstexprStrLen(IMM2_TOKEN), imm_string); in RepeatTemplatedRRIIC()
134 base3.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string); in RepeatTemplatedRRIIC()
143 base4.replace(reg2_index, ConstexprStrLen(Base::REG2_TOKEN), reg2_string); in RepeatTemplatedRRIIC()
194 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c)); in RepeatTemplatedRRiiC()
207 after_imm1.replace(imm1_index, ConstexprStrLen(IMM1_TOKEN), imm_string); in RepeatTemplatedRRiiC()
217 after_imm2.replace(imm2_index, ConstexprStrLen(IMM2_TOKEN), imm_string); in RepeatTemplatedRRiiC()
226 after_reg1.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string); in RepeatTemplatedRRiiC()
235 after_reg2.replace(reg2_index, ConstexprStrLen(Base::REG2_TOKEN), reg2_string); in RepeatTemplatedRRiiC()
280 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c)); in RepeatTemplatedRRC()
289 after_reg1.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string); in RepeatTemplatedRRC()
298 after_reg2.replace(reg2_index, ConstexprStrLen(Base::REG2_TOKEN), reg2_string); in RepeatTemplatedRRC()
346 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c)); in RepeatTemplatedRRRC()
355 after_reg1.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string); in RepeatTemplatedRRRC()
364 after_reg2.replace(reg2_index, ConstexprStrLen(Base::REG2_TOKEN), reg2_string); in RepeatTemplatedRRRC()
373 after_reg3.replace(reg3_index, ConstexprStrLen(REG3_TOKEN), reg3_string); in RepeatTemplatedRRRC()
410 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c)); in RepeatTemplatedRSC()
419 after_shift.replace(shift_index, ConstexprStrLen(Base::SHIFT_TOKEN), shift_string); in RepeatTemplatedRSC()
428 after_reg.replace(reg_index, ConstexprStrLen(Base::REG_TOKEN), reg_string); in RepeatTemplatedRSC()
466 after_cond.replace(cond_index, ConstexprStrLen(COND_TOKEN), GetConditionString(c)); in RepeatTemplatedRRSC()
475 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string); in RepeatTemplatedRRSC()
484 after_reg1.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string); in RepeatTemplatedRRSC()
493 after_reg2.replace(reg2_index, ConstexprStrLen(Base::REG2_TOKEN), reg2_string); in RepeatTemplatedRRSC()