Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm_test.h408 std::string after_shift = after_cond; in RepeatTemplatedRSC() local
412 while ((shift_index = after_shift.find(Base::SHIFT_TOKEN)) != std::string::npos) { in RepeatTemplatedRSC()
413 after_shift.replace(shift_index, ConstexprStrLen(Base::SHIFT_TOKEN), shift_string); in RepeatTemplatedRSC()
417 std::string after_reg = after_shift; in RepeatTemplatedRSC()
464 std::string after_shift = after_cond; in RepeatTemplatedRRSC() local
468 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) { in RepeatTemplatedRRSC()
469 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string); in RepeatTemplatedRRSC()
473 std::string after_reg1 = after_shift; in RepeatTemplatedRRSC()
Dassembler_arm32_test.cc318 std::string after_shift = fmt; in TemplateHelper() local
322 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) { in TemplateHelper()
323 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string); in TemplateHelper()
326 ExecuteAndPrint([&] () { f(shift); }, after_shift, oss); in TemplateHelper()
369 std::string after_shift = fmt; in TemplateHelper() local
373 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) { in TemplateHelper()
374 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string); in TemplateHelper()
379 after_shift, oss); in TemplateHelper()