Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm_test.h418 while ((shift_index = after_shift.find(Base::SHIFT_TOKEN)) != std::string::npos) { in RepeatTemplatedRSC()
419 after_shift.replace(shift_index, ConstexprStrLen(Base::SHIFT_TOKEN), shift_string); in RepeatTemplatedRSC()
474 while ((shift_index = after_shift.find(SHIFT_TOKEN)) != std::string::npos) { in RepeatTemplatedRRSC()
475 after_shift.replace(shift_index, ConstexprStrLen(SHIFT_TOKEN), shift_string); in RepeatTemplatedRRSC()
547 static constexpr const char* SHIFT_TOKEN = "{shift}"; variable