HomeSort by: relevance | last modified time | path
    Searched defs:FASTEST_ALIGNMENT (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/bpf/
bpf.h 70 #define FASTEST_ALIGNMENT 64
76 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc/dist/gcc/config/ft32/
ft32.h 319 #define FASTEST_ALIGNMENT 32
336 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc/dist/gcc/config/mcore/
mcore.h 134 #define FASTEST_ALIGNMENT 32
152 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc/dist/gcc/config/moxie/
moxie.h 302 #define FASTEST_ALIGNMENT 32
320 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc.old/dist/gcc/config/bpf/
bpf.h 67 #define FASTEST_ALIGNMENT 64
73 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc.old/dist/gcc/config/ft32/
ft32.h 319 #define FASTEST_ALIGNMENT 32
336 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc.old/dist/gcc/config/mcore/
mcore.h 137 #define FASTEST_ALIGNMENT 32
155 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc.old/dist/gcc/config/moxie/
moxie.h 302 #define FASTEST_ALIGNMENT 32
320 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.h 59 #define FASTEST_ALIGNMENT 32
66 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc/dist/gcc/config/epiphany/
epiphany.h 148 #define FASTEST_ALIGNMENT 64
157 && (ALIGN) < FASTEST_ALIGNMENT \
158 ? FASTEST_ALIGNMENT \
161 && (ALIGN) < FASTEST_ALIGNMENT) \
162 ? FASTEST_ALIGNMENT \
  /src/external/gpl3/gcc/dist/gcc/config/m32r/
m32r.h 264 #define FASTEST_ALIGNMENT 32
270 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.h 148 #define FASTEST_ALIGNMENT 64
157 && (ALIGN) < FASTEST_ALIGNMENT \
158 ? FASTEST_ALIGNMENT \
161 && (ALIGN) < FASTEST_ALIGNMENT) \
162 ? FASTEST_ALIGNMENT \
  /src/external/gpl3/gcc.old/dist/gcc/config/m32r/
m32r.h 264 #define FASTEST_ALIGNMENT 32
270 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.h 94 #define FASTEST_ALIGNMENT 64
102 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc.h 272 #define FASTEST_ALIGNMENT 32
278 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
284 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.h 547 #define FASTEST_ALIGNMENT 64
577 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.h 272 #define FASTEST_ALIGNMENT 32
278 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
284 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.h 547 #define FASTEST_ALIGNMENT 64
579 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.h 467 #define FASTEST_ALIGNMENT (32)
484 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.h 467 #define FASTEST_ALIGNMENT (32)
484 && (ALIGN) < FASTEST_ALIGNMENT ? FASTEST_ALIGNMENT : (ALIGN))

Completed in 46 milliseconds