Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp781 int64_t Sh64 = Op2.getImm(); in splitShift() local
782 assert(Sh64 >= 0 && Sh64 < 64); in splitShift()
783 unsigned S = Sh64; in splitShift()
906 int64_t Sh64 = Op3.getImm(); in splitAslOr() local
907 assert(Sh64 >= 0 && Sh64 < 64); in splitAslOr()
908 unsigned S = Sh64; in splitAslOr()