Searched refs:op_types (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/Zend/ |
H A D | README.ZEND_VM | 23 <OP1_TYPES> & <OP2_TYPES> are masks for allowed operand op_types. Specializer 25 combination of the following op_types UNUSED, CONST, VAR, TMP and CV also
|
H A D | zend_vm_gen.php | 142 $op_types = array( variable 1244 global $opcodes, $op_types, $prefix, $op_types_ex; 1296 $foreach_op1 = function($do) use ($dsc, $op_types) { 1297 return function($_, $op2) use ($do, $dsc, $op_types) { 1299 foreach($op_types as $op1) { 1322 $foreach_op2 = function($do) use ($dsc, $op_types) { 1323 return function($op1, $_) use ($do, $dsc, $op_types) { 1325 foreach($op_types as $op2) { 1348 $foreach_op_data = function($do) use ($dsc, $op_types) { 1351 foreach($op_types as $op_data) { [all …]
|
/PHP-7.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 648 sljit_u32 op_types, 654 sljit_u32 op_types, 1406 sljit_u32 op_types, argument 1412 sljit_u8 op_eax_imm = (op_types >> 24); 1413 sljit_u8 op_rm = (op_types >> 16) & 0xff; 1414 sljit_u8 op_mr = (op_types >> 8) & 0xff; 1415 sljit_u8 op_imm = op_types & 0xff; 1526 sljit_u32 op_types, argument 1532 sljit_u8 op_eax_imm = (op_types >> 24); 1534 sljit_u8 op_mr = (op_types >> 8) & 0xff; [all …]
|
Completed in 16 milliseconds