Searched refs:kFpuRegister (Results 1 – 5 of 5) sorted by relevance
63 kFpuRegister = 6, // Float register. enumerator89 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()
108 if (kind == Location::kStackSlot || kind == Location::kFpuRegister || in AllocateScratchLocationFor()
246 case Location::kFpuRegister: { in UpdateSafepointLiveRegisters()
1053 case Location::kFpuRegister : { in EmitEnvironment()
1491 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()