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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.h 24 #define MAX_VECT_LEN 64
29 unsigned char perm[MAX_VECT_LEN];
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.h 24 #define MAX_VECT_LEN 64
29 unsigned char perm[MAX_VECT_LEN];
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm.cc 31924 #define MAX_VECT_LEN 16
32341 rtx rperm[MAX_VECT_LEN], sel;
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc 31516 #define MAX_VECT_LEN 16
31933 rtx rperm[MAX_VECT_LEN], sel;
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 346 #define MAX_VECT_LEN 8
351 unsigned char perm[MAX_VECT_LEN];
11423 rtx rperm[MAX_VECT_LEN], x;
11530 unsigned char perm2[MAX_VECT_LEN];
11629 unsigned char remap[2 * MAX_VECT_LEN];
11813 unsigned char perm[MAX_VECT_LEN];
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 345 #define MAX_VECT_LEN 8
350 unsigned char perm[MAX_VECT_LEN];
11401 rtx rperm[MAX_VECT_LEN], x;
11508 unsigned char perm2[MAX_VECT_LEN];
11607 unsigned char remap[2 * MAX_VECT_LEN];
11787 unsigned char perm[MAX_VECT_LEN];
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 7884 #define MAX_VECT_LEN 32
7889 unsigned char perm[MAX_VECT_LEN];
7904 rtx rperm[MAX_VECT_LEN], x;
8203 rtx rperm[MAX_VECT_LEN];
8276 rtx x, elts[MAX_VECT_LEN];
8727 rtx round_data[MAX_VECT_LEN];
8944 rtx round_data[MAX_VECT_LEN];
9258 rtx rperm[MAX_VECT_LEN];
9259 unsigned int remapped[MAX_VECT_LEN];
9260 unsigned char perm2[MAX_VECT_LEN];
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 17084 #define MAX_VECT_LEN 16
17089 unsigned char perm[MAX_VECT_LEN];
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 17666 #define MAX_VECT_LEN 16
17671 unsigned char perm[MAX_VECT_LEN];
17879 static const char perm[4][MAX_VECT_LEN]
17888 if (memcmp (d.perm, perm[0], MAX_VECT_LEN) == 0)
17899 if (memcmp (d.perm, perm[1], MAX_VECT_LEN) == 0)
17910 if (memcmp (d.perm, perm[2], MAX_VECT_LEN) == 0)
17921 if (memcmp (d.perm, perm[3], MAX_VECT_LEN) == 0)

Completed in 107 milliseconds