Searched defs:kFpuRegisterPair (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dlocations.h60 kFpuRegisterPair = 8, // Double register. enumerator in enum:art::Location::Kind
81 static_assert((kFpuRegisterPair & kLocationConstantMask) != kConstant, "TagError");
135 return Location(kFpuRegisterPair, low << 16 | high);
151 return GetKind() == kFpuRegisterPair;
318 case kFpuRegisterPair: return "FP";

Completed in 35 milliseconds