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()
336 case kFpuRegister: return "F"; in DebugString()
Dparallel_move_test.cc108 if (kind == Location::kStackSlot || kind == Location::kFpuRegister || in AllocateScratchLocationFor()
Dregister_allocation_resolver.cc246 case Location::kFpuRegister: { in UpdateSafepointLiveRegisters()
Dcode_generator.cc1053 case Location::kFpuRegister : { in EmitEnvironment()
Dcode_generator_arm64.cc1491 DCHECK(kind == Location::kRegister || kind == Location::kFpuRegister in AllocateScratchLocationFor()
1494 kind = (kind == Location::kFpuRegister || kind == Location::kSIMDStackSlot) in AllocateScratchLocationFor()
1495 ? Location::kFpuRegister in AllocateScratchLocationFor()
1505 DCHECK(kind == Location::kFpuRegister); in AllocateScratchLocationFor()