Searched defs:movups (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.cpp | 592 void AssemblerX8632::movups(XmmRegister dst, XmmRegister src) { in movups() function in Ice::X8632::AssemblerX8632 599 void AssemblerX8632::movups(XmmRegister dst, const AsmAddress &src) { in movups() function in Ice::X8632::AssemblerX8632 606 void AssemblerX8632::movups(const AsmAddress &dst, XmmRegister src) { in movups() function in Ice::X8632::AssemblerX8632
|
H A D | IceAssemblerX8664.cpp | 623 void AssemblerX8664::movups(XmmRegister dst, XmmRegister src) { in movups() function in Ice::X8664::AssemblerX8664 631 void AssemblerX8664::movups(XmmRegister dst, const AsmAddress &src) { in movups() function in Ice::X8664::AssemblerX8664 639 void AssemblerX8664::movups(const AsmAddress &dst, XmmRegister src) { in movups() function in Ice::X8664::AssemblerX8664
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 871 void movups(XMMRegister dst, XMMRegister src) { movups(dst, Operand(src)); } in movups() function in v8::internal::Assembler
|
H A D | assembler-ia32.cc | 2353 void Assembler::movups(XMMRegister dst, Operand src) { in movups() function in v8::internal::Assembler 2360 void Assembler::movups(Operand dst, XMMRegister src) { in movups() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.cc | 4111 void Assembler::movups(XMMRegister dst, XMMRegister src) { in movups() function in v8::internal::Assembler 4127 void Assembler::movups(XMMRegister dst, Operand src) { in movups() function in v8::internal::Assembler 4135 void Assembler::movups(Operand dst, XMMRegister src) { in movups() function in v8::internal::Assembler
|
Completed in 26 milliseconds