Home
last modified time | relevance | path

Searched refs:IsFpuRegisterPair (Results 1 – 10 of 10) sorted by relevance

/art/compiler/optimizing/
Dlocations.h157 bool IsFpuRegisterPair() const { in IsFpuRegisterPair() function
162 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()
Dcommon_arm.h46 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()
Dparallel_move_resolver.cc83 } else if (location.IsFpuRegisterPair()) { in LowOf()
95 } else if (location.IsFpuRegisterPair()) { in HighOf()
Dssa_liveness_analysis.cc478 return other.IsFpuRegisterPair(); in SameRegisterKind()
Dregister_allocation_resolver.cc502 || destination.IsFpuRegisterPair() in IsValidDestination()
Dcode_generator_arm_vixl.cc6891 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()
Dcode_generator.cc77 } else if (location.IsFpuRegisterPair()) { in CheckType()
962 } else if (location.IsFpuRegisterPair()) { in BlockIfInRegister()
Dgraph_visualizer.cc340 } else if (location.IsFpuRegisterPair()) { in DumpLocation()
Dssa_liveness_analysis.h971 || locations->InAt(0).IsFpuRegisterPair() in DefinitionRequiresRegister()
Dintrinsics_arm_vixl.cc3609 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()