Lines Matching full:arg2
4525 const CPURegister& arg2,
4532 CPURegister args[kPrintfMaxArgCount] = {arg0, arg1, arg2, arg3};
4549 tmp_list.Remove(arg0, arg1, arg2, arg3);
4553 fp_tmp_list.Remove(arg0, arg1, arg2, arg3);
4684 CPURegister arg2,
4690 DCHECK(!csp.Aliases(arg2));
4710 tmp_list.Remove(arg0, arg1, arg2, arg3);
4711 fp_tmp_list.Remove(arg0, arg1, arg2, arg3);
4721 bool arg2_sp = StackPointer().Aliases(arg2);
4731 if (arg2_sp) arg2 = Register::Create(arg_sp.code(), arg2.SizeInBits());
4742 PrintfNoPreserve(format, arg0, arg1, arg2, arg3);