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

  /src/external/gpl3/gdb/dist/gdb/arch/
aarch64-scalable-linux.h 32 #ifndef HWCAP2_SME2
33 #define HWCAP2_SME2 (1UL << 37)
  /src/external/gpl3/gdb.old/dist/gdb/arch/
aarch64-scalable-linux.h 32 #ifndef HWCAP2_SME2
33 #define HWCAP2_SME2 (1UL << 37)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
aarch64-sme-sanity.c 36 #ifndef HWCAP2_SME2
37 #define HWCAP2_SME2 (1UL << 37)
144 if (!(hwcap2 & HWCAP2_SME2) && !(hwcap2 & HWCAP2_SME2P1))
aarch64-sme-core.c 38 #ifndef HWCAP2_SME2
39 #define HWCAP2_SME2 (1UL << 37)
158 if (!(hwcap2 & HWCAP2_SME2) && !(hwcap2 & HWCAP2_SME2P1))
aarch64-sme-regs-sigframe.c 37 #ifndef HWCAP2_SME2
38 #define HWCAP2_SME2 (1UL << 37)
165 if (!(hwcap2 & HWCAP2_SME2) && !(hwcap2 & HWCAP2_SME2P1))
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
aarch64-sme-sanity.c 36 #ifndef HWCAP2_SME2
37 #define HWCAP2_SME2 (1UL << 37)
144 if (!(hwcap2 & HWCAP2_SME2) && !(hwcap2 & HWCAP2_SME2P1))
aarch64-sme-core.c 38 #ifndef HWCAP2_SME2
39 #define HWCAP2_SME2 (1UL << 37)
158 if (!(hwcap2 & HWCAP2_SME2) && !(hwcap2 & HWCAP2_SME2P1))
aarch64-sme-regs-sigframe.c 37 #ifndef HWCAP2_SME2
38 #define HWCAP2_SME2 (1UL << 37)
165 if (!(hwcap2 & HWCAP2_SME2) && !(hwcap2 & HWCAP2_SME2P1))
  /src/external/gpl3/gcc/dist/libgcc/config/aarch64/
cpuinfo.c 233 #ifndef HWCAP2_SME2
234 #define HWCAP2_SME2 (1UL << 37)
336 if (hwcap2 & HWCAP2_SME2)

Completed in 31 milliseconds