Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp780 int64_t Sh64 = Op2.getImm(); in splitShift() local
781 assert(Sh64 >= 0 && Sh64 < 64); in splitShift()
782 unsigned S = Sh64; in splitShift()
905 int64_t Sh64 = Op3.getImm(); in splitAslOr() local
906 assert(Sh64 >= 0 && Sh64 < 64); in splitAslOr()
907 unsigned S = Sh64; in splitAslOr()