Home | History | Annotate | Download | only in mips64

Lines Matching defs:source

2 // Use of this source code is governed by a BSD-style license that can be
100 void MacroAssembler::StoreRoot(Register source,
103 sd(source, MemOperand(s6, index << kPointerSizeLog2));
107 void MacroAssembler::StoreRoot(Register source,
113 sd(source, MemOperand(s6, index << kPointerSizeLog2));
1371 MemOperand source = rs;
1375 source = MemOperand(at, 0);
1383 sb(scratch, source);
1385 sb(scratch, MemOperand(source.rm(), source.offset() + 1));
1387 sb(scratch, MemOperand(source.rm(), source.offset() + 1));
1389 sb(scratch, source);
2221 // Can not change source regs's value.
4977 // Calculate the end of source area. +kPointerSize is for the receiver.
4996 // callee arguments corruption (source and destination areas could overlap).