Searched refs:ZEND_JIT_CPU_AVX (Results 1 – 3 of 3) sorted by relevance
48 #define ZEND_JIT_CPU_AVX (1<<2) /* use AVX instructions, if available */ macro
3522 JIT_G(opt_flags) |= ((jit % 10) ? ZEND_JIT_CPU_AVX : 0); in zend_jit_parse_config_num()3561 JIT_G(opt_flags) = ZEND_JIT_REG_ALLOC_GLOBAL | ZEND_JIT_CPU_AVX; in zend_jit_config()3568 JIT_G(opt_flags) = ZEND_JIT_REG_ALLOC_GLOBAL | ZEND_JIT_CPU_AVX; in zend_jit_config()
2664 if (JIT_G(opt_flags) & allowed_opt_flags & ZEND_JIT_CPU_AVX) { in zend_jit_init_ctx()3210 allowed_opt_flags |= ZEND_JIT_CPU_AVX; in zend_jit_setup()
Completed in 53 milliseconds