Home | History | Annotate | Download | only in ARM

Lines Matching refs:Lane

1963   unsigned Lane = MI.getOperand(LnOpIdx).getImm() << LaneShift;
1964 unsigned Opc1 = Lane >> 2;
1965 unsigned Opc2 = Lane & 3;
1966 assert((Opc1 & 3) == 0 && "out-of-range lane number operand");