Lines Matching refs:smart_branch_opcode

6562                                      uint8_t         smart_branch_opcode,  in zend_jit_cmp_long_long()  argument
6572 if (!smart_branch_opcode || in zend_jit_cmp_long_long()
6573 smart_branch_opcode == ZEND_JMPZ_EX || in zend_jit_cmp_long_long()
6574 smart_branch_opcode == ZEND_JMPNZ_EX) { in zend_jit_cmp_long_long()
6577 if (smart_branch_opcode && !exit_addr) { in zend_jit_cmp_long_long()
6578 if (smart_branch_opcode == ZEND_JMPZ || in zend_jit_cmp_long_long()
6579 smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_cmp_long_long()
6581 } else if (smart_branch_opcode == ZEND_JMPNZ || in zend_jit_cmp_long_long()
6582 smart_branch_opcode == ZEND_JMPNZ_EX) { in zend_jit_cmp_long_long()
6599 …if (!smart_branch_opcode || smart_branch_opcode == ZEND_JMPNZ_EX || smart_branch_opcode == ZEND_JM… in zend_jit_cmp_long_long()
6604 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_cmp_long_long()
6617 } else if (smart_branch_opcode) { in zend_jit_cmp_long_long()
6619 …(smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) ? target_label2 : target… in zend_jit_cmp_long_long()
6631 … op1_addr, zend_jit_addr op2_addr, zend_jit_addr res_addr, uint8_t smart_branch_opcode, uint32_t t… in zend_jit_cmp_long_double() argument
6635 …if (!smart_branch_opcode || smart_branch_opcode == ZEND_JMPNZ_EX || smart_branch_opcode == ZEND_JM… in zend_jit_cmp_long_double()
6640 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_cmp_long_double()
6645 } else if (smart_branch_opcode) { in zend_jit_cmp_long_double()
6647 …(smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) ? target_label2 : target… in zend_jit_cmp_long_double()
6652 … op1_addr, zend_jit_addr op2_addr, zend_jit_addr res_addr, uint8_t smart_branch_opcode, uint32_t t… in zend_jit_cmp_double_long() argument
6656 …if (!smart_branch_opcode || smart_branch_opcode == ZEND_JMPNZ_EX || smart_branch_opcode == ZEND_JM… in zend_jit_cmp_double_long()
6661 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_cmp_double_long()
6666 } else if (smart_branch_opcode) { in zend_jit_cmp_double_long()
6668 …(smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) ? target_label2 : target… in zend_jit_cmp_double_long()
6673 … op1_addr, zend_jit_addr op2_addr, zend_jit_addr res_addr, uint8_t smart_branch_opcode, uint32_t t… in zend_jit_cmp_double_double() argument
6677 …if (!smart_branch_opcode || smart_branch_opcode == ZEND_JMPNZ_EX || smart_branch_opcode == ZEND_JM… in zend_jit_cmp_double_double()
6682 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_cmp_double_double()
6695 } else if (smart_branch_opcode) { in zend_jit_cmp_double_double()
6697 …(smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) ? target_label2 : target… in zend_jit_cmp_double_double()
6708 …ir_ref ref, const zend_op *opline, zend_jit_addr res_addr, uint8_t smart_branch_opcode, uint32_t t… in zend_jit_cmp_slow() argument
6712 …if (!smart_branch_opcode || smart_branch_opcode == ZEND_JMPNZ_EX || smart_branch_opcode == ZEND_JM… in zend_jit_cmp_slow()
6717 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_cmp_slow()
6722 } else if (smart_branch_opcode) { in zend_jit_cmp_slow()
6724 …(smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) ? target_label2 : target… in zend_jit_cmp_slow()
6740 uint8_t smart_branch_opcode, in zend_jit_cmp() argument
6792 …ref = zend_jit_cmp_long_double(jit, opline, op1_addr, op2_addr, res_addr, smart_branch_opcode, tar… in zend_jit_cmp()
6802 …g(jit, opline, op1_range, op1_addr, op2_range, op2_addr, res_addr, smart_branch_opcode, target_lab… in zend_jit_cmp()
6823 …ref = zend_jit_cmp_double_double(jit, opline, op1_addr, op2_addr, res_addr, smart_branch_opcode, t… in zend_jit_cmp()
6839 …ref = zend_jit_cmp_double_long(jit, opline, op1_addr, op2_addr, res_addr, smart_branch_opcode, tar… in zend_jit_cmp()
6864 …ref = zend_jit_cmp_double_double(jit, opline, op1_addr, op2_addr, res_addr, smart_branch_opcode, t… in zend_jit_cmp()
6880 …ref = zend_jit_cmp_double_long(jit, opline, op1_addr, op2_addr, res_addr, smart_branch_opcode, tar… in zend_jit_cmp()
6902 …ref = zend_jit_cmp_double_double(jit, opline, op1_addr, op2_addr, res_addr, smart_branch_opcode, t… in zend_jit_cmp()
6918 …ref = zend_jit_cmp_long_double(jit, opline, op1_addr, op2_addr, res_addr, smart_branch_opcode, tar… in zend_jit_cmp()
6970 …ref = zend_jit_cmp_slow(jit, ref, opline, res_addr, smart_branch_opcode, target_label, target_labe… in zend_jit_cmp()
6980 if (smart_branch_opcode && !exit_addr) { in zend_jit_cmp()
6983 uint32_t label = (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) ? in zend_jit_cmp()
6985 uint32_t label2 = (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) ? in zend_jit_cmp()
7027 } else if (smart_branch_opcode && !exit_addr) { in zend_jit_cmp()
7046 uint8_t smart_branch_opcode, in zend_jit_identical() argument
7088 if (!smart_branch_opcode in zend_jit_identical()
7089 || smart_branch_opcode == ZEND_JMPZ_EX in zend_jit_identical()
7090 || smart_branch_opcode == ZEND_JMPNZ_EX) { in zend_jit_identical()
7097 if (smart_branch_opcode == ZEND_JMPNZ || smart_branch_opcode == ZEND_JMPNZ_EX) { in zend_jit_identical()
7100 } else if (smart_branch_opcode) { in zend_jit_identical()
7104 label = (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) ? in zend_jit_identical()
7107 label = (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) ? in zend_jit_identical()
7119 if (!smart_branch_opcode in zend_jit_identical()
7120 || smart_branch_opcode == ZEND_JMPZ_EX in zend_jit_identical()
7121 || smart_branch_opcode == ZEND_JMPNZ_EX) { in zend_jit_identical()
7128 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_identical()
7131 } else if (smart_branch_opcode) { in zend_jit_identical()
7135 label = (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) ? in zend_jit_identical()
7138 label = (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) ? in zend_jit_identical()
7160 …g(jit, opline, op1_range, op1_addr, op2_range, op2_addr, res_addr, smart_branch_opcode, target_lab… in zend_jit_identical()
7166 …ref = zend_jit_cmp_double_double(jit, opline, op1_addr, op2_addr, res_addr, smart_branch_opcode, t… in zend_jit_identical()
7218 …if (!smart_branch_opcode || smart_branch_opcode == ZEND_JMPNZ_EX || smart_branch_opcode == ZEND_JM… in zend_jit_identical()
7235 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_identical()
7240 } else if (smart_branch_opcode) { in zend_jit_identical()
7248 …(smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) ? target_label2 : target… in zend_jit_identical()
7252 if (smart_branch_opcode && !exit_addr) { in zend_jit_identical()
7577 static int zend_jit_defined(zend_jit_ctx *jit, const zend_op *opline, uint8_t smart_branch_opcode, … in zend_jit_defined() argument
7586 if (smart_branch_opcode && !exit_addr) { in zend_jit_defined()
7587 if (smart_branch_opcode == ZEND_JMPZ) { in zend_jit_defined()
7590 } else if (smart_branch_opcode == ZEND_JMPNZ) { in zend_jit_defined()
7613 if (smart_branch_opcode == ZEND_JMPNZ) { in zend_jit_defined()
7618 } else if (smart_branch_opcode) { in zend_jit_defined()
7637 if (smart_branch_opcode == ZEND_JMPZ) { in zend_jit_defined()
7642 } else if (smart_branch_opcode) { in zend_jit_defined()
7655 if (smart_branch_opcode == ZEND_JMPZ) { in zend_jit_defined()
7661 } else if (smart_branch_opcode) { in zend_jit_defined()
7673 if (!smart_branch_opcode || exit_addr) { in zend_jit_defined()
7881 …nd_jit_ctx *jit, const zend_op *opline, uint32_t op1_info, uint8_t smart_branch_opcode, uint32_t t… in zend_jit_type_check() argument
7892 if (smart_branch_opcode && !exit_addr) { in zend_jit_type_check()
7893 if (smart_branch_opcode == ZEND_JMPZ) { in zend_jit_type_check()
7896 } else if (smart_branch_opcode == ZEND_JMPNZ) { in zend_jit_type_check()
7919 if (smart_branch_opcode == ZEND_JMPNZ) { in zend_jit_type_check()
7924 } else if (smart_branch_opcode) { in zend_jit_type_check()
7932 if (smart_branch_opcode == ZEND_JMPZ) { in zend_jit_type_check()
7937 } else if (smart_branch_opcode) { in zend_jit_type_check()
7958 if (smart_branch_opcode == ZEND_JMPNZ) { in zend_jit_type_check()
7963 } else if (smart_branch_opcode) { in zend_jit_type_check()
7972 if (smart_branch_opcode == ZEND_JMPZ) { in zend_jit_type_check()
7977 } else if (smart_branch_opcode) { in zend_jit_type_check()
8017 if (!smart_branch_opcode) { in zend_jit_type_check()
8029 if (smart_branch_opcode == ZEND_JMPZ) { in zend_jit_type_check()
8037 } else if (smart_branch_opcode) { in zend_jit_type_check()
8051 if (!smart_branch_opcode || exit_addr) { in zend_jit_type_check()
8062 …end_op *opline, uint32_t op1_info, zend_jit_addr op1_addr, uint8_t smart_branch_opcode, uint32_t t… in zend_jit_isset_isempty_cv() argument
8071 if (smart_branch_opcode && !exit_addr) { in zend_jit_isset_isempty_cv()
8072 if (smart_branch_opcode == ZEND_JMPZ) { in zend_jit_isset_isempty_cv()
8075 } else if (smart_branch_opcode == ZEND_JMPNZ) { in zend_jit_isset_isempty_cv()
8093 ZEND_ASSERT(smart_branch_opcode == ZEND_JMPZ); in zend_jit_isset_isempty_cv()
8094 } else if (smart_branch_opcode) { in zend_jit_isset_isempty_cv()
8102 ZEND_ASSERT(smart_branch_opcode == ZEND_JMPNZ); in zend_jit_isset_isempty_cv()
8103 } else if (smart_branch_opcode) { in zend_jit_isset_isempty_cv()
8112 if (smart_branch_opcode == ZEND_JMPNZ) { in zend_jit_isset_isempty_cv()
8117 } else if (smart_branch_opcode) { in zend_jit_isset_isempty_cv()
8130 if (!smart_branch_opcode || exit_addr) { in zend_jit_isset_isempty_cv()
11224 …end_op *opline, uint32_t op1_info, zend_jit_addr op1_addr, uint8_t smart_branch_opcode, uint32_t t… argument
11246 if (smart_branch_opcode == ZEND_JMPZ) {
11251 } else if (smart_branch_opcode) {
11258 (smart_branch_opcode == ZEND_JMPZ) ? target_label2 : target_label);
12637 uint8_t smart_branch_opcode, argument
12677 if (smart_branch_opcode == ZEND_JMPNZ) {
12760 if (smart_branch_opcode == ZEND_JMPNZ) {
12765 } else if (smart_branch_opcode) {
12766 if (smart_branch_opcode == ZEND_JMPZ) {
12768 } else if (smart_branch_opcode == ZEND_JMPNZ) {
12792 if (smart_branch_opcode == ZEND_JMPZ) {
12797 } else if (smart_branch_opcode) {
12798 if (smart_branch_opcode == ZEND_JMPZ) {
12800 } else if (smart_branch_opcode == ZEND_JMPNZ) {
12813 if (!exit_addr && smart_branch_opcode) {