Home | History | Annotate | Download | only in ARM

Lines Matching refs:Lane

1836   unsigned Lane = MI.getOperand(LnOpIdx).getImm() << LaneShift;
1837 unsigned Opc1 = Lane >> 2;
1838 unsigned Opc2 = Lane & 3;
1839 assert((Opc1 & 3) == 0 && "out-of-range lane number operand");