Home
last modified time | relevance | path

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

/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1412 __ movss(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
1414 __ movss(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
1461 __ movss(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local
1468 __ movss(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
1470 __ movss(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
1771 __ movss(i.OutputDoubleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1775 __ movss(operand, i.InputDoubleRegister(index)); in AssembleArchInstruction() local
1789 __ movss(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
1833 __ movss(Operand(esp, 0), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1838 __ movss(Operand(esp, 0), kScratchDoubleReg); in AssembleArchInstruction() local
[all …]
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1973 __ movss(i.OutputDoubleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1977 __ movss(operand, i.InputDoubleRegister(index)); in AssembleArchInstruction() local
2009 __ movss(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h455 void AssemblerX86Base<TraitsType>::movss(Type Ty, XmmRegister dst, in movss() function
467 void AssemblerX86Base<TraitsType>::movss(Type Ty, const Address &dst, in movss() function
479 void AssemblerX86Base<TraitsType>::movss(Type Ty, XmmRegister dst, in movss() function
/external/v8/src/x64/
Dassembler-x64.cc3247 void Assembler::movss(XMMRegister dst, XMMRegister src) { in movss() function in v8::internal::Assembler
3258 void Assembler::movss(XMMRegister dst, const Operand& src) { in movss() function in v8::internal::Assembler
3269 void Assembler::movss(const Operand& src, XMMRegister dst) { in movss() function in v8::internal::Assembler
/external/v8/src/ia32/
Dassembler-ia32.cc2496 void Assembler::movss(const Operand& dst, XMMRegister src ) { in movss() function in v8::internal::Assembler
2505 void Assembler::movss(XMMRegister dst, const Operand& src) { in movss() function in v8::internal::Assembler
Dassembler-ia32.h1064 void movss(XMMRegister dst, XMMRegister src) { movss(dst, Operand(src)); } in movss() function
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2528 __ movss(result, operand); in DoLoadKeyedExternalArray() local
3655 __ movss(operand, xmm_scratch); in DoStoreKeyedExternalArray() local