Home | History | Annotate | Download | only in arm

Lines Matching refs:replace

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