Home
last modified time | relevance | path

Searched refs:aarch64_isa_flags (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/
H A Daarch64.h252 #define AARCH64_ISA_CRC (aarch64_isa_flags & AARCH64_FL_CRC)
253 #define AARCH64_ISA_CRYPTO (aarch64_isa_flags & AARCH64_FL_CRYPTO)
254 #define AARCH64_ISA_FP (aarch64_isa_flags & AARCH64_FL_FP)
255 #define AARCH64_ISA_SIMD (aarch64_isa_flags & AARCH64_FL_SIMD)
256 #define AARCH64_ISA_LSE (aarch64_isa_flags & AARCH64_FL_LSE)
257 #define AARCH64_ISA_RDMA (aarch64_isa_flags & AARCH64_FL_RDMA)
258 #define AARCH64_ISA_V8_2 (aarch64_isa_flags & AARCH64_FL_V8_2)
259 #define AARCH64_ISA_F16 (aarch64_isa_flags & AARCH64_FL_F16)
260 #define AARCH64_ISA_SVE (aarch64_isa_flags & AARCH64_FL_SVE)
261 #define AARCH64_ISA_SVE2 (aarch64_isa_flags & AARCH64_FL_SVE2)
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0002-aarch64-add-armv9-a-to-march.patch59 #define AARCH64_ISA_SB (aarch64_isa_flags & AARCH64_FL_SB)
60 #define AARCH64_ISA_V8_R (aarch64_isa_flags & AARCH64_FL_V8_R)
61 #define AARCH64_ISA_PAUTH (aarch64_isa_flags & AARCH64_FL_PAUTH)
62 +#define AARCH64_ISA_V9 (aarch64_isa_flags & AARCH64_FL_V9)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Doptions.h38 extern uint64_t aarch64_isa_flags;
41 #define aarch64_isa_flags global_options.x_aarch64_isa_flags macro