Searched refs:res_info (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_vm.h | 25 …vm_set_opcode_handler_ex(zend_op* opcode, uint32_t op1_info, uint32_t op2_info, uint32_t res_info);
|
H A D | zend_vm_def.h | 9412 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_ADD, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_… 9448 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_SUB, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_… 9484 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_MUL, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_… 9647 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_PRE_INC, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG), Z… 9673 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_PRE_DEC, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG), Z… 9699 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_POST_INC, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG), … 9721 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_POST_DEC, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG), …
|
H A D | zend_vm_execute.h | 64319 …zend_vm_set_opcode_handler_ex(zend_op* op, uint32_t op1_info, uint32_t op2_info, uint32_t res_info) argument 64325 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_info == MAY_BE_LONG) { 64352 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_info == MAY_BE_LONG) { 64373 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_info == MAY_BE_LONG) { 64494 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG) { 64501 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG) { 64508 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG) { 64515 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG) {
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit_arm64.dasc | 4095 if (res_info & MAY_BE_GUARD) { 4120 if (res_info & MAY_BE_LONG) { 4145 if (may_overflow && (!(res_info & MAY_BE_GUARD) || (res_info & MAY_BE_ANY) == MAY_BE_DOUBLE)) { 4149 if (res_info & MAY_BE_LONG) { 4188 if (res_info & MAY_BE_LONG) { 11080 if ((res_info & MAY_BE_GUARD) 11123 res_info &= ~MAY_BE_GUARD; 12124 uint32_t res_info = RES_INFO(); 12429 res_info &= ~MAY_BE_GUARD; 14654 res_info &= ~MAY_BE_GUARD; [all …]
|
H A D | zend_jit_x86.dasc | 4465 if (res_info & MAY_BE_GUARD) { 4482 if (res_info & MAY_BE_LONG) { 4499 if (may_overflow && (!(res_info & MAY_BE_GUARD) || (res_info & MAY_BE_ANY) == MAY_BE_DOUBLE)) { 4503 if (res_info & MAY_BE_LONG) { 4555 if (res_info & MAY_BE_LONG) { 11806 if ((res_info & MAY_BE_GUARD) 11849 res_info &= ~MAY_BE_GUARD; 12104 | TRY_ADDREF res_info, ch, r2 13206 res_info &= ~MAY_BE_GUARD; 15593 res_info &= ~MAY_BE_GUARD; [all …]
|
H A D | zend_jit.c | 2694 uint32_t op1_info, op1_def_info, op2_info, res_info, res_use_info; in zend_jit() local 2938 res_info = RES_INFO(); in zend_jit() 2942 res_info = -1; in zend_jit() 2949 res_use_info, res_info, in zend_jit() 3054 res_info = RES_INFO(); in zend_jit() 3065 res_use_info, res_info, res_addr, in zend_jit() 3066 …(op1_info & MAY_BE_LONG) && (op2_info & MAY_BE_LONG) && (res_info & MAY_BE_DOUBLE) && zend_may_ove… in zend_jit() 3309 res_info = -1; in zend_jit() 3312 res_info = RES_INFO(); in zend_jit() 3328 res_info, res_addr, in zend_jit()
|
H A D | zend_jit_trace.c | 4362 res_info = RES_INFO(); in zend_jit_trace() 4366 res_info = -1; in zend_jit_trace() 4377 res_use_info, res_info, in zend_jit_trace() 4427 res_info = RES_INFO(); in zend_jit_trace() 4431 res_use_info, res_info, res_addr, in zend_jit_trace() 4499 res_info = RES_INFO(); in zend_jit_trace() 5016 res_info = -1; in zend_jit_trace() 5019 res_info = RES_INFO(); in zend_jit_trace() 5033 res_info, res_addr, in zend_jit_trace() 5072 res_info = RES_INFO(); in zend_jit_trace() [all …]
|
/PHP-8.2/Zend/Optimizer/ |
H A D | zend_optimizer.c | 1242 uint32_t res_info = in zend_redo_pass_two_ex() local 1323 zend_vm_set_opcode_handler_ex(opline, op1_info, op2_info, res_info); in zend_redo_pass_two_ex()
|
Completed in 269 milliseconds