Home
last modified time | relevance | path

Searched refs:kSIMDStackSlot (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dlocations.h72 kSIMDStackSlot = 10, // 128bit stack slot. TODO: generalize with encoded #bytes? enumerator
87 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()
Dcode_generator_arm64.cc1087 || kind == Location::kSIMDStackSlot); in AllocateScratchLocationFor()
1088 kind = (kind == Location::kFpuRegister || kind == Location::kSIMDStackSlot) in AllocateScratchLocationFor()