* arch/arm/src/common/hwcap.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
* ASF licenses this file to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*
****************************************************************************/
#ifndef __ARCH_ARM_SRC_COMMON_HWCAP_H
#define __ARCH_ARM_SRC_COMMON_HWCAP_H
* Included Files
****************************************************************************/
* Pre-processor Definitions
****************************************************************************/
#define HWCAP_SWP "swp"
#define HWCAP_HALF "half"
#define HWCAP_THUMB "thumb"
#define HWCAP_26BIT "26bit"
#define HWCAP_FAST_MULT "fastmult"
#define HWCAP_FPA "fpa"
#define HWCAP_VFP "vfp"
#define HWCAP_EDSP "edsp"
#define HWCAP_JAVA "java"
#define HWCAP_IWMMXT "iwmmxt"
#define HWCAP_CRUNCH "crunch"
#define HWCAP_THUMBEE "thumbee"
#define HWCAP_NEON "neon"
#define HWCAP_VFPV3 "vfpv3"
#define HWCAP_VFPV3D16 "vfpv3d16"
#define HWCAP_TLS "tls"
#define HWCAP_VFPV4 "vfpv4"
#define HWCAP_IDIVA "idiva"
#define HWCAP_IDIVT "idivt"
#define HWCAP_VFPD32 "vfpd32"
#define HWCAP_LPAE "lpae"
#define HWCAP_EVTSTRM "evtstrm"
#define HWCAP_FPHP "fphp"
#define HWCAP_FPSP "fpsp"
#define HWCAP_FPDP "fpdp"
#define HWCAP_FPV5 "fpv5"
#define HWCAP_MVE "mve"
#define HWCAP2_AES "aes"
#define HWCAP2_PMULL "pmull"
#define HWCAP2_SHA1 "sha1"
#define HWCAP2_SHA2 "sha2"
#define HWCAP2_CRC32 "crc32"
#endif