Home | History | Annotate | Download | only in CellSPU

Lines Matching refs:ShufBytes

1753     SmallVector<SDValue, 16> ShufBytes;
1802 ShufBytes.push_back(DAG.getConstant(val, MVT::i32));
1807 &ShufBytes[0], ShufBytes.size()));
2048 unsigned int ShufBytes[16] = {
2061 ShufBytes[i] = mask_val;
2063 ShufBytes[i] = ShufBytes[i % (prefslot_end + 1)];
2069 unsigned int bits = ((ShufBytes[bidx] << 24) |
2070 (ShufBytes[bidx+1] << 16) |
2071 (ShufBytes[bidx+2] << 8) |
2072 ShufBytes[bidx+3]);