Home
last modified time | relevance | path

Searched refs:orc_compiler_flag_check (Results 1 – 5 of 5) sorted by relevance

/dports/devel/orc/orc-0.4.31/orc/
H A Dorccpu-x86.c247 if (orc_compiler_flag_check ("-sse2")) { in orc_x86_detect_cpuid()
250 if (orc_compiler_flag_check ("-sse3")) { in orc_x86_detect_cpuid()
253 if (orc_compiler_flag_check ("-ssse3")) { in orc_x86_detect_cpuid()
256 if (orc_compiler_flag_check ("-sse41")) { in orc_x86_detect_cpuid()
259 if (orc_compiler_flag_check ("-sse42")) { in orc_x86_detect_cpuid()
262 if (orc_compiler_flag_check ("-sse4a")) { in orc_x86_detect_cpuid()
265 if (orc_compiler_flag_check ("-sse5")) { in orc_x86_detect_cpuid()
H A Dorccpu-powerpc.c217 if (orc_compiler_flag_check("-altivec")) { in powerpc_detect_cpu_flags()
220 if (orc_compiler_flag_check("-vsx")) { in powerpc_detect_cpu_flags()
223 if (orc_compiler_flag_check("-v207")) { in powerpc_detect_cpu_flags()
H A Dorccpu-arm.c167 if (orc_compiler_flag_check ("-neon")) { in orc_arm_get_cpu_flags()
H A Dorccompiler.h163 ORC_API int orc_compiler_flag_check (const char *flag);
H A Dorccompiler.c61 _orc_compiler_flag_backup = orc_compiler_flag_check ("backup"); in _orc_compiler_init()
62 _orc_compiler_flag_emulate = orc_compiler_flag_check ("emulate"); in _orc_compiler_init()
63 _orc_compiler_flag_debug = orc_compiler_flag_check ("debug"); in _orc_compiler_init()
64 _orc_compiler_flag_randomize = orc_compiler_flag_check ("randomize"); in _orc_compiler_init()
68 orc_compiler_flag_check (const char *flag) in orc_compiler_flag_check() function