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

/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1269 // When ResVecTy == MVT::v2i64, LaneA is the upper 32 bits of the lane and
1270 // LaneB is the lower 32-bits. Otherwise LaneA and LaneB are alternating
1272 SDValue LaneA; local
1276 LaneA = DAG.getConstant(0, MVT::i32);
1279 LaneA = LaneB;
1281 SDValue Ops[16] = { LaneA, LaneB, LaneA, LaneB, LaneA, LaneB, LaneA, LaneB,
1282 LaneA, Lane
[all...]

Completed in 46 milliseconds