Home | History | Annotate | Download | only in mips64

Lines Matching defs:ToMemOperand

128   MemOperand ToMemOperand(InstructionOperand* op) const {
2480 __ sd(src, g.ToMemOperand(destination));
2484 MemOperand src = g.ToMemOperand(source);
2490 __ sd(temp, g.ToMemOperand(destination));
2536 if (destination->IsStackSlot()) __ sd(dst, g.ToMemOperand(destination));
2539 MemOperand dst = g.ToMemOperand(destination);
2558 __ sdc1(dst, g.ToMemOperand(destination));
2568 __ sdc1(src, g.ToMemOperand(destination));
2572 MemOperand src = g.ToMemOperand(source);
2578 __ sdc1(temp, g.ToMemOperand(destination));
2602 MemOperand dst = g.ToMemOperand(destination);
2611 MemOperand src = g.ToMemOperand(source);
2612 MemOperand dst = g.ToMemOperand(destination);
2627 MemOperand dst = g.ToMemOperand(destination);
2636 MemOperand src0 = g.ToMemOperand(source);
2638 MemOperand dst0 = g.ToMemOperand(destination);