Searched defs:movups (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 3244 __ movups(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local 3297 __ movups(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local 3322 __ movups(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local 3351 __ movups(kScratchDoubleReg, dst); in AssembleArchInstruction() local 3354 __ movups(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local 3381 __ movups(kScratchDoubleReg, dst); in AssembleArchInstruction() local 3384 __ movups(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
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
|
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/x64/ |
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
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 5206 __ movups(kScratchDoubleReg, dst); // Save dst in scratch register. in AssembleSwap() local 5219 __ movups(src, kScratchDoubleReg); in AssembleSwap() local
|
/third_party/node/deps/v8/src/codegen/ia32/ |
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
|
D | assembler-ia32.h | 871 void movups(XMMRegister dst, XMMRegister src) { movups(dst, Operand(src)); } in movups() function
|