OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hwcap_seen
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-sparc.c
78
static uint64_t
hwcap_seen
;
variable
1133
hwcaps =
hwcap_seen
& U0xffffffff;
1134
hwcaps2 =
hwcap_seen
>> 32;
3201
hwcap_seen
|= hwcaps;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-sparc.c
78
static uint64_t
hwcap_seen
;
variable
1132
hwcaps =
hwcap_seen
& U0xffffffff;
1133
hwcaps2 =
hwcap_seen
>> 32;
3200
hwcap_seen
|= hwcaps;
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026