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

  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-protos.h 533 unsigned int sve_width; member in struct:tune_params
aarch64.cc 1337 SVE_NOT_IMPLEMENTED, /* sve_width */
1372 SVE_NOT_IMPLEMENTED, /* sve_width */
1405 SVE_NOT_IMPLEMENTED, /* sve_width */
1438 SVE_NOT_IMPLEMENTED, /* sve_width */
1471 SVE_NOT_IMPLEMENTED, /* sve_width */
1504 SVE_NOT_IMPLEMENTED, /* sve_width */
1539 SVE_NOT_IMPLEMENTED, /* sve_width */
1571 SVE_NOT_IMPLEMENTED, /* sve_width */
1603 SVE_NOT_IMPLEMENTED, /* sve_width */
1636 SVE_NOT_IMPLEMENTED, /* sve_width */
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-protos.h 534 unsigned int sve_width; member in struct:tune_params
aarch64.cc 431 { "sve_width", aarch64_parse_sve_width_string },
18034 /* Parse the sve_width tuning moverride string in TUNE_STRING.
18036 aarch64_sve_vector_bits_enum and use it to override sve_width
18048 error ("invalid format for %<sve_width%>");
18060 error ("invalid %<sve_width%> value: %d", width);
18062 tune->sve_width = (enum aarch64_sve_vector_bits_enum) width;
22283 if (aarch64_tune_params.sve_width == SVE_SCALABLE
28666 unsigned int width_source = aarch64_tune_params.sve_width;
28681 /* Allow sve_width to be a bitmask of different VL, treating the lowest

Completed in 84 milliseconds