Home
last modified time | relevance | path

Searched refs:SelMaskVal (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelDAGToDAG.cpp920 SDValue SelMaskVal; in SelectSHLi64() local
925 SelMaskVal = CurDAG->getTargetConstant(0xff00ULL, MVT::i16); in SelectSHLi64()
926 SelMask = CurDAG->getMachineNode(SPU::FSMBIv2i64, dl, VecVT, SelMaskVal); in SelectSHLi64()