HomeSort by relevance Sort by last modified time
    Searched refs:after_shift (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/arm/
assembler_arm_test.h 414 std::string after_shift = after_cond; local
418 while ((shift_index = after_shift.find(Base::SHIFT_TOKEN)) != std::string::npos) {
419 after_shift.replace(shift_index, ConstexprStrLen(Base::SHIFT_TOKEN), shift_string);
423 std::string after_reg = after_shift;
470 std::string after_shift = after_cond; local
474 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) {
475 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string);
479 std::string after_reg1 = after_shift;
assembler_arm32_test.cc 357 std::string after_shift = fmt; local
362 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) {
363 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string);
373 ExecuteAndPrint([&] () { f(shift); }, after_shift, oss);
459 std::string after_shift = fmt; local
464 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) {
465 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string);
477 after_shift, after_shift_filter, oss); local

Completed in 154 milliseconds