OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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];
/toolchain/binutils/binutils-2.25/include/opcode/
sparc.h
103
unsigned int
hwcaps2
;
member in struct:sparc_opcode
/prebuilts/ndk/r11/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
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
850
/* Extract the list of CPU features from ELF
hwcaps2
*/
851
uint32_t
hwcaps2
= 0;
local
852
hwcaps2
= get_elf_hwcap_from_getauxval(AT_HWCAP2);
853
if (
hwcaps2
!= 0) {
854
int has_aes = (
hwcaps2
& HWCAP2_AES);
855
int has_pmull = (
hwcaps2
& HWCAP2_PMULL);
856
int has_sha1 = (
hwcaps2
& HWCAP2_SHA1);
857
int has_sha2 = (
hwcaps2
& HWCAP2_SHA2);
858
int has_crc32 = (
hwcaps2
& HWCAP2_CRC32);
[
all
...]
/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 635 milliseconds