Lines Matching defs:arg0
3421 const CPURegister& arg0,
3431 CPURegister args[kPrintfMaxArgCount] = {arg0, arg1, arg2, arg3};
3448 tmp_list.Remove(arg0, arg1, arg2, arg3);
3452 fp_tmp_list.Remove(arg0, arg1, arg2, arg3);
3600 void TurboAssembler::Printf(const char* format, CPURegister arg0,
3623 tmp_list.Remove(arg0, arg1, arg2, arg3);
3624 fp_tmp_list.Remove(arg0, arg1, arg2, arg3);
3633 bool arg0_sp = arg0.is_valid() && sp.Aliases(arg0);
3644 if (arg0_sp) arg0 = Register::Create(arg_sp.code(), arg0.SizeInBits());
3658 PrintfNoPreserve(format, arg0, arg1, arg2, arg3);