Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test.h209 std::string reg2_string = (this->*GetName2)(*reg2); variable
212 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string);
265 std::string reg2_string = (this->*GetName2)(*reg2); in RepeatTemplatedRegistersImmBits() local
268 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string); in RepeatTemplatedRegistersImmBits()
326 std::string reg2_string = (this->*GetName2)(*reg2); in RepeatTemplatedImmBitsRegisters() local
329 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string); in RepeatTemplatedImmBitsRegisters()
1286 std::string reg2_string = (this->*GetName2)(*reg2); in RepeatTemplatedRegisters() local
1289 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string); in RepeatTemplatedRegisters()
1327 std::string reg2_string = (this->*GetName2)(*reg2); in RepeatTemplatedRegistersNoDupes() local
1330 base.replace(reg2_index, ConstexprStrLen(REG2_TOKEN), reg2_string); in RepeatTemplatedRegistersNoDupes()
[all …]