Searched refs:IsFpuRegisterPair (Results 1 – 10 of 10) sorted by relevance
157 bool IsFpuRegisterPair() const { in IsFpuRegisterPair() function162 return IsRegister() || IsFpuRegister() || IsRegisterPair() || IsFpuRegisterPair(); in IsRegisterKind()206 DCHECK(IsFpuRegisterPair()); in AsFpuRegisterPairLow()212 DCHECK(IsFpuRegisterPair()); in AsFpuRegisterPairHigh()217 return IsRegisterPair() || IsFpuRegisterPair(); in IsPair()223 } else if (IsFpuRegisterPair()) { in ToLow()234 } else if (IsFpuRegisterPair()) { in ToHigh()
46 DCHECK(location.IsFpuRegisterPair()) << location; in HighDRegisterFrom()56 DCHECK(location.IsFpuRegisterPair()) << location; in LowSRegisterFrom()61 DCHECK(location.IsFpuRegisterPair()) << location; in HighSRegisterFrom()76 DCHECK(location.IsFpuRegisterPair()) << location; in DRegisterFrom()
83 } else if (location.IsFpuRegisterPair()) { in LowOf()95 } else if (location.IsFpuRegisterPair()) { in HighOf()
478 return other.IsFpuRegisterPair(); in SameRegisterKind()
502 || destination.IsFpuRegisterPair() in IsValidDestination()
6891 DCHECK(value.IsFpuRegisterPair()); in VisitArraySet()7180 DCHECK(destination.IsFpuRegisterPair()) << destination; in EmitMove()7187 } else if (destination.IsFpuRegisterPair()) { in EmitMove()7197 } else if (source.IsFpuRegisterPair()) { in EmitMove()7200 } else if (destination.IsFpuRegisterPair()) { in EmitMove()7237 if (destination.IsFpuRegisterPair()) { in EmitMove()7327 } else if (source.IsFpuRegisterPair() && destination.IsFpuRegisterPair()) { in EmitSwap()7334 } else if (source.IsFpuRegisterPair() || destination.IsFpuRegisterPair()) { in EmitSwap()7335 vixl32::DRegister reg = source.IsFpuRegisterPair() in EmitSwap()7338 int mem = source.IsFpuRegisterPair() in EmitSwap()
77 } else if (location.IsFpuRegisterPair()) { in CheckType()962 } else if (location.IsFpuRegisterPair()) { in BlockIfInRegister()
340 } else if (location.IsFpuRegisterPair()) { in DumpLocation()
971 || locations->InAt(0).IsFpuRegisterPair() in DefinitionRequiresRegister()
3609 if (old_value.IsFpuRegisterPair()) { in GenerateGetAndUpdate()3637 if (arg.IsFpuRegisterPair()) { in GenerateGetAndUpdate()3664 if (arg.IsFpuRegisterPair()) { in GenerateGetAndUpdate()5052 DCHECK(maybe_vreg_temp.IsFpuRegisterPair()); in GenerateVarHandleGetAndUpdate()