Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:Ratio

1557       unsigned Ratio = SrcNum / DstNum;
1563 unsigned ShiftAmt = isLittleEndian ? 0 : SrcBitSize * (Ratio - 1);
1564 for (unsigned j = 0; j < Ratio; j++) {
1577 unsigned Ratio = DstNum / SrcNum;
1579 unsigned ShiftAmt = isLittleEndian ? 0 : DstBitSize * (Ratio - 1);
1580 for (unsigned j = 0; j < Ratio; j++) {