Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm32_test.cc360 std::string shift_string = GetShiftString(shift); in TemplateHelper() local
363 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string); in TemplateHelper()
367 after_shift_filter.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string); in TemplateHelper()
462 std::string shift_string = GetShiftString(shift); in TemplateHelper() local
465 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string); in TemplateHelper()
469 after_shift_filter.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string); in TemplateHelper()
Dassembler_arm_test.h416 std::string shift_string = GetShiftString(shift); in RepeatTemplatedRSC() local
419 after_shift.replace(shift_index, ConstexprStrLen(Base::SHIFT_TOKEN), shift_string); in RepeatTemplatedRSC()
472 std::string shift_string = GetShiftString(shift); in RepeatTemplatedRRSC() local
475 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string); in RepeatTemplatedRRSC()