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

  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86Base.h 360 void padds(Type Ty, XmmRegister dst, XmmRegister src);
361 void padds(Type Ty, XmmRegister dst, const Address &src);
    [all...]
IceAssemblerX86BaseImpl.h 761 void AssemblerX86Base<TraitsType>::padds(Type Ty, XmmRegister dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
772 assert(false && "Unexpected padds operand type");
778 void AssemblerX86Base<TraitsType>::padds(Type Ty, XmmRegister dst, function in class:Ice::X86NAMESPACE::AssemblerX86Base
790 assert(false && "Unexpected padds operand type");
    [all...]
IceInstX86Base.h 137 Padds,
    [all...]

Completed in 1349 milliseconds