Home
last modified time | relevance | path

Searched refs:str_cpu_units (Results 1 – 24 of 24) sorted by relevance

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgenautomata.c1251 char **str_cpu_units; in gen_cpu_unit() local
1255 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1256 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1284 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1286 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1383 char **str_cpu_units; in gen_presence_absence_set() local
1391 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1393 if (str_cpu_units == NULL) in gen_presence_absence_set()
1425 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgenautomata.c1251 char **str_cpu_units; in gen_cpu_unit() local
1255 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1256 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1284 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1286 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1383 char **str_cpu_units; in gen_presence_absence_set() local
1391 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1393 if (str_cpu_units == NULL) in gen_presence_absence_set()
1425 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dgenautomata.c1659 char **str_cpu_units; in gen_cpu_unit() local
1663 str_cpu_units = get_str_vect ((char *) XSTR (def, 0), &vect_length, ',', in gen_cpu_unit()
1665 if (str_cpu_units == NULL) in gen_cpu_unit()
1672 DECL_UNIT (decl)->name = check_name (str_cpu_units [i], decl->pos); in gen_cpu_unit()
1690 char **str_cpu_units; in gen_query_cpu_unit() local
1696 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1703 DECL_UNIT (decl)->name = check_name (str_cpu_units [i], decl->pos); in gen_query_cpu_unit()
1796 char **str_cpu_units; in gen_presence_absence_set() local
1805 if (str_cpu_units == NULL) in gen_presence_absence_set()
1836 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgenautomata.c1251 char **str_cpu_units; in gen_cpu_unit() local
1255 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1256 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1284 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1286 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1383 char **str_cpu_units; in gen_presence_absence_set() local
1391 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1393 if (str_cpu_units == NULL) in gen_presence_absence_set()
1425 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgenautomata.c1249 char **str_cpu_units; in gen_cpu_unit() local
1254 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', FALSE); in gen_cpu_unit()
1255 if (str_cpu_units == NULL) in gen_cpu_unit()
1280 char **str_cpu_units; in gen_query_cpu_unit() local
1285 str_cpu_units = get_str_vect (XSTR (def, 0), &vect_length, ',', in gen_query_cpu_unit()
1287 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1392 char **str_cpu_units; in gen_presence_absence_set() local
1401 str_cpu_units = get_str_vect (XSTR (def, 0), &cpu_units_length, ',', in gen_presence_absence_set()
1403 if (str_cpu_units == NULL) in gen_presence_absence_set()
1424 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenautomata.c1656 char **str_cpu_units; in gen_cpu_unit() local
1660 str_cpu_units = get_str_vect ((char *) XSTR (def, 0), &vect_length, ',', in gen_cpu_unit()
1662 if (str_cpu_units == NULL) in gen_cpu_unit()
1669 DECL_UNIT (decl)->name = check_name (str_cpu_units [i], decl->pos); in gen_cpu_unit()
1687 char **str_cpu_units; in gen_query_cpu_unit() local
1693 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1700 DECL_UNIT (decl)->name = check_name (str_cpu_units [i], decl->pos); in gen_query_cpu_unit()
1793 char **str_cpu_units; in gen_presence_absence_set() local
1802 if (str_cpu_units == NULL) in gen_presence_absence_set()
1834 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenautomata.c1656 char **str_cpu_units; in gen_cpu_unit() local
1660 str_cpu_units = get_str_vect ((char *) XSTR (def, 0), &vect_length, ',', in gen_cpu_unit()
1662 if (str_cpu_units == NULL) in gen_cpu_unit()
1669 DECL_UNIT (decl)->name = check_name (str_cpu_units [i], decl->pos); in gen_cpu_unit()
1687 char **str_cpu_units; in gen_query_cpu_unit() local
1693 if (str_cpu_units == NULL) in gen_query_cpu_unit()
1700 DECL_UNIT (decl)->name = check_name (str_cpu_units [i], decl->pos); in gen_query_cpu_unit()
1793 char **str_cpu_units; in gen_presence_absence_set() local
1802 if (str_cpu_units == NULL) in gen_presence_absence_set()
1834 DECL_PRESENCE (decl)->names = str_cpu_units; in gen_presence_absence_set()
[all …]