Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h63 kFpuRegister = 6, // Float register. enumerator
89 static_assert((kFpuRegister & kLocationConstantMask) != kConstant, "TagError"); in Location()
134 return Location(kFpuRegister, reg); in FpuRegisterLocation()
150 return GetKind() == kFpuRegister; in IsFpuRegister()
349 case kFpuRegister: return "F"; in DebugString()
486 case Location::Kind::kFpuRegister: in OverlapsRegisters()
Dparallel_move_test.cc109 if (kind == Location::kStackSlot || kind == Location::kFpuRegister || in AllocateScratchLocationFor()
Dregister_allocation_resolver.cc249 case Location::kFpuRegister: { in UpdateSafepointLiveRegisters()
Dcode_generator.cc1462 case Location::kFpuRegister : { in EmitVRegInfo()
Dcode_generator_arm64.cc1070 DCHECK(kind == Location::kRegister || kind == Location::kFpuRegister in AllocateScratchLocationFor()
1073 kind = (kind == Location::kFpuRegister || kind == Location::kSIMDStackSlot) in AllocateScratchLocationFor()
1074 ? Location::kFpuRegister in AllocateScratchLocationFor()
1084 DCHECK_EQ(kind, Location::kFpuRegister); in AllocateScratchLocationFor()