Lines Matching defs:Fmov
1115 __ Fmov(i.OutputRegister32(), i.InputFloat32Register(0)); in AssembleArchInstruction() local
1119 __ Fmov(i.OutputRegister(), i.InputFloat64Register(0)); in AssembleArchInstruction() local
1126 __ Fmov(tmp, i.InputFloat64Register(0)); in AssembleArchInstruction() local
1128 __ Fmov(i.OutputFloat64Register(), tmp); in AssembleArchInstruction() local
1135 __ Fmov(tmp.W(), i.InputFloat32Register(0)); in AssembleArchInstruction() local
1137 __ Fmov(i.OutputFloat64Register(), tmp); in AssembleArchInstruction() local
1141 __ Fmov(i.OutputFloat64Register(), i.InputRegister(0)); in AssembleArchInstruction() local
1144 __ Fmov(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
1511 __ Fmov(dst, src.ToFloat32()); in AssembleMove() local
1516 __ Fmov(temp, src.ToFloat32()); in AssembleMove() local
1523 __ Fmov(dst, src.ToFloat64()); in AssembleMove() local
1528 __ Fmov(temp, src.ToFloat64()); in AssembleMove() local
1536 __ Fmov(dst, src); in AssembleMove() local
1596 __ Fmov(temp, src); in AssembleSwap() local
1597 __ Fmov(src, dst); in AssembleSwap() local
1598 __ Fmov(dst, temp); in AssembleSwap() local
1602 __ Fmov(temp, src); in AssembleSwap() local