1570af302Sopenharmony_ci#define HWCAP_MIPS_R6 (1 << 0) 2570af302Sopenharmony_ci#define HWCAP_MIPS_MSA (1 << 1) 3570af302Sopenharmony_ci#define HWCAP_MIPS_CRC32 (1 << 2) 4570af302Sopenharmony_ci#define HWCAP_MIPS_MIPS16 (1 << 3) 5570af302Sopenharmony_ci#define HWCAP_MIPS_MDMX (1 << 4) 6570af302Sopenharmony_ci#define HWCAP_MIPS_MIPS3D (1 << 5) 7570af302Sopenharmony_ci#define HWCAP_MIPS_SMARTMIPS (1 << 6) 8570af302Sopenharmony_ci#define HWCAP_MIPS_DSP (1 << 7) 9570af302Sopenharmony_ci#define HWCAP_MIPS_DSP2 (1 << 8) 10570af302Sopenharmony_ci#define HWCAP_MIPS_DSP3 (1 << 9) 11570af302Sopenharmony_ci#define HWCAP_MIPS_MIPS16E2 (1 << 10) 12570af302Sopenharmony_ci#define HWCAP_LOONGSON_MMI (1 << 11) 13570af302Sopenharmony_ci#define HWCAP_LOONGSON_EXT (1 << 12) 14570af302Sopenharmony_ci#define HWCAP_LOONGSON_EXT2 (1 << 13) 15