Searched refs:CountDw (Results 1 – 2 of 2) sorted by relevance
1779 unsigned CountDw = 0; in selectDSOrderedIntrinsic() local1782 CountDw = (IndexOperand >> 24) & 0xf; in selectDSOrderedIntrinsic()1785 if (CountDw < 1 || CountDw > 4) { in selectDSOrderedIntrinsic()1789 CountDw = 1; in selectDSOrderedIntrinsic()1806 Offset1 |= (CountDw - 1) << 6; in selectDSOrderedIntrinsic()
9442 unsigned CountDw = 0; in LowerINTRINSIC_W_CHAIN() local9445 CountDw = (IndexOperand >> 24) & 0xf; in LowerINTRINSIC_W_CHAIN()9448 if (CountDw < 1 || CountDw > 4) { in LowerINTRINSIC_W_CHAIN()9453 CountDw = 1; in LowerINTRINSIC_W_CHAIN()9478 Offset1 |= (CountDw - 1) << 6; in LowerINTRINSIC_W_CHAIN()