Lines Matching defs:scratch0
3858 Register scratch0, Register scratch1) {
3864 lrvg(scratch0, opnd);
3867 vlvgp(dst, scratch1, scratch0);
3975 Register scratch0, Register scratch1) {
3977 LoadV128(dst, opnd, scratch0);
4863 Register scratch0 = scratch_pair;
4865 DCHECK(!AreAliased(dst, scratch0, scratch1));
4866 DCHECK(!AreAliased(src, scratch0, scratch1));
4874 lcgr(scratch0, scratch1);
4875 ngr(scratch1, scratch0);
4876 flogr(scratch0, scratch1);
4878 SubS64(dst, scratch0);
4884 Register scratch0 = scratch_pair;
4886 DCHECK(!AreAliased(dst, scratch0, scratch1));
4887 DCHECK(!AreAliased(src, scratch0, scratch1));
4894 lcgr(scratch0, scratch1);
4895 ngr(scratch0, scratch1);
4896 flogr(scratch0, scratch0);
4898 SubS64(dst, scratch0);