Home | History | Annotate | Download | only in ARM

Lines Matching full:vbic

4211     // cmode == 0b1100 and cmode == 0b1101 are not supported for VORR or VBIC
8316 // Attempt to use immediate-form VBIC
8339 SDValue Vbic = DAG.getNode(ARMISD::VBICIMM, dl, VbicVT, Input, Val);
8340 return DAG.getNode(ISD::BITCAST, dl, VT, Vbic);