HomeSort by relevance Sort by last modified time
    Searched refs:psll (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86Base.h 389 void psll(Type Ty, XmmRegister dst, XmmRegister src);
390 void psll(Type Ty, XmmRegister dst, const Address &src);
391 void psll(Type Ty, XmmRegister dst, const Immediate &src);
    [all...]
IceAssemblerX86BaseImpl.h 1166 void AssemblerX86Base<TraitsType>::psll(Type Ty, XmmRegister dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
1182 void AssemblerX86Base<TraitsType>::psll(Type Ty, XmmRegister dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
1199 void AssemblerX86Base<TraitsType>::psll(Type Ty, XmmRegister dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
    [all...]
IceInstX86Base.h 159 Psll,
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
XmmArith.cpp 272 Src, (uint64_t(3u), uint64_t(0u)), psll, <<, uint, Size); \
275 (uint64_t(3u), uint64_t(0u)), psll, <<, uint, Size); \
278 3u, psll, <<, uint, Size); \
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
XmmArith.cpp 269 Src, (uint64_t(3u), uint64_t(0u)), psll, <<, uint, Size); \
272 (uint64_t(3u), uint64_t(0u)), psll, <<, uint, Size); \
275 3u, psll, <<, uint, Size); \
    [all...]

Completed in 109 milliseconds