Home
last modified time | relevance | path

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

/xen/tools/tests/x86_emulator/
A Dx86-emulate.h126 static inline bool xcr0_mask(uint64_t mask) in xcr0_mask() function
140 #define cpu_has_fma (cp.basic.fma && xcr0_mask(6))
145 #define cpu_has_avx (cp.basic.avx && xcr0_mask(6))
146 #define cpu_has_f16c (cp.basic.f16c && xcr0_mask(6))
148 #define cpu_has_avx2 (cp.feat.avx2 && xcr0_mask(6))
151 #define cpu_has_avx512f (cp.feat.avx512f && xcr0_mask(0xe6))
152 #define cpu_has_avx512dq (cp.feat.avx512dq && xcr0_mask(0xe6))
154 #define cpu_has_avx512er (cp.feat.avx512er && xcr0_mask(0xe6))
162 #define cpu_has_vaes (cp.feat.vaes && xcr0_mask(6))
178 #define cpu_has_xop (cp.extd.xop && xcr0_mask(6))
[all …]

Completed in 2 milliseconds