Searched defs:Movd (Results 1 – 3 of 3) sorted by relevance
1637 __ Movd(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local1663 __ Movd(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local1665 __ Movd(i.OutputDoubleRegister(), i.InputOperand(0)); in AssembleArchInstruction() local1937 __ Movd(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local1949 __ Movd(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
2031 __ Movd(dst, i.InputOperand(0)); in AssembleArchInstruction() local2397 __ Movd(dst, i.InputOperand(0)); in AssembleArchInstruction() local2749 __ Movd(dst, i.InputOperand(0)); in AssembleArchInstruction() local
121 Movd, enumerator3207 using Movd = typename InstImpl<TraitsType>::InstX86Movd; member