Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp744 int64_t Sh64 = Op2.getImm(); in splitShift() local
745 assert(Sh64 >= 0 && Sh64 < 64); in splitShift()
746 unsigned S = Sh64; in splitShift()
869 int64_t Sh64 = Op3.getImm(); in splitAslOr() local
870 assert(Sh64 >= 0 && Sh64 < 64); in splitAslOr()
871 unsigned S = Sh64; in splitAslOr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp786 int64_t Sh64 = Op2.getImm(); in splitShift() local
787 assert(Sh64 >= 0 && Sh64 < 64); in splitShift()
788 unsigned S = Sh64; in splitShift()
911 int64_t Sh64 = Op3.getImm(); in splitAslOr() local
912 assert(Sh64 >= 0 && Sh64 < 64); in splitAslOr()
913 unsigned S = Sh64; in splitAslOr()