Home | History | Annotate | Download | only in mips64

Lines Matching refs:IsStackSlot

122     DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot());
1784 DCHECK(destination->IsRegister() || destination->IsStackSlot());
1791 } else if (source->IsStackSlot()) {
1792 DCHECK(destination->IsRegister() || destination->IsStackSlot());
1803 if (destination->IsRegister() || destination->IsStackSlot()) {
1839 if (destination->IsStackSlot()) __ sd(dst, g.ToMemOperand(destination));
1899 DCHECK(destination->IsStackSlot());
1905 } else if (source->IsStackSlot()) {
1906 DCHECK(destination->IsStackSlot());