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

  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430-devices.cc 231 and MPY_TYPE (hwmult support) are extracted from this row and used later to
239 /* Some devices have a large number of errata, which means that MPY_TYPE
248 int mpy_type = -1; local
253 const char * mpy_type_heading = "MPY_TYPE";
278 /* Find which column MPY_TYPE and CPU_TYPE are in. */
300 warning (0, "%<MPY_TYPE%> column heading is missing from "
303 warning (0, "%<CPU_TYPE%> and %<MPY_TYPE%> column headings "
357 mpy_type = atoi (val);
360 || (mpy_type == 0 && val[0] != '0')
361 || !(mpy_type ==
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430-devices.cc 231 and MPY_TYPE (hwmult support) are extracted from this row and used later to
239 /* Some devices have a large number of errata, which means that MPY_TYPE
248 int mpy_type = -1; local
253 const char * mpy_type_heading = "MPY_TYPE";
278 /* Find which column MPY_TYPE and CPU_TYPE are in. */
300 warning (0, "%<MPY_TYPE%> column heading is missing from "
303 warning (0, "%<CPU_TYPE%> and %<MPY_TYPE%> column headings "
357 mpy_type = atoi (val);
360 || (mpy_type == 0 && val[0] != '0')
361 || !(mpy_type ==
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-arc.c 2402 struct mpy_type struct
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c 2401 struct mpy_type struct

Completed in 20 milliseconds