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

  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 135 MO_USE, /* Use location (REG or MEM). */
152 "MO_USE",
180 /* The instruction which the micro operation is in, for MO_USE,
5559 return MO_USE;
5579 return MO_USE;
5607 should also be handled like a MO_USE. */
5677 mo.u.loc = type == MO_USE ? var_lowpart (mode, loc) : loc;
5726 gcc_assert (type2 == MO_USE || type2 == MO_USE_NO_VAR
5769 gcc_assert (type2 == MO_USE || type2 == MO_USE_NO_VAR
5772 if (type2 == MO_USE)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 132 MO_USE, /* Use location (REG or MEM). */
149 "MO_USE",
177 /* The instruction which the micro operation is in, for MO_USE,
5574 return MO_USE;
5594 return MO_USE;
5622 should also be handled like a MO_USE. */
5692 mo.u.loc = type == MO_USE ? var_lowpart (mode, loc) : loc;
5741 gcc_assert (type2 == MO_USE || type2 == MO_USE_NO_VAR
5784 gcc_assert (type2 == MO_USE || type2 == MO_USE_NO_VAR
5787 if (type2 == MO_USE)
    [all...]

Completed in 58 milliseconds