Home | History | Annotate | Download | only in mips

Lines Matching refs:scratch

85               const Operand& rt = Operand(zero_reg), Register scratch = at);
87 const Operand& rt = Operand(zero_reg), Register scratch = at);
91 Register scratch = at);
94 Register scratch = at);
120 // of an allocated page. The 'scratch' register is used in the
123 void RecordWrite(Register object, Register offset, Register scratch);
244 Register scratch = at) {
246 andi(scratch, value, kSmiTagMask);
247 Branch(eq, smi_label, scratch, Operand(zero_reg));
252 Register scratch = at) {
254 andi(scratch, value, kSmiTagMask);
255 Branch(ne, not_smi_label, scratch, Operand(zero_reg));