Lines Matching defs:Base

33   typedef AssemblerTest<Ass, Reg, FPReg, Imm> Base;
35 using Base::GetRegisters;
36 using Base::GetRegName;
37 using Base::CreateImmediate;
38 using Base::WarnOnCombinations;
133 while ((reg1_index = base3.find(Base::REG1_TOKEN)) != std::string::npos) {
134 base3.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string);
142 while ((reg2_index = base4.find(Base::REG2_TOKEN)) != std::string::npos) {
143 base4.replace(reg2_index, ConstexprStrLen(Base::REG2_TOKEN), reg2_string);
153 (Base::GetAssembler()->*f)(*reg1, *reg2, i, j, c);
225 while ((reg1_index = after_reg1.find(Base::REG1_TOKEN)) != std::string::npos) {
226 after_reg1.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string);
234 while ((reg2_index = after_reg2.find(Base::REG2_TOKEN)) != std::string::npos) {
235 after_reg2.replace(reg2_index, ConstexprStrLen(Base::REG2_TOKEN), reg2_string);
245 (Base::GetAssembler()->*f)(*reg1, *reg2, i, j, c);
288 while ((reg1_index = after_reg1.find(Base::REG1_TOKEN)) != std::string::npos) {
289 after_reg1.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string);
297 while ((reg2_index = after_reg2.find(Base::REG2_TOKEN)) != std::string::npos) {
298 after_reg2.replace(reg2_index, ConstexprStrLen(Base::REG2_TOKEN), reg2_string);
308 (Base::GetAssembler()->*f)(*reg1, *reg2, c);
354 while ((reg1_index = after_reg1.find(Base::REG1_TOKEN)) != std::string::npos) {
355 after_reg1.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string);
363 while ((reg2_index = after_reg2.find(Base::REG2_TOKEN)) != std::string::npos) {
364 after_reg2.replace(reg2_index, ConstexprStrLen(Base::REG2_TOKEN), reg2_string);
383 (Base::GetAssembler()->*f)(*reg1, *reg2, *reg3, c);
418 while ((shift_index = after_shift.find(Base::SHIFT_TOKEN)) != std::string::npos) {
419 after_shift.replace(shift_index, ConstexprStrLen(Base::SHIFT_TOKEN), shift_string);
427 while ((reg_index = after_reg.find(Base::REG_TOKEN)) != std::string::npos) {
428 after_reg.replace(reg_index, ConstexprStrLen(Base::REG_TOKEN), reg_string);
438 (Base::GetAssembler()->*f)(*reg, shift, c);
483 while ((reg1_index = after_reg1.find(Base::REG1_TOKEN)) != std::string::npos) {
484 after_reg1.replace(reg1_index, ConstexprStrLen(Base::REG1_TOKEN), reg1_string);
492 while ((reg2_index = after_reg2.find(Base::REG2_TOKEN)) != std::string::npos) {
493 after_reg2.replace(reg2_index, ConstexprStrLen(Base::REG2_TOKEN), reg2_string);
503 (Base::GetAssembler()->*f)(*reg1, *reg2, shift, c);