Home | History | Annotate | Download | only in CellSPU

Lines Matching refs:ShufBytes

1748     SmallVector<SDValue, 16> ShufBytes;
1797 ShufBytes.push_back(DAG.getConstant(val, MVT::i32));
1802 &ShufBytes[0], ShufBytes.size()));
2043 unsigned int ShufBytes[16] = {
2056 ShufBytes[i] = mask_val;
2058 ShufBytes[i] = ShufBytes[i % (prefslot_end + 1)];
2064 unsigned int bits = ((ShufBytes[bidx] << 24) |
2065 (ShufBytes[bidx+1] << 16) |
2066 (ShufBytes[bidx+2] << 8) |
2067 ShufBytes[bidx+3]);