Home
last modified time | relevance | path

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

/PHP-8.3/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.h9567 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_ADD, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_…
9603 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_SUB, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_…
9639 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_MUL, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_…
9802 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_PRE_INC, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG), Z…
9828 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_PRE_DEC, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG), Z…
9854 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_POST_INC, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG), …
9876 ZEND_VM_HOT_TYPE_SPEC_HANDLER(ZEND_POST_DEC, (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG), …
H A Dzend_vm_execute.h65510 …zend_vm_set_opcode_handler_ex(zend_op* op, uint32_t op1_info, uint32_t op2_info, uint32_t res_info) argument
65516 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_info == MAY_BE_LONG) {
65543 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_info == MAY_BE_LONG) {
65564 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG && op2_info == MAY_BE_LONG) {
65685 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG) {
65692 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG) {
65699 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG) {
65706 if (res_info == MAY_BE_LONG && op1_info == MAY_BE_LONG) {
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc4112 if (res_info & MAY_BE_GUARD) {
4137 if (res_info & MAY_BE_LONG) {
4162 if (may_overflow && (!(res_info & MAY_BE_GUARD) || (res_info & MAY_BE_ANY) == MAY_BE_DOUBLE)) {
4166 if (res_info & MAY_BE_LONG) {
4205 if (res_info & MAY_BE_LONG) {
11106 if ((res_info & MAY_BE_GUARD)
11149 res_info &= ~MAY_BE_GUARD;
12150 uint32_t res_info = RES_INFO();
12474 res_info &= ~MAY_BE_GUARD;
14699 res_info &= ~MAY_BE_GUARD;
[all …]
H A Dzend_jit_x86.dasc4482 if (res_info & MAY_BE_GUARD) {
4499 if (res_info & MAY_BE_LONG) {
4516 if (may_overflow && (!(res_info & MAY_BE_GUARD) || (res_info & MAY_BE_ANY) == MAY_BE_DOUBLE)) {
4520 if (res_info & MAY_BE_LONG) {
4572 if (res_info & MAY_BE_LONG) {
11840 if ((res_info & MAY_BE_GUARD)
11883 res_info &= ~MAY_BE_GUARD;
12138 | TRY_ADDREF res_info, ch, r2
13255 res_info &= ~MAY_BE_GUARD;
15642 res_info &= ~MAY_BE_GUARD;
[all …]
H A Dzend_jit.c2716 uint32_t op1_info, op1_def_info, op2_info, res_info, res_use_info; in zend_jit() local
2960 res_info = RES_INFO(); in zend_jit()
2964 res_info = -1; in zend_jit()
2971 res_use_info, res_info, in zend_jit()
3076 res_info = RES_INFO(); in zend_jit()
3087 res_use_info, res_info, res_addr, in zend_jit()
3088 …(op1_info & MAY_BE_LONG) && (op2_info & MAY_BE_LONG) && (res_info & MAY_BE_DOUBLE) && zend_may_ove… in zend_jit()
3331 res_info = -1; in zend_jit()
3334 res_info = RES_INFO(); in zend_jit()
3350 res_info, res_addr, in zend_jit()
H A Dzend_jit_trace.c4366 res_info = RES_INFO(); in zend_jit_trace()
4370 res_info = -1; in zend_jit_trace()
4381 res_use_info, res_info, in zend_jit_trace()
4431 res_info = RES_INFO(); in zend_jit_trace()
4435 res_use_info, res_info, res_addr, in zend_jit_trace()
4503 res_info = RES_INFO(); in zend_jit_trace()
5020 res_info = -1; in zend_jit_trace()
5023 res_info = RES_INFO(); in zend_jit_trace()
5037 res_info, res_addr, in zend_jit_trace()
5076 res_info = RES_INFO(); in zend_jit_trace()
[all …]
/PHP-8.3/Zend/Optimizer/
H A Dzend_optimizer.c1248 uint32_t res_info = in zend_redo_pass_two_ex() local
1330 zend_vm_set_opcode_handler_ex(opline, op1_info, op2_info, res_info); in zend_redo_pass_two_ex()

Completed in 272 milliseconds