Home
last modified time | relevance | path

Searched refs:kFpuRegister (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dlocations.h56 kFpuRegister = 6, // Float register. enumerator
79 static_assert((kFpuRegister & kLocationConstantMask) != kConstant, "TagError"); in Location()
127 return Location(kFpuRegister, reg); in FpuRegisterLocation()
143 return GetKind() == kFpuRegister; in IsFpuRegister()
316 case kFpuRegister: return "F"; in DebugString()
Dparallel_move_test.cc108 if (kind == Location::kStackSlot || kind == Location::kFpuRegister || in AllocateScratchLocationFor()
Dcode_generator_arm64.cc449 DCHECK(kind == Location::kRegister || kind == Location::kFpuRegister || in AllocateScratchLocationFor()
451 kind = (kind == Location::kFpuRegister) ? Location::kFpuRegister : Location::kRegister; in AllocateScratchLocationFor()
460 DCHECK(kind == Location::kFpuRegister); in AllocateScratchLocationFor()
Dcode_generator.cc775 case Location::kFpuRegister : { in RecordPcInfo()
Dregister_allocator.cc1586 case Location::kFpuRegister: { in ConnectSiblings()