Lines Matching refs:Fmov
268 __ Fmov(result_, std::numeric_limits<float>::quiet_NaN()); in Generate()
282 __ Fmov(result_, std::numeric_limits<double>::quiet_NaN()); in Generate()
1401 __ Fmov(i.OutputRegister32(), i.InputFloat32Register(0)); in AssembleArchInstruction() local
1405 __ Fmov(i.OutputRegister(), i.InputFloat64Register(0)); in AssembleArchInstruction() local
1412 __ Fmov(tmp, i.InputFloat64Register(0)); in AssembleArchInstruction() local
1414 __ Fmov(i.OutputFloat64Register(), tmp); in AssembleArchInstruction() local
1421 __ Fmov(tmp.W(), i.InputFloat32Register(0)); in AssembleArchInstruction() local
1423 __ Fmov(i.OutputFloat64Register(), tmp); in AssembleArchInstruction() local
1427 __ Fmov(i.OutputFloat64Register(), i.InputRegister(0)); in AssembleArchInstruction() local
1433 __ Fmov(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1856 __ Fmov(dst, src.ToFloat32()); in AssembleMove() local
1861 __ Fmov(temp, src.ToFloat32()); in AssembleMove() local
1868 __ Fmov(dst, src.ToFloat64()); in AssembleMove() local
1873 __ Fmov(temp, src.ToFloat64()); in AssembleMove() local
1881 __ Fmov(dst, src); in AssembleMove() local
1941 __ Fmov(temp, src); in AssembleSwap() local
1942 __ Fmov(src, dst); in AssembleSwap() local
1943 __ Fmov(dst, temp); in AssembleSwap() local
1947 __ Fmov(temp, src); in AssembleSwap() local