Searched refs:CountDw (Results 1 – 2 of 2) sorted by relevance
1569 unsigned CountDw = 0; in selectDSOrderedIntrinsic() local1572 CountDw = (IndexOperand >> 24) & 0xf; in selectDSOrderedIntrinsic()1575 if (CountDw < 1 || CountDw > 4) { in selectDSOrderedIntrinsic()1591 Offset1 |= (CountDw - 1) << 6; in selectDSOrderedIntrinsic()
8856 unsigned CountDw = 0; in LowerINTRINSIC_W_CHAIN() local8859 CountDw = (IndexOperand >> 24) & 0xf; in LowerINTRINSIC_W_CHAIN()8862 if (CountDw < 1 || CountDw > 4) { in LowerINTRINSIC_W_CHAIN()8881 Offset1 |= (CountDw - 1) << 6; in LowerINTRINSIC_W_CHAIN()