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

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 368 aarch64_feature_flags required_extensions; member in struct:aarch64_sve::function_group_info
aarch64-sve-builtins.cc 87 aarch64_feature_flags required_extensions; variable
889 preds_##PREDS, REQUIRED_EXTENSIONS },
905 preds_##PREDS, REQUIRED_EXTENSIONS },
908 groups_##GROUPS, preds_##PREDS, (REQUIRED_EXTENSIONS | AARCH64_FL_ZA_ON) },
1392 the feature flags in REQUIRED_EXTENSIONS. */
1395 aarch64_feature_flags required_extensions)
1399 if (required_extensions & AARCH64_FL_SM_ON)
1401 else if (!(required_extensions & AARCH64_FL_SM_OFF))
1427 whether it is overloaded. REQUIRED_EXTENSIONS are the set of
1432 aarch64_feature_flags required_extensions,
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins.h 279 uint64_t required_extensions; member in struct:riscv_vector::rvv_type_info
350 required_ext required_extensions; member in struct:riscv_vector::function_group_info
riscv-vector-builtins.cc 2886 {#NAME, &bases::NAME, &shapes::SHAPE, PREDS, OPS_INFO, REQUIRED_EXTENSIONS},
2890 {#NAME, &bases::NAME, &shapes::SHAPE, PREDS, OPS_INFO, REQUIRED_EXTENSIONS},
3191 /* Return true if the type has required_extensions. */
3243 return all_ops[i].required_extensions;
3246 return b_ops[i].required_extensions;
3250 /* Check whether all the RVV_REQUIRE_* values in REQUIRED_EXTENSIONS are
3256 uint64_t required_extensions = type_info.required_extensions; local
3265 required_extensions |= get_required_extensions (ret_type_idx);
3277 required_extensions |= get_required_extensions (vector_type)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 266 uint64_t required_extensions; member in struct:aarch64_sve::function_group_info
aarch64-sve-builtins.cc 85 uint64_t required_extensions; variable
528 REQUIRED_EXTENSIONS | AARCH64_FL_SVE },
692 /* Check whether all the AARCH64_FL_* values in REQUIRED_EXTENSIONS are
697 uint64_t required_extensions)
699 uint64_t missing_extensions = required_extensions & ~aarch64_isa_flags;
991 whether it is overloaded. REQUIRED_EXTENSIONS are the set of
996 uint64_t required_extensions,
1024 rfn.required_extensions = required_extensions;
1033 REQUIRED_EXTENSIONS are the set of architecture extensions that th
    [all...]

Completed in 20 milliseconds