Searched refs:LaneA (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1389 // When ResVecTy == MVT::v2i64, LaneA is the upper 32 bits of the lane and
1390 // LaneB is the lower 32-bits. Otherwise LaneA and LaneB are alternating
1392 SDValue LaneA; local
1396 LaneA = DAG.getConstant(0, DL, MVT::i32);
1399 LaneA = LaneB;
1401 SDValue Ops[16] = { LaneA, LaneB, LaneA, LaneB, LaneA, LaneB, LaneA, LaneB,
1402 LaneA, Lane
[all...]

Completed in 52 milliseconds