Searched refs:punpckh (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8632.h | 619 void punpckh(Type Ty, XmmRegister Dst, XmmRegister Src); 620 void punpckh(Type Ty, XmmRegister Dst, const AsmAddress &Src);
|
D | IceAssemblerX8664.h | 638 void punpckh(Type Ty, XmmRegister Dst, XmmRegister Src); 639 void punpckh(Type Ty, XmmRegister Dst, const AsmAddress &Src);
|
D | IceAssemblerX8632.cpp | 1479 void AssemblerX8632::punpckh(Type Ty, XmmRegister Dst, XmmRegister Src) { in punpckh() function in Ice::X8632::AssemblerX8632 1495 void AssemblerX8632::punpckh(Type Ty, XmmRegister Dst, const AsmAddress &Src) { in punpckh() function in Ice::X8632::AssemblerX8632
|
D | IceAssemblerX8664.cpp | 1595 void AssemblerX8664::punpckh(Type Ty, XmmRegister Dst, XmmRegister Src) { in punpckh() function in Ice::X8664::AssemblerX8664 1612 void AssemblerX8664::punpckh(Type Ty, XmmRegister Dst, const AsmAddress &Src) { in punpckh() function in Ice::X8664::AssemblerX8664
|
D | IceInstX8632.h | 3600 &Assembler::punpckh, &Assembler::punpckh};
|
D | IceInstX8664.h | 3497 &Assembler::punpckh, &Assembler::punpckh};
|