Home
last modified time | relevance | path

Searched refs:IMM1_TOKEN (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/arm/
Dassembler_arm_test.h97 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in RepeatTemplatedRRIIC()
103 size_t imm1_index = base.find(IMM1_TOKEN); in RepeatTemplatedRRIIC()
108 base.replace(imm1_index, ConstexprStrLen(IMM1_TOKEN), imm_string); in RepeatTemplatedRRIIC()
188 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in RepeatTemplatedRRiiC()
196 size_t imm1_index = after_imm1.find(IMM1_TOKEN); in RepeatTemplatedRRiiC()
201 after_imm1.replace(imm1_index, ConstexprStrLen(IMM1_TOKEN), imm_string); in RepeatTemplatedRRiiC()
274 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in RepeatTemplatedRRC()
340 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in RepeatTemplatedRRRC()
404 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in RepeatTemplatedRSC()
460 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in RepeatTemplatedRRSC()
[all …]
Dassembler_arm32_test.cc337 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in TemplateHelper()
391 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in TemplateHelper()