Searched refs:kSIMDStackSlot (Results 1 – 2 of 2) sorted by relevance
72 kSIMDStackSlot = 10, // 128bit stack slot. TODO: generalize with encoded #bytes? enumerator87 static_assert((kSIMDStackSlot & kLocationConstantMask) != kConstant, "TagError"); in Location()274 Location loc(kSIMDStackSlot, payload); in SIMDStackSlot()281 return GetKind() == kSIMDStackSlot; in IsSIMDStackSlot()346 case kSIMDStackSlot: return "SIMD"; in DebugString()
1087 || kind == Location::kSIMDStackSlot); in AllocateScratchLocationFor()1088 kind = (kind == Location::kFpuRegister || kind == Location::kSIMDStackSlot) in AllocateScratchLocationFor()