Searched defs:Movd (Results 1 – 3 of 3) sorted by relevance
1244 __ Movd(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local1270 __ Movd(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local1272 __ Movd(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local1487 __ Movd(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local1499 __ Movd(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
2704 void MacroAssembler::Movd(XMMRegister dst, Register src) { in Movd() function in v8::internal::MacroAssembler2714 void MacroAssembler::Movd(XMMRegister dst, const Operand& src) { in Movd() function in v8::internal::MacroAssembler2724 void MacroAssembler::Movd(Register dst, XMMRegister src) { in Movd() function in v8::internal::MacroAssembler
5162 __ Movd(result_reg, value_reg); in DoDoubleBits() local