Home
last modified time | relevance | path

Searched refs:kFpuRegisterPair (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dlocations.h67 kFpuRegisterPair = 8, // Double register. enumerator
91 static_assert((kFpuRegisterPair & kLocationConstantMask) != kConstant, "TagError"); in Location()
142 return Location(kFpuRegisterPair, low << 16 | high); in FpuRegisterPairLocation()
158 return GetKind() == kFpuRegisterPair; in IsFpuRegisterPair()
351 case kFpuRegisterPair: return "FP"; in DebugString()
Dregister_allocation_resolver.cc254 case Location::kFpuRegisterPair: { in UpdateSafepointLiveRegisters()
Dcode_generator.cc1461 case Location::kFpuRegisterPair : { in EmitVRegInfo()