Home
last modified time | relevance | path

Searched refs:target_label (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit.c1275 uint32_t target_label, target_label2; in zend_jit() local
2006 target_label = ssa->cfg.blocks[b].successors[0]; in zend_jit()
2015 target_label = target_label2 = (uint32_t)-1; in zend_jit()
2042 target_label = ssa->cfg.blocks[b].successors[0]; in zend_jit()
2051 target_label = target_label2 = (uint32_t)-1; in zend_jit()
2072 target_label = ssa->cfg.blocks[b].successors[0]; in zend_jit()
2076 target_label = target_label2 = (uint32_t)-1; in zend_jit()
2099 target_label = target_label2 = (uint32_t)-1; in zend_jit()
2176 target_label = target_label2 = (uint32_t)-1; in zend_jit()
2205 target_label = target_label2 = (uint32_t)-1; in zend_jit()
[all …]
H A Dzend_jit_ir.c6949 target_label2 : target_label; in zend_jit_cmp()
7208 uint32_t tmp = target_label; in zend_jit_identical()
7256 false_label = target_label; in zend_jit_bool_jmpznz()
7258 true_label = target_label; in zend_jit_bool_jmpznz()
7263 false_label = target_label; in zend_jit_bool_jmpznz()
7266 true_label = target_label; in zend_jit_bool_jmpznz()
7556 defined_label = target_label; in zend_jit_defined()
7851 false_label = target_label; in zend_jit_type_check()
7853 true_label = target_label; in zend_jit_type_check()
8030 false_label = target_label; in zend_jit_isset_isempty_cv()
[all …]

Completed in 75 milliseconds