Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_test.h203 std::string reg1_string = (this->*GetName1)(*reg1); variable
206 base.replace(reg1_index, ConstexprStrLen(REG1_TOKEN), reg1_string);
259 std::string reg1_string = (this->*GetName1)(*reg1); in RepeatTemplatedRegistersImmBits() local
262 base.replace(reg1_index, ConstexprStrLen(REG1_TOKEN), reg1_string); in RepeatTemplatedRegistersImmBits()
320 std::string reg1_string = (this->*GetName1)(*reg1); in RepeatTemplatedImmBitsRegisters() local
323 base.replace(reg1_index, ConstexprStrLen(REG1_TOKEN), reg1_string); in RepeatTemplatedImmBitsRegisters()
1280 std::string reg1_string = (this->*GetName1)(*reg1); in RepeatTemplatedRegisters() local
1283 base.replace(reg1_index, ConstexprStrLen(REG1_TOKEN), reg1_string); in RepeatTemplatedRegisters()
1321 std::string reg1_string = (this->*GetName1)(*reg1); in RepeatTemplatedRegistersNoDupes() local
1324 base.replace(reg1_index, ConstexprStrLen(REG1_TOKEN), reg1_string); in RepeatTemplatedRegistersNoDupes()
[all …]