Home
last modified time | relevance | path

Searched refs:res_info (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_vm.h25 …vm_set_opcode_handler_ex(zend_op* opcode, uint32_t op1_info, uint32_t op2_info, uint32_t res_info);
H A Dzend_vm_def.h9197 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_ADD, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_…
9233 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_SUB, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_…
9269 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_MUL, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_…
9432 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_PRE_INC, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG), Z…
9458 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_PRE_DEC, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG), Z…
9484 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_POST_INC, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG), …
9506 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_POST_DEC, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG), …
H A Dzend_vm_execute.h63348 …zend_vm_set_opcode_handler_ex(zend_op* op, uint32_t op1_info, uint32_t op2_info, uint32_t res_info) argument
63354 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_info == MAY_BE_LONG) {
63381 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_info == MAY_BE_LONG) {
63402 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_info == MAY_BE_LONG) {
63523 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG) {
63530 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG) {
63537 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG) {
63544 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG) {
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc4438 if (res_info & MAY_BE_GUARD) {
4452 if (res_info & MAY_BE_LONG) {
4469 if (may_overflow && (!(res_info & MAY_BE_GUARD) || (res_info & MAY_BE_ANY) == MAY_BE_DOUBLE)) {
4473 if (res_info & MAY_BE_LONG) {
4525 if (res_info & MAY_BE_LONG) {
12038 if ((res_info & MAY_BE_GUARD)
12081 res_info &= ~MAY_BE_GUARD;
12296 | TRY_ADDREF res_info, ch, r2
13345 res_info &= ~MAY_BE_GUARD;
15395 res_info &= ~MAY_BE_GUARD;
[all …]
H A Dzend_jit.c2117 uint32_t op1_info, op1_def_info, op2_info, res_info, res_use_info; in zend_jit() local
2360 res_info = RES_INFO(); in zend_jit()
2364 res_info = -1; in zend_jit()
2371 res_use_info, res_info, in zend_jit()
2484 res_info = RES_INFO(); in zend_jit()
2495 res_use_info, res_info, res_addr, in zend_jit()
2496 …(op1_info & MAY_BE_LONG) && (op2_info & MAY_BE_LONG) && (res_info & MAY_BE_DOUBLE) && zend_may_ove… in zend_jit()
2740 res_info = -1; in zend_jit()
2743 res_info = RES_INFO(); in zend_jit()
2763 res_info, res_addr, in zend_jit()
H A Dzend_jit_trace.c4052 res_info = RES_INFO(); in zend_jit_trace()
4056 res_info = -1; in zend_jit_trace()
4067 res_use_info, res_info, in zend_jit_trace()
4155 res_info = RES_INFO(); in zend_jit_trace()
4159 res_use_info, res_info, res_addr, in zend_jit_trace()
4237 res_info = RES_INFO(); in zend_jit_trace()
4733 res_info = -1; in zend_jit_trace()
4736 res_info = RES_INFO(); in zend_jit_trace()
4777 res_info, res_addr, in zend_jit_trace()
4803 res_info = RES_INFO(); in zend_jit_trace()
[all …]
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_optimizer.c1210 uint32_t res_info = in zend_redo_pass_two_ex() local
1294 zend_vm_set_opcode_handler_ex(opline, op1_info, op2_info, res_info); in zend_redo_pass_two_ex()

Completed in 238 milliseconds