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

  /src/external/gpl3/gdb/dist/gdb/arch/
aarch64.h 27 struct aarch64_features struct
56 inline bool operator==(const aarch64_features &lhs, const aarch64_features &rhs)
69 struct hash<aarch64_features>
71 std::size_t operator()(const aarch64_features &features) const noexcept
97 aarch64_create_target_description (const aarch64_features &features);
  /src/external/gpl3/gdb.old/dist/gdb/arch/
aarch64.h 27 struct aarch64_features struct
56 inline bool operator==(const aarch64_features &lhs, const aarch64_features &rhs)
69 struct hash<aarch64_features>
71 std::size_t operator()(const aarch64_features &features) const noexcept
97 aarch64_create_target_description (const aarch64_features &features);
  /src/external/gpl3/gdb/dist/gdb/
aarch64-tdep.c 69 static std::unordered_map <aarch64_features, target_desc *> tdesc_aarch64_map; variable
3942 aarch64_read_description (const aarch64_features &features)
4008 aarch64_features
4011 aarch64_features features;
4389 aarch64_features features;
  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-tdep.c 68 static std::unordered_map <aarch64_features, target_desc *> tdesc_aarch64_map; variable
3944 aarch64_read_description (const aarch64_features &features)
4010 aarch64_features
4013 aarch64_features features;
4242 aarch64_features features;
  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c 5107 aarch64_feature_set feat = AARCH64_FEATURES (2, D128_TLBID, D128);
10914 static const struct aarch64_option_cpu_value_table aarch64_features[] = {
10916 {"crypto", AARCH64_FEATURES (2, AES, SHA2),
10936 AARCH64_FEATURES (2, F16, SIMD)},
10938 AARCH64_FEATURES (2, F16, SIMD)},
10961 AARCH64_FEATURES (2, SVE2, SM4)},
10963 AARCH64_FEATURES (2, SVE2, SVE_AES)},
10965 AARCH64_FEATURES (2, SVE2, SHA3)},
10967 AARCH64_FEATURES (2, SVE2, SVE_BITPERM)},
10969 AARCH64_FEATURES (3, BFLOAT16, F16, COMPNUM)}
10904 static const struct aarch64_option_cpu_value_table aarch64_features[] = { variable in typeref:struct:aarch64_option_cpu_value_table
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c 10768 #define D128_FEATURE_DEPS AARCH64_FEATURES (8, LSE128, SCTLR2, FGT2, ATS1A, \
10771 static const struct aarch64_option_cpu_value_table aarch64_features[] = {
10773 {"crypto", AARCH64_FEATURES (2, AES, SHA2),
10793 AARCH64_FEATURES (2, F16, SIMD)},
10795 AARCH64_FEATURES (2, F16, SIMD)},
10815 AARCH64_FEATURES (2, SVE2, SM4)},
10817 AARCH64_FEATURES (2, SVE2, SVE_AES)},
10819 AARCH64_FEATURES (2, SVE2, SHA3)},
10823 AARCH64_FEATURES (3, BFLOAT16, F16, COMPNUM)},
10853 {"f8f32mm", AARCH64_FEATURE (F8F32MM), AARCH64_FEATURES (2, SIMD, FP8)}
10761 static const struct aarch64_option_cpu_value_table aarch64_features[] = { variable in typeref:struct:aarch64_option_cpu_value_table
    [all...]

Completed in 45 milliseconds