HomeSort by: relevance | last modified time | path
    Searched defs:mode_i (Results 1 - 8 of 8) 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.old/dist/gcc/
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...]
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...]
  /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...]

Completed in 105 milliseconds