/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | XmmArith.cpp | 1107 TestImplXmmXmm(Dst, Src, punpckl, v4i32); \ in TEST_F() 1108 TestImplXmmAddr(Dst, punpckl, v4i32); \ in TEST_F() 1109 TestImplXmmXmm(Dst, Src, punpckl, v8i16); \ in TEST_F() 1110 TestImplXmmAddr(Dst, punpckl, v8i16); \ in TEST_F() 1111 TestImplXmmXmm(Dst, Src, punpckl, v16i8); \ in TEST_F() 1112 TestImplXmmAddr(Dst, punpckl, v16i8); \ in TEST_F()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | XmmArith.cpp | 1173 TestImplXmmXmm(Dst, Src, punpckl, v4i32); \ in TEST_F() 1174 TestImplXmmAddr(Dst, punpckl, v4i32); \ in TEST_F() 1175 TestImplXmmXmm(Dst, Src, punpckl, v8i16); \ in TEST_F() 1176 TestImplXmmAddr(Dst, punpckl, v8i16); \ in TEST_F() 1177 TestImplXmmXmm(Dst, Src, punpckl, v16i8); \ in TEST_F() 1178 TestImplXmmAddr(Dst, punpckl, v16i8); \ in TEST_F()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8632.h | 617 void punpckl(Type Ty, XmmRegister Dst, XmmRegister Src); 618 void punpckl(Type Ty, XmmRegister Dst, const AsmAddress &Src);
|
D | IceAssemblerX8664.h | 636 void punpckl(Type Ty, XmmRegister Dst, XmmRegister Src); 637 void punpckl(Type Ty, XmmRegister Dst, const AsmAddress &Src);
|
D | IceAssemblerX8632.cpp | 1447 void AssemblerX8632::punpckl(Type Ty, XmmRegister Dst, XmmRegister Src) { in punpckl() function in Ice::X8632::AssemblerX8632 1463 void AssemblerX8632::punpckl(Type Ty, XmmRegister Dst, const AsmAddress &Src) { in punpckl() function in Ice::X8632::AssemblerX8632
|
D | IceAssemblerX8664.cpp | 1561 void AssemblerX8664::punpckl(Type Ty, XmmRegister Dst, XmmRegister Src) { in punpckl() function in Ice::X8664::AssemblerX8664 1578 void AssemblerX8664::punpckl(Type Ty, XmmRegister Dst, const AsmAddress &Src) { in punpckl() function in Ice::X8664::AssemblerX8664
|
D | IceInstX8632.h | 3597 &Assembler::punpckl, &Assembler::punpckl};
|
D | IceInstX8664.h | 3494 &Assembler::punpckl, &Assembler::punpckl};
|