Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h73 kSIMDStackSlot = 10, // 128bit stack slot. TODO: generalize with encoded #bytes? enumerator
88 static_assert((kSIMDStackSlot & kLocationConstantMask) != kConstant, "TagError"); in Location()
279 Location loc(kSIMDStackSlot, payload); in SIMDStackSlot()
286 return GetKind() == kSIMDStackSlot; in IsSIMDStackSlot()
351 case kSIMDStackSlot: return "SIMD"; in DebugString()
Dcode_generator_arm64.cc1164 || kind == Location::kSIMDStackSlot); in AllocateScratchLocationFor()
1165 kind = (kind == Location::kFpuRegister || kind == Location::kSIMDStackSlot) in AllocateScratchLocationFor()