Searched refs:kFpuRegister (Results 1 – 5 of 5) sorted by relevance
56 kFpuRegister = 6, // Float register. enumerator79 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()
108 if (kind == Location::kStackSlot || kind == Location::kFpuRegister || in AllocateScratchLocationFor()
449 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()
775 case Location::kFpuRegister : { in RecordPcInfo()
1586 case Location::kFpuRegister: { in ConnectSiblings()