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.c1393 uint32_t target_label, target_label2; in zend_jit() local
2151 target_label = ssa->cfg.blocks[b].successors[0]; in zend_jit()
2160 target_label = target_label2 = (uint32_t)-1; in zend_jit()
2187 target_label = ssa->cfg.blocks[b].successors[0]; in zend_jit()
2196 target_label = target_label2 = (uint32_t)-1; in zend_jit()
2217 target_label = ssa->cfg.blocks[b].successors[0]; in zend_jit()
2221 target_label = target_label2 = (uint32_t)-1; in zend_jit()
2244 target_label = target_label2 = (uint32_t)-1; in zend_jit()
2321 target_label = target_label2 = (uint32_t)-1; in zend_jit()
2350 target_label = target_label2 = (uint32_t)-1; in zend_jit()
[all …]
H A Dzend_jit_ir.c7161 target_label2 : target_label; in zend_jit_cmp()
7423 uint32_t tmp = target_label; in zend_jit_identical()
7471 false_label = target_label; in zend_jit_bool_jmpznz()
7473 true_label = target_label; in zend_jit_bool_jmpznz()
7478 false_label = target_label; in zend_jit_bool_jmpznz()
7481 true_label = target_label; in zend_jit_bool_jmpznz()
7771 defined_label = target_label; in zend_jit_defined()
8075 false_label = target_label; in zend_jit_type_check()
8077 true_label = target_label; in zend_jit_type_check()
8256 false_label = target_label; in zend_jit_isset_isempty_cv()
[all …]

Completed in 55 milliseconds