Searched defs:movss (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1062 __ 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/ |
D | code-generator-x64.cc | 1938 __ 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/ |
D | assembler-x64.cc | 3259 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/ |
D | assembler-ia32.cc | 2491 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
|
D | assembler-ia32.h | 1069 void movss(XMMRegister dst, XMMRegister src) { movss(dst, Operand(src)); } in movss() function
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 2530 __ movss(result, operand); in DoLoadKeyedExternalArray() local 3657 __ movss(operand, xmm_scratch); in DoStoreKeyedExternalArray() local
|