aarch64-simd-builtin-types.def 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* Builtin AdvSIMD types.
  2. Copyright (C) 2014-2015 Free Software Foundation, Inc.
  3. Contributed by ARM Ltd.
  4. This file is part of GCC.
  5. GCC is free software; you can redistribute it and/or modify it
  6. under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 3, or (at your option)
  8. any later version.
  9. GCC is distributed in the hope that it will be useful, but
  10. WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  12. General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with GCC; see the file COPYING3. If not see
  15. <http://www.gnu.org/licenses/>. */
  16. ENTRY (Int8x8_t, V8QI, none, 10)
  17. ENTRY (Int8x16_t, V16QI, none, 11)
  18. ENTRY (Int16x4_t, V4HI, none, 11)
  19. ENTRY (Int16x8_t, V8HI, none, 11)
  20. ENTRY (Int32x2_t, V2SI, none, 11)
  21. ENTRY (Int32x4_t, V4SI, none, 11)
  22. ENTRY (Int64x1_t, DI, none, 11)
  23. ENTRY (Int64x2_t, V2DI, none, 11)
  24. ENTRY (Uint8x8_t, V8QI, unsigned, 11)
  25. ENTRY (Uint8x16_t, V16QI, unsigned, 12)
  26. ENTRY (Uint16x4_t, V4HI, unsigned, 12)
  27. ENTRY (Uint16x8_t, V8HI, unsigned, 12)
  28. ENTRY (Uint32x2_t, V2SI, unsigned, 12)
  29. ENTRY (Uint32x4_t, V4SI, unsigned, 12)
  30. ENTRY (Uint64x1_t, DI, unsigned, 12)
  31. ENTRY (Uint64x2_t, V2DI, unsigned, 12)
  32. ENTRY (Poly8_t, QI, poly, 9)
  33. ENTRY (Poly16_t, HI, poly, 10)
  34. ENTRY (Poly64_t, DI, poly, 10)
  35. ENTRY (Poly128_t, TI, poly, 11)
  36. ENTRY (Poly8x8_t, V8QI, poly, 11)
  37. ENTRY (Poly8x16_t, V16QI, poly, 12)
  38. ENTRY (Poly16x4_t, V4HI, poly, 12)
  39. ENTRY (Poly16x8_t, V8HI, poly, 12)
  40. ENTRY (Poly64x1_t, DI, poly, 12)
  41. ENTRY (Poly64x2_t, V2DI, poly, 12)
  42. ENTRY (Float32x2_t, V2SF, none, 13)
  43. ENTRY (Float32x4_t, V4SF, none, 13)
  44. ENTRY (Float64x1_t, V1DF, none, 13)
  45. ENTRY (Float64x2_t, V2DF, none, 13)