Searched refs:reg1_string (Results 1 – 1 of 1) sorted by relevance
/art/compiler/utils/ |
D | assembler_test.h | 203 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 …]
|