xref: /aosp_15_r20/external/musl/arch/s390x/bits/hwcap.h (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1 #define HWCAP_S390_ESAN3	1
2 #define HWCAP_S390_ZARCH	2
3 #define HWCAP_S390_STFLE	4
4 #define HWCAP_S390_MSA		8
5 #define HWCAP_S390_LDISP	16
6 #define HWCAP_S390_EIMM		32
7 #define HWCAP_S390_DFP		64
8 #define HWCAP_S390_HPAGE	128
9 #define HWCAP_S390_ETF3EH	256
10 #define HWCAP_S390_HIGH_GPRS	512
11 #define HWCAP_S390_TE		1024
12 #define HWCAP_S390_VXRS		2048
13 #define HWCAP_S390_VXRS_BCD	4096
14 #define HWCAP_S390_VXRS_EXT	8192
15 #define HWCAP_S390_GS		16384
16