Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_ast.h50 ZEND_API zend_ast *zend_ast_create_unary(uint kind, zend_ast *op0);
51 ZEND_API zend_ast *zend_ast_create_binary(uint kind, zend_ast *op0, zend_ast *op1);
52 ZEND_API zend_ast *zend_ast_create_ternary(uint kind, zend_ast *op0, zend_ast *op1, zend_ast *op2);
H A Dzend_ast.c36 ZEND_API zend_ast* zend_ast_create_unary(uint kind, zend_ast *op0) in zend_ast_create_unary() argument
41 (&ast->u.child)[0] = op0; in zend_ast_create_unary()
45 ZEND_API zend_ast* zend_ast_create_binary(uint kind, zend_ast *op0, zend_ast *op1) in zend_ast_create_binary() argument
50 (&ast->u.child)[0] = op0; in zend_ast_create_binary()
55 ZEND_API zend_ast* zend_ast_create_ternary(uint kind, zend_ast *op0, zend_ast *op1, zend_ast *op2) in zend_ast_create_ternary() argument
60 (&ast->u.child)[0] = op0; in zend_ast_create_ternary()
/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c752 inst_buf[inst_buf_index].operand_value[0] = op0; in push_4_buffer()
757 inst_buf[inst_buf_index].output_registers = 1L << op0; in push_4_buffer()
772 inst_buf[inst_buf_index].operand_value[0] = op0; in push_3_buffer()
780 inst_buf[inst_buf_index].output_registers = 1L << op0; in push_3_buffer()
801 inst_buf[inst_buf_index].output_registers = 1L << op0; in push_3_buffer()
813 inst_buf[inst_buf_index].output_registers = 1L << op0; in push_3_buffer()
833 inst_buf[inst_buf_index].operand_value[0] = op0; in push_2_buffer()
840 inst_buf[inst_buf_index].input_registers = 1L << op0; in push_2_buffer()
858 inst_buf[inst_buf_index].output_registers = 1L << op0; in push_2_buffer()
894 inst_buf[inst_buf_index].operand_value[0] = op0; in push_jr_buffer()
[all …]

Completed in 17 milliseconds