Lines Matching defs:scratch0
1102 Register scratch0,
1105 DCHECK(rs.rm() != scratch0 && rs.rm() != scratch1 && scratch0 != scratch1);
1110 lb(scratch0, rs.rm(), rs.offset() + (NBYTES - 1));
1112 lbu(scratch0, rs.rm(), rs.offset() + (NBYTES - 1));
1116 slli(scratch0, scratch0, 8 * (NBYTES - 1));
1121 or_(scratch0, scratch0, scratch1);
1124 or_(rs.rm(), scratch0, scratch1);