Home | History | Annotate | Download | only in ARM

Lines Matching refs:VMVNIMM

972   case ARMISD::VMVNIMM:       return "ARMISD::VMVNIMM";
3863 SDValue VecConstant = DAG.getNode(ARMISD::VMVNIMM, DL, VMovVT, NewVal);
4124 SDValue Vmov = DAG.getNode(ARMISD::VMVNIMM, dl, VmovVT, Val);
7838 // If the source is already a VMOVIMM or VMVNIMM splat, the VDUPLANE is
7842 if (Op.getOpcode() != ARMISD::VMOVIMM && Op.getOpcode() != ARMISD::VMVNIMM)