Searched defs:ShufBytes (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp111 SmallVector<SDValue, 16 > ShufBytes; local
115 ShufBytes.push_back(DAG.getConstant(0x04050607, MVT::i32));
116 ShufBytes.push_back(DAG.getConstant(0x80808080, MVT::i32));
117 ShufBytes.push_back(DAG.getConstant(0x0c0d0e0f, MVT::i32));
118 ShufBytes.push_back(DAG.getConstant(0x80808080, MVT::i32));
121 &ShufBytes[0], ShufBytes.size());
126 SmallVector<SDValue, 16 > ShufBytes; local
130 ShufBytes.push_back(DAG.getConstant(0x04050607, MVT::i32));
131 ShufBytes
[all...]
H A DSPUISelLowering.cpp1766 SmallVector<SDValue, 16> ShufBytes; local
1815 ShufBytes.push_back(DAG.getConstant(val, MVT::i32));
1820 &ShufBytes[0], ShufBytes.size()));
2058 unsigned int ShufBytes[16] = { local
2071 ShufBytes[i] = mask_val;
2073 ShufBytes[i] = ShufBytes[i % (prefslot_end + 1)];
2079 unsigned int bits = ((ShufBytes[bidx] << 24) |
2080 (ShufBytes[bid
[all...]

Completed in 80 milliseconds