Home | History | Annotate | Download | only in arm64

Lines Matching full:arg1

4524                                       const CPURegister& arg1,
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);
4683 CPURegister arg1,
4689 DCHECK(!csp.Aliases(arg1));
4710 tmp_list.Remove(arg0, arg1, arg2, arg3);
4711 fp_tmp_list.Remove(arg0, arg1, arg2, arg3);
4720 bool arg1_sp = StackPointer().Aliases(arg1);
4730 if (arg1_sp) arg1 = Register::Create(arg_sp.code(), arg1.SizeInBits());
4742 PrintfNoPreserve(format, arg0, arg1, arg2, arg3);