HomeSort by relevance Sort by last modified time
    Searched refs:hwcaps2 (Results 1 - 5 of 5) sorted by null

  /external/elfutils/backends/
sparc_attrs.c 63 static const char *hwcaps2[11] = local
69 *value_name = hwcaps2[value];
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 844 /* Extract the list of CPU features from ELF hwcaps2 */
845 uint32_t hwcaps2 = 0; local
847 hwcaps2 = get_elf_hwcap_from_getauxval(AT_HWCAP2);
849 if (hwcaps2 != 0) {
850 int has_aes = (hwcaps2 & HWCAP2_AES);
851 int has_pmull = (hwcaps2 & HWCAP2_PMULL);
852 int has_sha1 = (hwcaps2 & HWCAP2_SHA1);
853 int has_sha2 = (hwcaps2 & HWCAP2_SHA2);
854 int has_crc32 = (hwcaps2 & HWCAP2_CRC32);
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 849 /* Extract the list of CPU features from ELF hwcaps2 */
850 uint32_t hwcaps2 = 0; local
851 hwcaps2 = get_elf_hwcap_from_getauxval(AT_HWCAP2);
852 if (hwcaps2 != 0) {
853 int has_aes = (hwcaps2 & HWCAP2_AES);
854 int has_pmull = (hwcaps2 & HWCAP2_PMULL);
855 int has_sha1 = (hwcaps2 & HWCAP2_SHA1);
856 int has_sha2 = (hwcaps2 & HWCAP2_SHA2);
857 int has_crc32 = (hwcaps2 & HWCAP2_CRC32);
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
sparc.h 103 unsigned int hwcaps2; member in struct:sparc_opcode
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sparc.c 980 int hwcaps, hwcaps2;
1006 hwcaps2 = hwcap_seen >> 32;
1010 if (hwcaps2)
1011 bfd_elf_add_obj_attr_int (stdoutput, OBJ_ATTR_GNU, Tag_GNU_Sparc_HWCAPS2, hwcaps2);
975 int hwcaps, hwcaps2; local
    [all...]

Completed in 80 milliseconds