Home | History | Annotate | Download | only in compiler

Lines Matching refs:IsFPStackSlot

109     return (IsFPRegister() || IsFPStackSlot()) &&
110 (op->IsFPRegister() || op->IsFPStackSlot());
183 } else if (op.IsFPStackSlot()) {
398 DCHECK(!op.IsFPRegister() && !op.IsFPStackSlot());