mirror of https://git.musl-libc.org/git/musl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
435 B
16 lines
435 B
|
9 years ago
|
#define HWCAP_S390_ESAN3 1
|
||
|
|
#define HWCAP_S390_ZARCH 2
|
||
|
|
#define HWCAP_S390_STFLE 4
|
||
|
|
#define HWCAP_S390_MSA 8
|
||
|
|
#define HWCAP_S390_LDISP 16
|
||
|
|
#define HWCAP_S390_EIMM 32
|
||
|
|
#define HWCAP_S390_DFP 64
|
||
|
|
#define HWCAP_S390_HPAGE 128
|
||
|
|
#define HWCAP_S390_ETF3EH 256
|
||
|
|
#define HWCAP_S390_HIGH_GPRS 512
|
||
|
|
#define HWCAP_S390_TE 1024
|
||
|
|
#define HWCAP_S390_VXRS 2048
|
||
|
|
#define HWCAP_S390_VXRS_BCD 4096
|
||
|
|
#define HWCAP_S390_VXRS_EXT 8192
|
||
|
|
#define HWCAP_S390_GS 16384
|