Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit.c1276 uint32_t target_label, target_label2; in zend_jit() local
2034 target_label2 = ssa->cfg.blocks[b].successors[1]; in zend_jit()
2042 target_label = target_label2 = (uint32_t)-1; in zend_jit()
2070 target_label2 = ssa->cfg.blocks[b].successors[1]; in zend_jit()
2078 target_label = target_label2 = (uint32_t)-1; in zend_jit()
2100 target_label2 = ssa->cfg.blocks[b].successors[1]; in zend_jit()
2103 target_label = target_label2 = (uint32_t)-1; in zend_jit()
2126 target_label = target_label2 = (uint32_t)-1; in zend_jit()
2203 target_label = target_label2 = (uint32_t)-1; in zend_jit()
2232 target_label = target_label2 = (uint32_t)-1; in zend_jit()
[all …]
H A Dzend_jit_ir.c7014 target_label2 : target_label; in zend_jit_cmp()
7016 target_label : target_label2; in zend_jit_cmp()
7275 target_label2 = tmp; in zend_jit_identical()
7320 true_label = target_label2; in zend_jit_bool_jmpznz()
7324 false_label = target_label2; in zend_jit_bool_jmpznz()
7327 true_label = target_label2; in zend_jit_bool_jmpznz()
7332 false_label = target_label2; in zend_jit_bool_jmpznz()
7924 true_label = target_label2; in zend_jit_type_check()
7928 false_label = target_label2; in zend_jit_type_check()
8103 true_label = target_label2; in zend_jit_isset_isempty_cv()
[all …]

Completed in 48 milliseconds