Searched refs:jit_IF_ex (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 3413 static ir_ref jit_IF_ex(zend_jit_ctx *jit, ir_ref condition, ir_ref true_block) in jit_IF_ex() function 3903 ref = jit_IF_ex(jit, jit_CMP_IP(jit, IR_NE, next_opline), target_block); in zend_jit_cond_jmp() 6757 return jit_IF_ex(jit, IR_FALSE, result ? target_label : target_label2); in zend_jit_cmp_long_long() 6760 return jit_IF_ex(jit, IR_TRUE, result ? target_label : target_label2); in zend_jit_cmp_long_long() 6795 return jit_IF_ex(jit, ref, in zend_jit_cmp_long_long() 6823 return jit_IF_ex(jit, ref, in zend_jit_cmp_long_double() 6844 return jit_IF_ex(jit, ref, in zend_jit_cmp_double_long() 6873 return jit_IF_ex(jit, ref, in zend_jit_cmp_double_double() 6900 return jit_IF_ex(jit, ref, in zend_jit_cmp_slow() 7427 ref = jit_IF_ex(jit, ref, in zend_jit_identical() [all …]
|
Completed in 70 milliseconds