Searched refs:cond_index (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_arm_test.h | 95 size_t cond_index = after_cond.find(COND_TOKEN); in RepeatTemplatedRRIIC() local 96 if (cond_index != std::string::npos) { in RepeatTemplatedRRIIC() 97 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in RepeatTemplatedRRIIC() 186 size_t cond_index = after_cond.find(COND_TOKEN); in RepeatTemplatedRRiiC() local 187 if (cond_index != std::string::npos) { in RepeatTemplatedRRiiC() 188 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in RepeatTemplatedRRiiC() 272 size_t cond_index = after_cond.find(COND_TOKEN); in RepeatTemplatedRRC() local 273 if (cond_index != std::string::npos) { in RepeatTemplatedRRC() 274 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in RepeatTemplatedRRC() 338 size_t cond_index = after_cond.find(COND_TOKEN); in RepeatTemplatedRRRC() local [all …]
|
D | assembler_arm32_test.cc | 335 size_t cond_index = after_cond.find(COND_TOKEN); in TemplateHelper() local 336 if (cond_index != std::string::npos) { in TemplateHelper() 337 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in TemplateHelper() 389 size_t cond_index = after_cond.find(COND_TOKEN); in TemplateHelper() local 390 if (cond_index != std::string::npos) { in TemplateHelper() 391 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in TemplateHelper()
|