reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/AsmParser/ARMAsmParser.cpp
 2169     assert((Width == 8 || Width == 16 || Width == 32) &&
 2169     assert((Width == 8 || Width == 16 || Width == 32) &&
 2169     assert((Width == 8 || Width == 16 || Width == 32) &&
 2171     assert(NumElems * Width <= 64 && "Invalid result width");
 2185     uint64_t Mask = (1ull << Width) - 1;
 2187     if (Width == 16 && (Elem & 0x00ff) != 0 && (Elem & 0xff00) != 0)
 2189     if (Width == 32 && !isValidNEONi32vmovImm(Elem))
 2193       Value >>= Width;