Lines Matching defs:scratch
23 // If we haven't opened a scratch scope yet, for the first one add a
143 Register scratch = temps.AcquireScratch();
144 __ And(scratch, value, Operand(mask));
145 __ Branch(target, AsMasmCondition(cc), scratch, Operand(zero_reg));
178 Register scratch = temps.AcquireScratch();
179 __ Lw(scratch, operand);
180 __ Branch(target, AsMasmCondition(cc), value, Operand(scratch));
185 Register scratch = temps.AcquireScratch();
186 __ li(scratch, Operand(smi));
187 __ SmiUntag(scratch);
188 __ Branch(target, AsMasmCondition(cc), value, Operand(scratch));
200 Register scratch = temps.AcquireScratch();
201 __ Lw(scratch, operand);
202 __ Branch(target, AsMasmCondition(cc), value, Operand(scratch));
208 Register scratch = temps.AcquireScratch();
209 __ Lw(scratch, operand);
210 __ Branch(target, AsMasmCondition(cc), scratch, Operand(value));
376 Register scratch = temps.AcquireScratch();
377 __ li(scratch, Operand(value));
378 __ Sw(scratch, FieldMemOperand(target, offset));
386 Register scratch = temps.AcquireScratch();
387 __ RecordWriteField(target, offset, value, scratch, kRAHasNotBeenSaved,