Home
last modified time | relevance | path

Searched refs:smart_branch_opcode (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c6776 …if (!smart_branch_opcode || smart_branch_opcode == ZEND_JMPNZ_EX || smart_branch_opcode == ZEND_JM… in zend_jit_cmp_long_long()
6781 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_cmp_long_long()
6812 …if (!smart_branch_opcode || smart_branch_opcode == ZEND_JMPNZ_EX || smart_branch_opcode == ZEND_JM… in zend_jit_cmp_long_double()
6817 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_cmp_long_double()
6833 …if (!smart_branch_opcode || smart_branch_opcode == ZEND_JMPNZ_EX || smart_branch_opcode == ZEND_JM… in zend_jit_cmp_double_long()
6838 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_cmp_double_long()
6854 …if (!smart_branch_opcode || smart_branch_opcode == ZEND_JMPNZ_EX || smart_branch_opcode == ZEND_JM… in zend_jit_cmp_double_double()
6859 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_cmp_double_double()
6889 …if (!smart_branch_opcode || smart_branch_opcode == ZEND_JMPNZ_EX || smart_branch_opcode == ZEND_JM… in zend_jit_cmp_slow()
6894 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_cmp_slow()
[all …]
H A Dzend_jit.c1392 uint8_t smart_branch_opcode; in zend_jit() local
2150 smart_branch_opcode = (opline+1)->opcode; in zend_jit()
2159 smart_branch_opcode = 0; in zend_jit()
2186 smart_branch_opcode = (opline+1)->opcode; in zend_jit()
2195 smart_branch_opcode = 0; in zend_jit()
2216 smart_branch_opcode = (opline+1)->opcode; in zend_jit()
2220 smart_branch_opcode = 0; in zend_jit()
2243 smart_branch_opcode = 0; in zend_jit()
2320 smart_branch_opcode = 0; in zend_jit()
2349 smart_branch_opcode = 0; in zend_jit()
[all …]
H A Dzend_jit_trace.c4101 uint8_t smart_branch_opcode; in zend_jit_trace() local
5445 smart_branch_opcode = 0; in zend_jit_trace()
5496 smart_branch_opcode = 0; in zend_jit_trace()
5520 smart_branch_opcode = 0; in zend_jit_trace()
5549 smart_branch_opcode = 0; in zend_jit_trace()
5774 smart_branch_opcode = 0; in zend_jit_trace()
5804 smart_branch_opcode = 0; in zend_jit_trace()
5986 smart_branch_opcode = 0; in zend_jit_trace()
6010 smart_branch_opcode, -1, -1, in zend_jit_trace()
6309 smart_branch_opcode = ZEND_NOP; in zend_jit_trace()
[all …]

Completed in 71 milliseconds