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.c6599 …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()
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()
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()
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()
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()
[all …]
H A Dzend_jit.c1275 uint8_t smart_branch_opcode; in zend_jit() local
2032 smart_branch_opcode = (opline+1)->opcode; in zend_jit()
2041 smart_branch_opcode = 0; in zend_jit()
2068 smart_branch_opcode = (opline+1)->opcode; in zend_jit()
2077 smart_branch_opcode = 0; in zend_jit()
2098 smart_branch_opcode = (opline+1)->opcode; in zend_jit()
2102 smart_branch_opcode = 0; in zend_jit()
2125 smart_branch_opcode = 0; in zend_jit()
2202 smart_branch_opcode = 0; in zend_jit()
2231 smart_branch_opcode = 0; in zend_jit()
[all …]
H A Dzend_jit_trace.c4015 uint8_t smart_branch_opcode; in zend_jit_trace() local
5354 smart_branch_opcode = 0; in zend_jit_trace()
5405 smart_branch_opcode = 0; in zend_jit_trace()
5429 smart_branch_opcode = 0; in zend_jit_trace()
5458 smart_branch_opcode = 0; in zend_jit_trace()
5680 smart_branch_opcode = 0; in zend_jit_trace()
5710 smart_branch_opcode = 0; in zend_jit_trace()
5892 smart_branch_opcode = 0; in zend_jit_trace()
5916 smart_branch_opcode, -1, -1, in zend_jit_trace()
6192 smart_branch_opcode = ZEND_NOP; in zend_jit_trace()
[all …]

Completed in 80 milliseconds