Home
last modified time | relevance | path

Searched refs:HWCAP_JSCVT (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/arch/arm64/include/
Delf.h54 #define HWCAP_JSCVT 0x00002000 macro
/openbsd/src/gnu/llvm/compiler-rt/lib/builtins/
Dcpu_model.c878 #ifndef HWCAP_JSCVT
879 #define HWCAP_JSCVT (1 << 13) macro
1180 if (hwcap & HWCAP_JSCVT) in init_cpu_features_resolver()
/openbsd/src/sys/arch/arm64/arm64/
Dcpu.c1224 hwcap |= HWCAP_JSCVT; in cpu_identify_cleanup()