Searched refs:op_types (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_vm_gen.php | 147 $op_types = array( variable 1232 global $opcodes, $opnames, $op_types, $prefix, $op_types_ex; 1288 $foreach_op1 = function($do) use ($dsc, $op_types) { 1289 return function($_, $op2) use ($do, $dsc, $op_types) { 1291 foreach($op_types as $op1) { 1314 $foreach_op2 = function($do) use ($dsc, $op_types) { 1315 return function($op1, $_) use ($do, $dsc, $op_types) { 1317 foreach($op_types as $op2) { 1340 $foreach_op_data = function($do) use ($dsc, $op_types) { 1343 foreach($op_types as $op_data) { [all …]
|
H A D | README.md | 54 `<OP1_TYPES>` and `<OP2_TYPES>` are masks for allowed operand op_types. 56 use any combination of the following op_types UNUSED, CONST, VAR, TMP and CV
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 684 sljit_u32 op_types, 690 sljit_u32 op_types, 1605 sljit_u32 op_types, argument 1611 sljit_u8 op_eax_imm = (op_types >> 24); 1612 sljit_u8 op_rm = (op_types >> 16) & 0xff; 1613 sljit_u8 op_mr = (op_types >> 8) & 0xff; 1614 sljit_u8 op_imm = op_types & 0xff; 1725 sljit_u32 op_types, argument 1731 sljit_u8 op_eax_imm = (op_types >> 24); 1733 sljit_u8 op_mr = (op_types >> 8) & 0xff; [all …]
|
Completed in 20 milliseconds