Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.cpp588 int64_t rotamt = int64_t((offset & 0xf) - pso); in LowerLOAD() local
590 if (rotamt < 0) in LowerLOAD()
591 rotamt += 16; in LowerLOAD()
593 rotate = DAG.getConstant(rotamt, MVT::i16); in LowerLOAD()
608 int64_t rotamt = -pso; in LowerLOAD() local
609 if (rotamt < 0) in LowerLOAD()
610 rotamt += 16; in LowerLOAD()
611 rotate = DAG.getConstant(rotamt, MVT::i16); in LowerLOAD()
615 int64_t rotamt = -pso; in LowerLOAD() local
616 if (rotamt < 0) in LowerLOAD()
[all …]