Lines Matching refs:IsFpuRegister

1337     } else if (source.IsFpuRegister()) {  in Move32()
1343 } else if (destination.IsFpuRegister()) { in Move32()
1346 } else if (source.IsFpuRegister()) { in Move32()
1356 } else if (source.IsFpuRegister()) { in Move32()
1383 } else if (source.IsFpuRegister()) { in Move64()
1395 } else if (destination.IsFpuRegister()) { in Move64()
1396 if (source.IsFpuRegister()) { in Move64()
1420 } else if (source.IsFpuRegister()) { in Move64()
1449 if (dst_type == DataType::Type::kInt64 && !src.IsConstant() && !src.IsFpuRegister()) { in MoveLocation()
1634 if (rhs.IsFpuRegister()) { in GenerateFPCompare()
1648 if (rhs.IsFpuRegister()) { in GenerateFPCompare()
3216 if (second.IsFpuRegister()) { in VisitAdd()
3234 if (second.IsFpuRegister()) { in VisitAdd()
3322 if (second.IsFpuRegister()) { in VisitSub()
3340 if (second.IsFpuRegister()) { in VisitSub()
3511 if (second.IsFpuRegister()) { in VisitMul()
3530 if (second.IsFpuRegister()) { in VisitMul()
3636 DCHECK(out.IsFpuRegister()) << out; in GenerateRemFP()
3924 if (second.IsFpuRegister()) { in VisitDiv()
3942 if (second.IsFpuRegister()) { in VisitDiv()
6223 if (value.IsFpuRegister()) { in VisitArraySet()
6237 if (value.IsFpuRegister()) { in VisitArraySet()
6457 } else if (destination.IsFpuRegister()) { in EmitMove()
6468 } else if (destination.IsFpuRegister()) { in EmitMove()
6485 } else if (source.IsFpuRegister()) { in EmitMove()
6488 } else if (destination.IsFpuRegister()) { in EmitMove()
6512 } else if (destination.IsFpuRegister()) { in EmitMove()
6523 } else if (destination.IsFpuRegister()) { in EmitMove()
6530 if (destination.IsFpuRegister()) { in EmitMove()
6554 if (destination.IsFpuRegister()) { in EmitMove()
6591 if (destination.IsFpuRegister()) { in EmitMove()
6684 } else if (source.IsFpuRegister() && destination.IsFpuRegister()) { in EmitSwap()
6690 } else if (source.IsFpuRegister() && destination.IsStackSlot()) { in EmitSwap()
6692 } else if (destination.IsFpuRegister() && source.IsStackSlot()) { in EmitSwap()
6694 } else if (source.IsFpuRegister() && destination.IsDoubleStackSlot()) { in EmitSwap()
6706 } else if (destination.IsFpuRegister() && source.IsDoubleStackSlot()) { in EmitSwap()
6722 } else if (source.IsFpuRegister() && destination.IsSIMDStackSlot()) { in EmitSwap()
6724 } else if (destination.IsFpuRegister() && source.IsSIMDStackSlot()) { in EmitSwap()