HomeSort by: relevance | last modified time | path
    Searched refs:mode_i (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/opcode/
visium.h 204 mode_i, /* 16-bit unsigned immediate */ enumerator in enum:addressing_mode
332 { "wrtl", mode_i, class2|(8<<21), gr6 },
333 { "wrtu", mode_i, class2|(9<<21), gr6 },
  /src/external/gpl3/binutils.old/dist/include/opcode/
visium.h 204 mode_i, /* 16-bit unsigned immediate */ enumerator in enum:addressing_mode
332 { "wrtl", mode_i, class2|(8<<21), gr6 },
333 { "wrtu", mode_i, class2|(9<<21), gr6 },
  /src/external/gpl3/gdb.old/dist/include/opcode/
visium.h 204 mode_i, /* 16-bit unsigned immediate */ enumerator in enum:addressing_mode
332 { "wrtl", mode_i, class2|(8<<21), gr6 },
333 { "wrtu", mode_i, class2|(9<<21), gr6 },
  /src/external/gpl3/gdb/dist/include/opcode/
visium.h 204 mode_i, /* 16-bit unsigned immediate */ enumerator in enum:addressing_mode
332 { "wrtl", mode_i, class2|(8<<21), gr6 },
333 { "wrtu", mode_i, class2|(9<<21), gr6 },
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.h 612 for (unsigned int mode_i = 0; mode_i < ARRAY_SIZE (mode_suffixes); ++mode_i)
614 const mode_suffix_info &mode = mode_suffixes[mode_i];
618 return mode_suffix_index (mode_i);
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 687 for (unsigned int mode_i = 0; mode_i < ARRAY_SIZE (mode_suffixes); ++mode_i)
689 const mode_suffix_info &mode = mode_suffixes[mode_i];
693 return mode_suffix_index (mode_i);
aarch64-sve-builtins.cc 2068 for (unsigned int mode_i = 0; mode_i < ARRAY_SIZE (mode_suffixes); ++mode_i)
2070 const mode_suffix_info &mode = mode_suffixes[mode_i];
2074 return mode_suffix_index (mode_i);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 837 for (unsigned int mode_i = 0; mode_i < ARRAY_SIZE (mode_suffixes); ++mode_i)
839 const mode_suffix_info &mode = mode_suffixes[mode_i];
843 return mode_suffix_index (mode_i);
aarch64-sve-builtins.cc 2875 for (unsigned int mode_i = 0; mode_i < ARRAY_SIZE (mode_suffixes); ++mode_i)
2877 const mode_suffix_info &mode = mode_suffixes[mode_i];
2881 return mode_suffix_index (mode_i);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 2848 /* Analyze LOOP with VECTOR_MODES[MODE_I] and as epilogue if MAIN_LOOP_VINFO is
2850 MODE_I to the next mode useful to analyze.
2857 const vector_modes &vector_modes, unsigned &mode_i,
2864 machine_mode vector_mode = vector_modes[mode_i];
2902 /* Advance mode_i, first skipping modes that would result in the
2904 while (mode_i + 1 < vector_modes.length ()
2906 vector_modes[mode_i + 1]))
2912 GET_MODE_NAME (vector_modes[mode_i + 1]));
2913 mode_i += 1;
2915 if (mode_i + 1 < vector_modes.length (
2999 unsigned int mode_i = 0; local
    [all...]
tree-vect-slp.cc 5994 unsigned int mode_i = 0; local
6117 if (mode_i == 0)
6121 while (mode_i < vector_modes.length ()
6122 && vect_chooses_same_modes_p (bb_vinfo, vector_modes[mode_i]))
6128 GET_MODE_NAME (vector_modes[mode_i]));
6129 mode_i += 1;
6134 if (mode_i < vector_modes.length ()
6136 && (related_vector_mode (vector_modes[mode_i],
6140 GET_MODE_INNER (vector_modes[mode_i]))
6141 == vector_modes[mode_i]))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 3479 /* Analyze LOOP with VECTOR_MODES[MODE_I] and as epilogue if MAIN_LOOP_VINFO is
3481 MODE_I to the next mode useful to analyze.
3488 const vector_modes &vector_modes, unsigned &mode_i,
3495 machine_mode vector_mode = vector_modes[mode_i];
3537 /* Advance mode_i, first skipping modes that would result in the
3539 while (mode_i + 1 < vector_modes.length ()
3541 vector_modes[mode_i + 1]))
3547 GET_MODE_NAME (vector_modes[mode_i + 1]));
3548 mode_i += 1;
3550 if (mode_i + 1 < vector_modes.length (
3640 unsigned int mode_i = 0; local
    [all...]
tree-vect-slp.cc 7831 unsigned int mode_i = 0; local
7974 if (mode_i == 0)
7978 while (mode_i < vector_modes.length ()
7979 && vect_chooses_same_modes_p (bb_vinfo, vector_modes[mode_i]))
7985 GET_MODE_NAME (vector_modes[mode_i]));
7986 mode_i += 1;
7991 if (mode_i < vector_modes.length ()
7993 && (related_vector_mode (vector_modes[mode_i],
7997 GET_MODE_INNER (vector_modes[mode_i]))
7998 == vector_modes[mode_i]))
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-visium.c 1485 case mode_i:
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-visium.c 1485 case mode_i:

Completed in 57 milliseconds