Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:V2

3067     PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,
3492 PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,
4293 // All calls, in both the ELF V1 and V2 ABIs, need the TOC register live
4791 PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,
5498 PPC::V2, PPC::V3, PPC::V4, PPC::V5, PPC::V6, PPC::V7, PPC::V8,
7173 SDValue V2 = Op.getOperand(1);
7182 if (V2.getOpcode() == ISD::UNDEF) V2 = V1;
7186 return DAG.getNode(PPCISD::QVALIGNI, dl, VT, V1, V2,
7191 std::swap(V1, V2);
7214 return DAG.getNode(PPCISD::QVFPERM, dl, VT, V1, V2, V3);
7220 if (V2.getOpcode() == ISD::UNDEF) {
7313 return GeneratePerfectShuffle(PFEntry, V1, V2, DAG, dl);
7316 // Lower this to a VPERM(V1, V2, V3) expression, where V3 is a constant
7318 if (V2.getOpcode() == ISD::UNDEF) V2 = V1;
7347 V2, V1, VPermMask);
7350 V1, V2, VPermMask);