OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s390_host_hwcaps
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/priv/
host_s390_defs.h
565
extern UInt
s390_host_hwcaps
;
569
(
s390_host_hwcaps
& (VEX_HWCAPS_S390X_LDISP))
571
(
s390_host_hwcaps
& (VEX_HWCAPS_S390X_EIMM))
573
(
s390_host_hwcaps
& (VEX_HWCAPS_S390X_GIE))
575
(
s390_host_hwcaps
& (VEX_HWCAPS_S390X_DFP))
577
(
s390_host_hwcaps
& (VEX_HWCAPS_S390X_FGX))
579
(
s390_host_hwcaps
& (VEX_HWCAPS_S390X_ETF2))
581
(
s390_host_hwcaps
& (VEX_HWCAPS_S390X_STFLE))
583
(
s390_host_hwcaps
& (VEX_HWCAPS_S390X_ETF3))
host_s390_isel.c
[
all
...]
host_s390_defs.c
52
UInt
s390_host_hwcaps
;
variable
[
all
...]
Completed in 29 milliseconds