HomeSort by relevance Sort by last modified time
    Searched refs:kSIMDStackSlot (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
locations.h 72 kSIMDStackSlot = 10, // 128bit stack slot. TODO: generalize with encoded #bytes?
87 static_assert((kSIMDStackSlot & kLocationConstantMask) != kConstant, "TagError");
274 Location loc(kSIMDStackSlot, payload);
281 return GetKind() == kSIMDStackSlot;
333 case kSIMDStackSlot: return "SIMD";
code_generator_arm64.cc     [all...]

Completed in 70 milliseconds