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

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp115 SmallVector<SDValue, 16 > ShufBytes; local
119 ShufBytes.push_back(DAG.getConstant(0x04050607, MVT::i32));
120 ShufBytes.push_back(DAG.getConstant(0x80808080, MVT::i32));
121 ShufBytes.push_back(DAG.getConstant(0x0c0d0e0f, MVT::i32));
122 ShufBytes.push_back(DAG.getConstant(0x80808080, MVT::i32));
125 &ShufBytes[0], ShufBytes.size());
130 SmallVector<SDValue, 16 > ShufBytes; local
134 ShufBytes.push_back(DAG.getConstant(0x04050607, MVT::i32));
135 ShufBytes
[all...]
H A DSPUISelLowering.cpp1753 SmallVector<SDValue, 16> ShufBytes; local
1802 ShufBytes.push_back(DAG.getConstant(val, MVT::i32));
1807 &ShufBytes[0], ShufBytes.size()));
2048 unsigned int ShufBytes[16] = { local
2061 ShufBytes[i] = mask_val;
2063 ShufBytes[i] = ShufBytes[i % (prefslot_end + 1)];
2069 unsigned int bits = ((ShufBytes[bidx] << 24) |
2070 (ShufBytes[bid
[all...]

Completed in 103 milliseconds