Home
last modified time | relevance | path

Searched defs:movups (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc3244 __ 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/
DIceAssemblerX8632.cpp592 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
DIceAssemblerX8664.cpp623 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/
Dassembler-x64.cc4111 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/
Dcode-generator-x64.cc5206 __ 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/
Dassembler-ia32.cc2353 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
Dassembler-ia32.h871 void movups(XMMRegister dst, XMMRegister src) { movups(dst, Operand(src)); } in movups() function