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.c6564 …if (!smart_branch_opcode || smart_branch_opcode == ZEND_JMPNZ_EX || smart_branch_opcode == ZEND_JM… in zend_jit_cmp_long_long()
6569 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_cmp_long_long()
6600 …if (!smart_branch_opcode || smart_branch_opcode == ZEND_JMPNZ_EX || smart_branch_opcode == ZEND_JM… in zend_jit_cmp_long_double()
6605 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_cmp_long_double()
6621 …if (!smart_branch_opcode || smart_branch_opcode == ZEND_JMPNZ_EX || smart_branch_opcode == ZEND_JM… in zend_jit_cmp_double_long()
6626 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_cmp_double_long()
6642 …if (!smart_branch_opcode || smart_branch_opcode == ZEND_JMPNZ_EX || smart_branch_opcode == ZEND_JM… in zend_jit_cmp_double_double()
6647 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_cmp_double_double()
6677 …if (!smart_branch_opcode || smart_branch_opcode == ZEND_JMPNZ_EX || smart_branch_opcode == ZEND_JM… in zend_jit_cmp_slow()
6682 if (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) { in zend_jit_cmp_slow()
[all …]
H A Dzend_jit.c1274 uint8_t smart_branch_opcode; in zend_jit() local
2005 smart_branch_opcode = (opline+1)->opcode; in zend_jit()
2014 smart_branch_opcode = 0; in zend_jit()
2041 smart_branch_opcode = (opline+1)->opcode; in zend_jit()
2050 smart_branch_opcode = 0; in zend_jit()
2071 smart_branch_opcode = (opline+1)->opcode; in zend_jit()
2075 smart_branch_opcode = 0; in zend_jit()
2098 smart_branch_opcode = 0; in zend_jit()
2175 smart_branch_opcode = 0; in zend_jit()
2204 smart_branch_opcode = 0; in zend_jit()
[all …]
H A Dzend_jit_trace.c3987 uint8_t smart_branch_opcode; in zend_jit_trace() local
5297 smart_branch_opcode = 0; in zend_jit_trace()
5348 smart_branch_opcode = 0; in zend_jit_trace()
5372 smart_branch_opcode = 0; in zend_jit_trace()
5401 smart_branch_opcode = 0; in zend_jit_trace()
5624 smart_branch_opcode = 0; in zend_jit_trace()
5654 smart_branch_opcode = 0; in zend_jit_trace()
5824 smart_branch_opcode = 0; in zend_jit_trace()
5848 smart_branch_opcode, -1, -1, in zend_jit_trace()
6120 smart_branch_opcode = ZEND_NOP; in zend_jit_trace()
[all …]

Completed in 77 milliseconds