Home | History | Annotate | Download | only in ARM

Lines Matching refs:Opc1

1959   unsigned Opc1 = Lane >> 2;
1961 assert((Opc1 & 3) == 0 && "out-of-range lane number operand");
1962 Binary |= (Opc1 << 21);