Home
last modified time | relevance | path

Searched refs:op_types (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/Zend/
H A Dzend_vm_gen.php147 $op_types = array( variable
1234 global $opcodes, $opnames, $op_types, $prefix, $op_types_ex;
1290 $foreach_op1 = function($do) use ($dsc, $op_types) {
1291 return function($_, $op2) use ($do, $dsc, $op_types) {
1293 foreach ($op_types as $op1) {
1316 $foreach_op2 = function($do) use ($dsc, $op_types) {
1317 return function($op1, $_) use ($do, $dsc, $op_types) {
1319 foreach ($op_types as $op2) {
1342 $foreach_op_data = function($do) use ($dsc, $op_types) {
1345 foreach ($op_types as $op_data) {
[all …]
H A DREADME.md54 `<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.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c686 sljit_u32 op_types,
692 sljit_u32 op_types,
1602 sljit_u32 op_types, argument
1608 sljit_u8 op_eax_imm = (op_types >> 24);
1609 sljit_u8 op_rm = (op_types >> 16) & 0xff;
1610 sljit_u8 op_mr = (op_types >> 8) & 0xff;
1611 sljit_u8 op_imm = op_types & 0xff;
1722 sljit_u32 op_types, argument
1728 sljit_u8 op_eax_imm = (op_types >> 24);
1730 sljit_u8 op_mr = (op_types >> 8) & 0xff;
[all …]

Completed in 26 milliseconds