Home
last modified time | relevance | path

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

/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1062 __ movss(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
1064 __ movss(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
1111 __ movss(kScratchDoubleReg, i.InputOperand(1)); in AssembleArchInstruction() local
1118 __ movss(i.InputDoubleRegister(0), i.InputDoubleRegister(1)); in AssembleArchInstruction() local
1120 __ movss(i.InputDoubleRegister(0), i.InputOperand(1)); in AssembleArchInstruction() local
1421 __ movss(i.OutputDoubleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1425 __ movss(operand, i.InputDoubleRegister(index)); in AssembleArchInstruction() local
1439 __ movss(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
1483 __ movss(Operand(esp, 0), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1488 __ movss(Operand(esp, 0), kScratchDoubleReg); in AssembleArchInstruction() local
[all …]
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1938 __ movss(i.OutputDoubleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1942 __ movss(operand, i.InputDoubleRegister(index)); in AssembleArchInstruction() local
1972 __ movss(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
/external/v8/src/x64/
Dassembler-x64.cc3259 void Assembler::movss(XMMRegister dst, XMMRegister src) { in movss() function in v8::internal::Assembler
3270 void Assembler::movss(XMMRegister dst, const Operand& src) { in movss() function in v8::internal::Assembler
3281 void Assembler::movss(const Operand& src, XMMRegister dst) { in movss() function in v8::internal::Assembler
/external/v8/src/ia32/
Dassembler-ia32.cc2491 void Assembler::movss(const Operand& dst, XMMRegister src ) { in movss() function in v8::internal::Assembler
2500 void Assembler::movss(XMMRegister dst, const Operand& src) { in movss() function in v8::internal::Assembler
Dassembler-ia32.h1069 void movss(XMMRegister dst, XMMRegister src) { movss(dst, Operand(src)); } in movss() function
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2530 __ movss(result, operand); in DoLoadKeyedExternalArray() local
3657 __ movss(operand, xmm_scratch); in DoStoreKeyedExternalArray() local