Home | History | Annotate | Download | only in mips

Lines Matching defs:source

2 // Use of this source code is governed by a BSD-style license that can be
84 void MacroAssembler::StoreRoot(Register source,
87 sw(source, MemOperand(s6, index << kPointerSizeLog2));
91 void MacroAssembler::StoreRoot(Register source,
97 sw(source, MemOperand(s6, index << kPointerSizeLog2));
1242 MemOperand source = rs;
1246 source = MemOperand(at, 0);
1254 sb(scratch, source);
1256 sb(scratch, MemOperand(source.rm(), source.offset() + 1));
1258 sb(scratch, MemOperand(source.rm(), source.offset() + 1));
1260 sb(scratch, source);
4771 // Calculate the end of source area. +kPointerSize is for the receiver.
4790 // callee arguments corruption (source and destination areas could overlap).